📜  ini_set php 代码示例

📅  最后修改于: 2022-03-11 14:54:38.885000             🧑  作者: Mango

代码示例1
/**
 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 );