passthru « Utility Function « PHP






1.Using passthru() to Output Binary Data
2.Using the PHP passthru() Function
3.void passthru ( string command [, int &return_var] ) runs an external program
4.passthru() function works like exec(), except that the command output is automatically output.