Voting

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

The Note You're Voting On

flconseil at yahoo dot fr
18 years ago
Beware that this function uses the output buffering mechanism.

If you give a 'stream wrapped' path as argument, anything echoed by the stream wrapper during this call (e.g. trace messages) won't be displayed to the screen but will be inserted in php_strip_whitespace's result.

If you execute this stripped code later, it will display the messages which should have been output during php_strip_whitespace's execution !

<< Back to user notes page

To Top