PHP string ord() FunctionLast Updated : 17 Mar 2025 PHP 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 request you to subscribe our newsletter for upcoming updates.

We deliver comprehensive tutorials, interview question-answers, MCQs, study materials on leading programming languages and web technologies like Data Science, MEAN/MERN full stack development, Python, Java, C++, C, HTML, React, Angular, PHP and much more to support your learning and career growth.
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India