News Feed
Jobs Feed
Sections




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


blog comments powered by Disqus

Similar Posts

PHPMaster.com: Maintaining your Server with Command Line PHP

Jeff Moore's Blog: Dependency Injection in PHP

Zend Developer Zone: Zend_Acl / Zend_Auth example scenario

Rob Allen's Blog: Module specific bootstrapping in ZF2

Brandon Savage's Blog: An Intro To Zend_Navigation


Community Events









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


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

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