Errata

PHP Pocket Reference

Errata for PHP Pocket Reference

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
Printed Page 28
Line 6

Forgot to include <body> in the exercise.

Anonymous   
Printed Page 130
1st paragraph

in the example for function array_search
the line:
$k = array_search($person, 'Wilma');
should read
$k = array_search('Wilma', $person);

Anonymous