News Feed
Jobs Feed
Sections




News Archive
phpRiot.com:
Using Callback Functions in PHP
November 19, 2010 @ 09:50:35

On phpRiot.com today there's a new tutorial posted by Quentin Zervaas showing you how to use the callback functions in PHP (with examples using call_user_func).

A commonly used technique when programming is to use callbacks. A callback is a piece of code that is passed to a function that is later executed by that function. In this article I will show you how to define and call callbacks in PHP, as well as a practical example of how callbacks can be useful.

He starts with a normal script flow that has to wait until everything's done in order to handle the results. He then compares this to using a callback method that can be executed during each iteration of the script, reducing the amount of processing that has to be done after the fact. Code snippets are included of an example that pulls from a remote RSS feed and loops through the results.

0 comments voice your opinion now!
callback tutorial function example


blog comments powered by Disqus

Similar Posts

ProDevTips.com: MySQL replication in PHP - on the same machine

Builder.com: Match users to their geo-location with PHP and PEAR Net:Geo

WebMonkey: Get Your Feet Wet with WordPress

NetTuts.com: Dependency Injection: Huh?

DevShed: PHP 5 Helpers: Calling Methods Out of Object Scope


Community Events











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


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

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