Hi,

"Cynic" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Is there a way to get names of available "language constructs"
> in a PHP program? I mean, I don't think there's currently
> a way a PHP script can know if e. g. zend_version() is available
> (other than function_exists( 'zend_version' ), that is).
> Is something along get_builtin_constructs() possible?

Take a look at get_defined_functions(),
http://www.php.net/manual/en/function.get-defined-functions.php .

Regards,
Stefan


--
Stefan Livieratos [EMAIL PROTECTED]
http://www.ferry24.de



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to