PHP » PYTHON |
login |
register |
about
|
ord(string) ord(PHP 4, PHP 5) ord — Return ASCII value of character Description
int ord
( string $string
)
Returns the ASCII value of the first character of string . 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
|