Skip to content

Instantly share code, notes, and snippets.

@rafasashi
Created April 14, 2015 12:01
Show Gist options
  • Save rafasashi/6e834399d554248366a7 to your computer and use it in GitHub Desktop.
Save rafasashi/6e834399d554248366a7 to your computer and use it in GitHub Desktop.
function custom_strpos($strpos_in='',$strpos_of=''){
$result=false;
if($strpos_of!=''){
$result=strpos($strpos_in,$strpos_of);
}
return $result;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment