Using PHP Directly from the CLI on Linux

Learn how to better integrate scripts with command-line tools. Examine using shell_exec(), exec(), passthru(), and system(); safely passing information to the command line; and safely retrieving information from it. See how to integrate closely with underlying shell commands and folding any return values into your interfaces and processes.

6 Comments

  1. 2009-05-20 5:50 am
    • 2009-05-20 6:10 am
      • 2009-05-20 10:46 am
        • 2009-05-20 3:38 pm
        • 2009-05-21 8:29 am
  2. 2009-05-21 12:24 am