/ Published in: PHP
Similiar to python string.startswith
Expand |
Embed | Plain Text
Comments
Subscribe to comments
You need to login to post a comment.
Similiar to python string.startswith
Subscribe to comments
You need to login to post a comment.
return 0 === strpos( $string, $char );