PHP 8.5.0 Alpha 4 available for testing

Voting

: min(one, four)?
(Example: nine)

The Note You're Voting On

andries at centim dot be
13 years ago
If you need to convert a large number (> PHP_MAX_INT) to a hex value, simply use base_convert. For example:

base_convert('2190964402', 10, 16); // 829776b2

<< Back to user notes page

To Top