Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ord
ord
Convert the first byte of the string to a value between 0-255
Name:
ord
Category:
String
Programming Language:
php
One-line Description:
Returns the ASCII value of the first character in the string.
Related
Why does the date_sunset() function return false? What could be the possible causes?
8
Similar Functions
str_ends_with
str_ends_with
Checkifthestringends
substr
substr
Returnpartofthestrin
str_getcsv
str_getcsv
ParsingCSVstringsint
strpbrk
strpbrk
Findanyoneofasetofch
hebrev
hebrev
Convertlogical-Hebre
get_html_translation_table
get_html_translation_table
Returnstheconversion
str_ireplace
str_ireplace
Thecase-insensitivev
explode
explode
Useonestringtosplita
Popular Articles
Why does the date_sunset() function return false? What could be the possible causes?