PHP 8.5.0 Beta 1 available for testing

Voting

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

The Note You're Voting On

shell master
1 year ago
You can use a one liner to print the output of a shell script like so:

<?= shell_exec("/proof.sh"); ?>

<< Back to user notes page

To Top