Where can I get documentation for the Zend API?

First, here's the official website:

http://www.zend.com/en/


The official documentation for the Zend API:

http://www.php.net/zend.php



To subscribe to the zend engine mailing list, send an email here :

engine-api-doc-subscribe@lists.zend.com
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

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

Well, try this.The official PHP web site as a lot of useful information:   ...

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 :...

How can I take a list and make each row a value in an array?

If you have a text file that looks like this : john|orange|cow sam|green|goat...