Re: [PHP-DEV] Easy question

2003-06-19 Thread Derick Rethans
Hi, On Thu, 19 Jun 2003, Oriol wrote: > How can I know if a user function exists? Must I use zend_hash_find()? > How? Yup, zend_hash_find on the function_table hash (check how function_exists (Zend/zend_builtin_functions.c) is implemented). regards, Derick -- "Interpreting what the GPL a

[PHP-DEV] Easy question

2003-06-19 Thread Oriol
Hello! How can I know if a user function exists? Must I use zend_hash_find()? How? Thank you, Oriol -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php