PHP 8.5.0 Beta 1 available for testing

Voting

: max(seven, eight)?
(Example: nine)

The Note You're Voting On

martijn at nowhere dot com
9 years ago
On windows, you can get a list of PID's using this single line statement: <?php $pids = array_column(array_map('str_getcsv', explode("\n",trim(`tasklist /FO csv /NH`))), 1); ?>.

<< Back to user notes page

To Top