Re: [PHP-DEV] calling other php-functions from extensions..

2002-01-21 Thread derick
On 21 Jan 2002, Robin Ericsson wrote: > Is call_user_function_ex() the right way if I want to call "standard" > php functions from my extension, like "htmlentities", and such? And no :) For most of these functions there is a php_html_enties function, which do not need call_user_function of cours

Re: [PHP-DEV] calling other php-functions from extensions..

2002-01-21 Thread derick
On 21 Jan 2002, Robin Ericsson wrote: > Is call_user_function_ex() the right way if I want to call "standard" > php functions from my extension, like "htmlentities", and such? Yup. Derick -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

[PHP-DEV] calling other php-functions from extensions..

2002-01-21 Thread Robin Ericsson
Is call_user_function_ex() the right way if I want to call "standard" php functions from my extension, like "htmlentities", and such? regards Robin -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECT