Solar_Php::setIniFile()

public Solar_Php Solar_Php::setIniFile ( string $file )

Sets the location of the php.ini file to use.

Parameters

  • (string) $file: The php.ini file location.

Returns

  • (Solar_Php)

Description

Sets the location of the php.ini file to use.

If null, uses the default php.ini file location.

If false, uses no php.ini file (the --no-php-ini switch).



Local