Zend certified PHP/Magento developer

How can i fetch the function pointer from a PHP function into C? n I am working on a C extension for PHP. There is supposed to be a class with arguments “string” and a callback. I can fetch the string into my C extension, but i can’t access the callback.