Voting

: two plus four?
(Example: nine)

The Note You're Voting On

antman3351
3 years ago
Note for Windows users using popen with start to run an external script without having php wait.

e.g.:
pclose( popen( 'start /b php someLongScript.php *> nul', 'rb' ) );

If start can't find the exe it will open a popup message and pclose hangs until the popup is closed.

<< Back to user notes page

To Top