PHP 8.5.0 Beta 1 available for testing

Voting

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

The Note You're Voting On

Jim Belton
21 years ago
To run a full screen program from a PHP CLI script, redirect input from and output to /dev/tty. For example:

system("timeconfig > /dev/tty < /dev/tty");

System will wait for the program to finish before continuing.

<< Back to user notes page

To Top