ord
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.asciitable.com.
See also chr().
Returns the ASCII value of the first character of
string. This function complements
chr().
You can find an ASCII-table over here: http://www.asciitable.com.
See also chr().