Justtechjobs.com Find a programming school near you






Online Campus Both


php-developer-list | 2000101

[PHP-DEV] Call ZEND_FUNCTION in Zend_API From: Andre Christ (a.christ <email protected>)
Date: 10/10/00

I createt a extension for PHP which contains a few functions, implemented as
ZEND_FUNCTION(test) {
  zend_printf("Hello World");
}

>From another function I'd like to call this function:

ZEND_FUNCTION(test2) {
  // call test()
}

How do I call functions which are implemeted in my extension ?

Thanks
Andre

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>