Solar_Php::setArgv()

public Solar_Php Solar_Php::setArgv ( array $array )

Set all command-line arguments for the code at one time; clears all previous argument values.

Parameters

  • (array) $array: A sequential array of command-line arguments.

Returns

  • (Solar_Php)

Description

Set all command-line arguments for the code at one time; clears all previous argument values.



Local