PHP » GoLang |
login |
register |
about
|
ord(PHP 4, PHP 5, PHP 7) ord — Return ASCII value of character Description
int ord
( string
$string
)
Returns the ASCII value of the first character of
This function complements chr(). Parameters
Return ValuesReturns the ASCII value as an integer. Examples
Example #1 ord() example
<?php |
more
Recently updated
more
Most requested
more
Last requests
|