Solar_Php::_buildCode()

protected string Solar_Php::_buildCode ( string $code )

Builds a code string appropriate for the PHP command-line call.

Parameters

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

Returns

  • (string) The "fixed" code.

Description

Builds a code string appropriate for the PHP command-line call.



Local