Skip to content

Instantly share code, notes, and snippets.

@mishak87
Created February 3, 2015 11:05
Show Gist options
  • Save mishak87/8c3f1e8306ee698a5160 to your computer and use it in GitHub Desktop.
Save mishak87/8c3f1e8306ee698a5160 to your computer and use it in GitHub Desktop.
Misc PHP snippets
echo "{"; for ($i = 0; $i < strlen($x); $i++) { echo dechex(ord($x[$i])), ", "; } echo "}";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment