Created
February 3, 2015 11:05
-
-
Save mishak87/8c3f1e8306ee698a5160 to your computer and use it in GitHub Desktop.
Misc PHP snippets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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