ncrdecode_lib
Proto type
string ncrdecode_lib (string str)Description
Arguments
Example
<?php
$a = "한글a 와 똠방각하";
$a = ncrencode_lib ($a);
# print "한글a 와 똠방각하"
echo ncrdecode_lib ($a);
?>See also
Last updated