pcntl_exec

Example

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

Description

Executes the program with the given arguments.

Return Values

Returns FALSE on error and does not return on success.