PHP 8.5.0 Alpha 4 available for testing

Voting

: max(two, two)?
(Example: nine)

The Note You're Voting On

nmmm at nmmm dot nu
10 years ago
php printf and sprintf not seems to support star "*" formatting.

here is an example:

printf("%*d\n",3,5);

this will print just "d" instead of "<two spaces>5"

<< Back to user notes page

To Top