which function or variable can i call to see if server admin block ini_alter or ini_set?
i might do something like this:
if($function_not_blocked = !!!!!!....)
ini_alter('session_trans_sid', true);
else
................
just need to know, which function or variable to call to see if the server admin blocked ini_alter or ini_set functions.