Returns the ASCII value of the first character of string.
Syntax
ord(string)
Example
echo ord("g"); echo ord("good");
Output
103 103
Coderraj is the global online platform and circle for programmers to learn, communicate, share their knowledge and growth their careers.
Copyright ©2022 coderraj.com. All Rights Reserved.