Pyh.conf’25: a new PHP conference for the Russian-speaking community

Voting

: zero minus zero?
(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