Voting

: five plus one?
(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