From: <sja...@us...> - 2003-08-12 08:40:18
|
Update of /cvsroot/binaryphp/binaryphp/tests/string In directory sc8-pr-cvs1:/tmp/cvs-serv25822/tests/string Added Files: ord.php Log Message: Added function: ord() --- NEW FILE: ord.php --- <?php echo ord('a'), ' ', ord('b'), ' ', ord('c'), "\n"; ?> |