PHP 8.4.24 Released!

Voting

: two minus zero?
(Example: nine)

The Note You're Voting On

steffen dot weber at computerbase dot de
21 years ago
As the two digit hexadecimal representation SHOULD be in uppercase you want to use "=%02X" (uppercase X) instead of "=%02x" as the first argument to sprintf().

<< Back to user notes page

To Top