/ Published in: PHP
Very helpful for a weak security on emails or other information..
Expand |
Embed | Plain Text
function strtoentity($input) { foreach (str_split($input) as $obj) { } return $output; }
You need to login to post a comment.
