Programming:Complete PHP
From Wikibooks, the open-content textbooks collection
See also Programming:PHP for a more basic introduction to the topics placed here
Contents |
[edit] Introduction
While aiming at respecting the copyright of the official manual, this book will attempt to address as much of its contents as possible. This will provide both an open source reference on this great open source software, as well as allow for quick wiki-style improvements to the text. It will thus be easier to integrate new material rather than requiring the reader to pore through sequentially contributed user notes.
It aims to be both readable and comprehensive in order to serve as a beginning-to-advanced tutorial (though it is probably best that the reader first gain some basic experience, such as with Programming:PHP) as well as a reference.
The book also seeks to provide an additional organization scheme and notes pertaining to Zend exam preparation.
[edit] Topics
[edit] Basic Syntax
- Escaping from HTML, XML, etc. (Start and open tags)
- Instruction separation
- Comments
[edit] Types
- Data type overview
- Type comparison
- Type casting
- Type juggling
- Type functions
- Type hinting (objects only)

