PHP 8.5.0 Alpha 1 available for testing

Voting

: min(nine, five)?
(Example: nine)

The Note You're Voting On

tehjosh at gamingg dot net
17 years ago
To toolofthesystem at gmail dot com:

You don't need to use output buffering with vprintf() because you can use vsprintf(), which has the same functionality as vprintf(), except that it returns the resulting string instead of outputting it.

<< Back to user notes page

To Top