> How then can I inform zend/php of my intent to supply a static member
> function, such that I can call for example myclass::somestaticfunc()

 PHP_ME(myclass, getValue, NULL, ZEND_ACC_PUBLIC | ZEND_ACC_STATIC )

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

Reply via email to