At tonight’s Burlington, Vermont PHP Users Group meeting I will be presenting on New Features in PHP 5.3. My talk will cover the primary new features including namespaces, late static binding, and closures. I’ll also talk about the newly bundled extensions, improvements to existing extensions, and some of the new syntax that is available.
New Features in PHP 5.3
View more presentations from Bradley Holt.
Update (11/19/2010): I forget to mention that the original slides and code examples are available on GitHub.
5 Comments
A nice set of slides, thanks
art
Hi,
The __invoke method can be called statically?
Example:
$hi = Foo(5); // static public function __invoke from Foo
I don’t remember, but I think that I read this from anywhere.
Bye. 🙂
Such a very good describe by you of New Features in PHP 5.3
Nice slides, Brad! Learned something! 😉
Such a very good New Features in PHP 5.3
One Trackback
[…] here to read the rest: New Features in PHP 5.3 – Bradley Holt Related Posts:New Features in PHP 5.3 – Bradley Holt New Features in PHP 5.3. At tonight's […]