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
|
JavaTpoint offers too many high quality services. Mail us on [email protected], to get more information about given services.
JavaTpoint offers college campus training on Core Java, Advance Java, .Net, Android, Hadoop, PHP, Web Technology and Python. Please mail your requirement at [email protected]
Duration: 1 week to 2 week