What function do I use to convert an ASCII character into it's equivalent number?

http://us2.php.net/ord

int ord ( string string )

Returns the ASCII value of the first character of string. This function complements chr().

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to