>
> You can either use function_exists() to check if a function is
> available, or use "ini_get('disabled_functions')".
>
> Derick
>
function_exists() NEVER informs about the function  being
disabled or not it does inform about (I cite the manual here:)
"if the given function has been defined".

So it does NOT tell me anything about state.

If you had read my post, you knew I already do like you telling
me, but do not agree with this solution, as it is better
in performance etc. (see my post) to let PHP do so.
Also it isn't consequent to have info about existance of a func
but not about its disabled/enabled state.

Regards
  Dennis

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to