abbr.ordained (law, etc.) stipulated; order; ordinary; ordinal sequence
php ord() function syntax
Function:Returns the ASCII value of the first character of the string.
Syntax:ord(string)
Parameters:
Parameter | Description |
string | Required, the string from which the ASCII value is to be obtained |
Description:Returns the ASCII value of the first character of the string.
php ord() function example
Output:
72
Output:
105