php c extension: list of api functions available? -
maybe i've not understood well, i'm wondering why there no defined list of functions can call when writing php extensions in c.
there doesn't appear list of functions, such php_printf() or zend_parse_arguments. rag tag collection of websites explaining or that.
i'm looking complete list of functions, i'm allowed call inside c extension, reference manual, or @ least, form of documentation
i apologise if question super easy , i've overlooked something, if know can find list, i'd happy hear it!
Comments
Post a Comment