PHP string ord() FunctionPHP string ord() is predefined function. It is used to convert first byte of string to a value between 0 and 255. It returns ASCII value. Syntax:
Example 1Output: Your Value is: P By using 'ord()' Function:80 Example 2Output: Your Value is: PHP By using 'ord()' Function:80 Note: This function returns the ASCII value of the first character of a string.Example 3Output: Converted ASCII VALUE 48 49 50 51 52 53 Next TopicPHP String |
We provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India