Wikidev
CATEGORY
CONTACT
APP
Sign Up
Login
Submit
You are here :
php
→
string
→
ord
ord() - string
Returns the ASCII value of the first character of string.
Parameters :
string - A character.
Syntax
int ord ( string $string )
Example
Output / Return Value
Limitations
Alternatives / See Also
Reference