| Home | About | Downloads | Features | Demo | FAQ | Forum | Screenshots | PHP Tutorials | |
PHP Tutorials |
PHP namespace Keyword >>
PHP NameSpace TutorialNameSpaces are a new feature in PHP 5.3 and PHP 6. They allow you to define your own NameSpace where you may name a function anything you want it to be called. This is an important new feature as you won't need long names such as what_this_function_does_is_pretty_cool() because your function name was already in the global scope. PHP Requirements
This tutorial uses features that require you to have version PHP 5.3 or PHP 6. These versions have not been released to the public yet as they are still being developed. SnapShots of the code can always be found at: |
|
| © Douglas Rennehan 2007 - 2008 | Terms of Service | Privacy Policy | Valid XHTML 1.0 | Valid CSS | |