Re: [PHP-DEV] internal API documentation

2004-01-09 Thread david
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

Re: [PHP-DEV] internal API documentation

2004-01-09 Thread Sterling Hughes
To: [EMAIL PROTECTED] > 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 > ...et

RE: [PHP-DEV] internal API documentation

2004-01-09 Thread Blake Schwendiman
://www.amazon.com/exec/obidos/tg/detail/-/1411601882) that may help you make your decision. -Original Message- From: david [mailto:[EMAIL PROTECTED] Sent: Thursday, January 08, 2004 5:39 PM To: [EMAIL PROTECTED] Subject: [PHP-DEV] internal API documentation does anyone know where i can find

Re: [PHP-DEV] internal API documentation

2004-01-09 Thread Thomas Seifert
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 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: htt

Re: [PHP-DEV] internal API documentation

2004-01-09 Thread Ivan Rodriguez
Hi David, you can view more information about Zend API in www.zend.com/apidoc/ Regards - Original Message - From: "david" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 09, 2004 1:39 AM Subject: [PHP-DEV] internal API documentation > does any

Re: [PHP-DEV] internal API documentation

2004-01-08 Thread Rasmus Lerdorf
Is there some reason you don't want to look at the source? On Thu, 8 Jan 2004, david wrote: > 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 wri

[PHP-DEV] internal API documentation

2004-01-08 Thread david
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