(PHP 3, PHP 4 )
Ord -- Return ASCII value of character
Description
Returns the ASCII value of the first character of
string. This function complements
chr().
Example 1. Ord() example
if (ord ($str) == 10) {
echo "The first character of \$str is a line feed.\n";
}
|
|
See also chr().
HIVE: All information for read only. Please respect copyright! |
|