News Feed
Jobs Feed
Sections




News Archive
Jose da Silva's Blog:
Revisiting PHP 5.3 __invoke magic method
November 05, 2010 @ 12:42:04

In a new post to his blog Jose da Silva briefly looks at a feature that was introduced in the PHP 5.3.x series of the language - the __invoke magic method.

PHP version 5.3 introduced a new magic method designed __invoke, this method is called when a script tries to call an object as a function. [...] As php cannot accommodate pseudo-first-class functions, the __invoke method can be used to suppress this language limitation. On other hand you can use this for simpler things as pass a function around.

He includes a simple code example that shows a basic class being called via a variable name - $c('ford') - and the result of its __invoke method being called. He notes that the method, in his opinion, could make for less clean code.

8 comments voice your opinion now!
invoke magic method opinion example


blog comments powered by Disqus

Similar Posts

Zend: Roll Your Own Search Engine with Zend_Search_Lucene

Benjamin Eberlei's Blog: Enums in PHP

Nefarious Designs Blog: On Coding Standards

Paul Jones' Blog: When Possible, Use File *Resources* Instead Of File *Names*

PHPBuilder.com: Caching Web Page Output for Server Optimization


Community Events











Don't see your event here?
Let us know!


release composer tool functional testing podcast opinion series language code interview example object phpunit introduction community zendframework2 framework development database

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework