PHP 5.3 Experiments
This directory is intended to hold experiments with the new PHP version. Namespaces
The "namespaces" directory contains a preview of what namespaced code
will look like in XP6. namespace util;
Lambda
This directory explores what is possible with the new lambda/closure
support added in 5.3. using(new FileReader($fi), new FileWriter($fo), function($in, $out) {
Late static binding
The so-called "late static binding" features allows for inheritance of
static methods and members. class Logger extends Singleton { Elements
| Table of contentsArenaPeople |