PHPKonf 2025 Baku

Voting

: one minus zero?
(Example: nine)

The Note You're Voting On

tox at novasonica dot com
6 years ago
I was trying to implement a system that allows running arbitrary CLI commands with parameters, but I kept running into the issues with user prompts from the command as they would let execution hang. The solution is simple: just use passthru() as it outputs everything and correctly handles user prompts out of the box.

<< Back to user notes page

To Top