News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
DevShed:
PHP Functions
August 01, 2006 @ 09:52:57

DevShed shares some basic PHP knowledge today with this new tutorial, an introduction to functions in PHP. This time, they're specifically focusing on custom function creation.

If you're looking for a way to save time when you program, look no further. Creating functions lets you reuse code that you've used before without having to rewrite the whole thing.

This will save you time and make programming easier, especially as websites become more complex. Another advantage of a function is that it executes wherever and whenever you call it, in the same way that print() displays text.

They start off basic, defining what a "user defined function" is before moving on to arguments in their use. They include the method to define default values and how to return values once the function is through.

0 comments voice your opinion now!
tutorial introduction function variable default return tutorial introduction function variable default return



Similar Posts

Felix Geisendörfer's Blog: How to Plugin'ize Your App

PHP Security Blog: Cross Virtual Host Cookie Theft

Mike Potter's Blog: Introduction to Adobe Flex Builder for PHP Developers

DevShed: Understanding Destructors in PHP 5

IBM developerWorks: What's new in PHP V5.2, Part 4: Using the new ZIP extension


Community Events







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


database framework example PEAR cakephp code release releases mysql conference developer job zend book package security ajax PHP5 zendframework application

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