📅  最后修改于: 2022-03-11 14:54:38.885000             🧑  作者: Mango
/**
Change the configuration option value to $value.
the php config will be changed only during the execution of the php script
*/
ini_set ( $option, $value );