advanced code snippet search
gbot on 03/10/08
03/10/08 07:48am
1 person have marked this snippet as a favorite
gbot
function strBeginsWith($string, $search) { return (strncmp($string, $search, strlen($search)) == 0); }
Report this snippet Tweet
Comment:
You need to login to post a comment.