advanced code snippet search
drwitt on 02/08/07
php String function needle haystack begin
02/09/07 02:37pm02/08/07 04:50am
1 person have marked this snippet as a favorite
vali29
function String_Begins_With($needle, $haystack { return (substr($haystack, 0, strlen($needle))==$needle);}
Report this snippet Tweet
Comment:
You need to login to post a comment.