News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Defining and Using Functions in PHP
December 01, 2011 @ 08:38:21

PHPMaster.com has a new article for those new to the PHP language posted this morning - an introduction to using functions and making your code more reusable.

Let's start by defining the word "function." A function is a self-contained piece of code which carries out a particular task (or function!). A key benefit of using functions is that they are reusable; if you have a task that needs to be performed a number of times, a function is an ideal solution. They can be either defined by you or by PHP (PHP has a rich collection of built-in functions). This article will focus on programmer-defined functions but will touch briefly on PHP's functions to complete the picture.

They include a few code snippets showing the syntax of functions (including their name, arguments and returning a value). They suggest grouping your functions together in your code for easier maintenance and share a handy tip on making a function accept a varying number of arguments.

0 comments voice your opinion now!
introduction language tutorial function syntax


blog comments powered by Disqus

Similar Posts

DZone.com: External processes and PHP

DeveloperTutorials.com: PHP Debugging with Zend Studio

Blogs.sun.com: NetBeans for PHP

DevShed: Implementing Property Overloading in PHP 4

Lineke Kerckhoffs-Willems' Blog: How to use the Symfony2 SonataAdminBundle


Community Events











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


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

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