passthru

passthru

(PHP 4, PHP 5, PHP 7)

passthruExecute an external program and display raw output

Description

void passthru ( string $command [, int &$return_var ] )

The passthru() function is similar to the exec() function in that it executes a command. This function should be used in place of exec() or 登录查看完整内容