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)
Is there some reason you don't want to look at the source?
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
...etci 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 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
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)
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
...etci 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)
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)
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
-----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 documentationdoes 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
...etci 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)