exec

Name

exec -- Exec a new program.

Type: function

Synopsis

exec( path arg, );

Arguments

path

An instance of <string>

arg

An instance of <string>s

Description

Execs a new program (a wrapper for the execv() system call). The new program's environment is the same as the current process's environment.