
PHP Pocket Reference
Rasmus Lerdorf(Author)
O'Reilly (Publisher)
2nd Edition
Published on 17. December 2002
Book
Paperback/Softback
144 pages
978-0-596-00402-6 (ISBN)
Description
This is an introduction to PHP syntax and structure, and a quick reference to the vast array of functions provided by PHP. The quick reference section organizes all the core functions of PHP alphabetically so you can find what you need easily; the slim size means you can keep it handy beside your keyboard for those times when you want to look up a function quickly without closing what you're doing. The book provides an overview of PHP and is intended to be a companion for O'Reilly's comprehensive book on PHP, "Programming PHP". The PHP Pocket Reference an indispensable (and inexpensive ) tool for any serious PHP coder.
More details
Edition
2., Aufl.
Language
English
Place of publication
Sebastopol
United States
Target group
College/higher education
Professional and scholarly
Edition type
Revised edition
Dimensions
Height: 177 mm
Width: 109 mm
Weight
135 gr
ISBN-13
978-0-596-00402-6 (9780596004026)
Schweitzer Classification
Other editions
Previous edition

Person
Rasmus Lerdorf started the PHP Project back in 1995 and has been actively involved in PHP development ever since. Also involved in a number of other Open Source projects, Rasmus is a longtime Apache contributor and foundation member. He is the author of the first edition of the PHP Pocket Reference, and the co-author of Programming PHP.
Content
Introduction Installation and Configuration Embedding PHP in HTML Including Files Language Syntax Variables Dynamic Variables Data Types Integers Floating Point Numbers Strings Booleans Arrays Objects Type Casting Expressions Operators Control Structures if switch while do/while for foreach Functions Passing Arguments to Functions Variable Scope Static Variables Web-Related Variables Sessions Examples Showing the Browser and IP Address Intelligent Form Handling Web Database Integration Function Reference