Solar_Php::_buildCommand()

protected string Solar_Php::_buildCommand ( string $code )

Builds the command-line invocation of PHP.

Parameters

  • (string) $code: The code to execute.

Returns

  • (string) The PHP command with the necessary switches.

Description

Builds the command-line invocation of PHP.



Local