From: <sja...@us...> - 2003-08-12 08:51:26
|
Update of /cvsroot/binaryphp/binaryphp/tests/string In directory sc8-pr-cvs1:/tmp/cvs-serv24272/tests/string Added Files: chr.php Log Message: Added function: chr() --- NEW FILE: chr.php --- <?php echo chr(65), chr(66), chr(67); ?> |