Tag

ord

0 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Sep 22, 2023 · Backend Development

Using PHP ord() Function to Retrieve ASCII Values of Characters

This article explains PHP's built-in ord() function, detailing its syntax, parameters, return values, and usage examples—including single character, string, and looped character processing—while noting its limitations with multibyte characters and providing guidance on handling such cases.

ASCIIString()ord
0 likes · 4 min read
Using PHP ord() Function to Retrieve ASCII Values of Characters
Test Development Learning Exchange
Test Development Learning Exchange
Jul 26, 2018 · Fundamentals

Python Built‑in Functions: hex(), oct(), bin(), chr() and ord()

This article explains the purpose, syntax, parameters, return values and typical usage examples of Python’s built‑in conversion functions hex(), oct(), bin(), chr() and ord(), including edge cases and custom class implementations.

HEXbinbuilt-in-functions
0 likes · 8 min read
Python Built‑in Functions: hex(), oct(), bin(), chr() and ord()