Voting

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

The Note You're Voting On

myselfasunder at gmail dot com dot dfvuks
14 years ago
PHP's program-execution commands fail miserably when it comes to STDERR, and the proc_open() command doesn't work all that consistently in non-blocking mode under Windows.

This command, although useful, is no different. To form a mechanism that will see/capture both STDOUT and STDERR output, pipe the command to the 'tee' command (which can be found for Windows), and wrap the whole thing in output buffering.

Dustin Oprea

<< Back to user notes page

To Top