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

Devshed: Database Details and PHP

PHP Freaks: Design Patterns - Introduction

Rob Allen's Blog: Zend Framework Tutorial for 0.7

ProDevTips.com: Writing a CMS/Community with Smarty and the Zend Framework: Part 9

David Goodwin's Blog: Book Review: Object-Orientated Programming with PHP5 (Hasin Hayder, Packt)


Community Events











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


functional opinion unittest application release language phpunit testing tool podcast series community conference interview example introduction framework zendframework2 code development

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