internal API documentation

php.internals

david

22 years ago
does anyone know where i can find documentation for PHP's internal API? functions/macros like: zend_hash_next_index_insert zend_register_functions zend_make_printable_zval ...etc i am writing a PHP extension and i have a few questions on a few APIs where i need to understand what they really do without looking at the actual PHP source, if possible. david
-- sub'_{print"@_ ";* \ = * __ ,\ & \} sub'__{print"@_ ";* \ = * ___ ,\ & \} sub'___{print"@_ ";* \ = * ____ ,\ & \} sub'____{print"@_,\n"}&{_+Just}(another)->(Perl)->(Hacker)

Rasmus Lerdorf

22 years ago
Is there some reason you don't want to look at the source? On Thu, 8 Jan 2004, david wrote:

Thomas Seifert

22 years ago
Rasmus Lerdorf wrote:
> Is there some reason you don't want to look at the source? >
Heh, its nice to have docs to look at without NEEDing to look at the source. Isn't it? I can surely understand his question. Thomas

david

22 years ago
Rasmus Lerdorf wrote:
> > Is there some reason you don't want to look at the source? >
i will look at the source if i don't have any other option such as a well written doc somewhere online. i hope zend.com has what i am looking for but after browsing for a few minutes, it doesn't look like so. the extension doc there is pretty much the same as what is in php.net david
-- sub'_{print"@_ ";* \ = * __ ,\ & \} sub'__{print"@_ ";* \ = * ___ ,\ & \} sub'___{print"@_ ";* \ = * ____ ,\ & \} sub'____{print"@_,\n"}&{_+Just}(another)->(Perl)->(Hacker)

epplestun

22 years ago
Hi David, you can view more information about Zend API in www.zend.com/apidoc/ Regards ----- Original Message ----- From: "david" <dzhuo@looksmart.net> To: <internals@lists.php.net> Sent: Friday, January 09, 2004 1:39 AM Subject: [PHP-DEV] internal API documentation
> does anyone know where i can find documentation for PHP's internal API? > functions/macros like: > > zend_hash_next_index_insert > zend_register_functions > zend_make_printable_zval > ...etc > > i am writing a PHP extension and i have a few questions on a few APIs
where

Blake Schwendiman

22 years ago
<PROMOTION STYLE="SHAMELESS"> Try my book, Building Custom PHP Extensions: http://www.lulu.com/intechrabooks This is a PHP 4 version. I am working on updating for PHP 5 and will have something available for PHP 5 shortly after its release. There is customer feedback at the Lulu site and on Amazon (http://www.amazon.com/exec/obidos/tg/detail/-/1411601882) that may help you make your decision. </PROMOTION> -----Original Message----- From: david [mailto:dzhuo@looksmart.net] Sent: Thursday, January 08, 2004 5:39 PM To: internals@lists.php.net Subject: [PHP-DEV] internal API documentation does anyone know where i can find documentation for PHP's internal API? functions/macros like: zend_hash_next_index_insert zend_register_functions zend_make_printable_zval ...etc i am writing a PHP extension and i have a few questions on a few APIs where i need to understand what they really do without looking at the actual PHP source, if possible. david
-- sub'_{print"@_ ";* \ = * __ ,\ & \} sub'__{print"@_ ";* \ = * ___ ,\ & \} sub'___{print"@_ ";* \ = * ____ ,\ & \} sub'____{print"@_,\n"}&{_+Just}(another)->(Perl)->(Hacker) -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Sterling Hughes

22 years ago
George Schlossnagle's upcoming book (Advanced PHP), will have 3 chapters entirely devoted to PHP Internals and the Zend API; I highly recommend it. -Sterling