pcntl_exec

 void pcntl_exec ( string $path [, array $args [, array $envs ]] ) 

説明

Executes the program with the given arguments.

戻り値

Returns FALSE on error and does not return on success.