Zend API Documentation

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
chakotay
Forum Newbie
Posts: 1
Joined: Wed Jul 16, 2003 5:15 am
Contact:

Zend API Documentation

Post by chakotay »

Hello!

Is the Zend API (interface between PHP and extensions) documented? What I found is http://www.zend.com/apidoc/ where only a few functions are described. I also explored the PHP source code, but that was even worse (VERY poorly commented code...)

I'm looking for a precise documentation of all the 700+ functions exported from the php4ts.dll. Will I ever find it or is it some kind of secret? :wink:

Thank you very much in advance.
Post Reply