Voting

: max(two, three)?
(Example: nine)

The Note You're Voting On

jo at durchholz dot org
16 years ago
Note to Paul Giblock: the command *is* run through the shell.
You can verify this on any Linux system with

<?php
passthru
('echo $PATH');
?>

You'll get the content of the PATH environment variable, not the string $PATH.

<< Back to user notes page

To Top