drwitt on 02/08/07
Last Edited at 02/08/07 04:50am
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.