ord

(PHP 3, PHP 4 >= 4.0.0)

ord -- Return ASCII value of character

Description

int ord ( string string)

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

You can find an ASCII-table over here: http://www.mindspring.com/~jc1/serial/Resources/ASCII.html.

See also chr().