PHP3 Manual | ||
---|---|---|
Prev | Next |
Ord -- return ASCII value of character
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().
Prev | Home | Next |
nl2br | Up | parse_str |