Skip to content

Instantly share code, notes, and snippets.

@aligundogdu
Created December 5, 2013 17:31
Show Gist options
  • Save aligundogdu/7809720 to your computer and use it in GitHub Desktop.
Save aligundogdu/7809720 to your computer and use it in GitHub Desktop.
function mapStringConvert($url){
$s = array("×","&");
$d = array("x","&");
return str_replace($s,$d,$url);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment