int ord
(string string)
Returns the ASCII value of the first character of string. This function complements chr().
Example 1. ord() example
|
You can find an ASCII-table over here: http://www.mindspring.com/~jc1/serial/Resources/ASCII.html.
See also chr().