Where can I get documentation for the Zend API?

First, here's the official website :
    http://www.zend.com/zend/api.php

The official documentation for the Zend API :
    http://www.php.net/zend.php

Derick also made a presentation on the subject :
    http://www.derickrethans.nl/ze-ext/

Now for some history. This information was originally published within the following book :
 
Web Application Development with PHP 4.0 by Tobias Ratschiller and Till Gerken
    http://www.amazon.com/exec/obidos/ASIN/0735709971/wwwphpnet

And updated/altered by Zend and published under the "Open Publication License" and is continually being updated. For informational purposes, a link to the "notice" of this publishing is here:
    http://marc.theaimsgroup.com/?l=php-general&m=97068439903171&w=2

To subscribe to the zend engine mailing list, send an email here :
    engine-api-doc-subscribe@lists.zend.com

  • 15 Els usuaris han Trobat Això Útil
Ha estat útil la resposta?

Articles Relacionats

I'm new to PHP, where should I start?

You can refer the following link to understand about PHP code,The official PHP web site as a lot...

I have starting to know a bit of PHP, now how do I...?

---------------------------Introductory PHP Tutorials :---------------------------(in no...

What's the best way to start writing a PHP program?

Firstly figure out, on paper, exactly what you want to do. Otherwise, you'll just be coding...

How can I call a command line executable from within PHP?

Check out the "Program Execution functions" here :...