gbot on 03/10/08
Last Edited at 03/10/08 07:48am
function strBeginsWith($string, $search) { return (strncmp($string, $search, strlen($search)) == 0); }
Report this snippet Tweet
Comment:
You need to login to post a comment.