Basic and Not so Basic "Function" Features Using PHP
Jason has written this article for those who are in the need of learning how to use functions in PHP. Covered in this article will be issues relating to OO programming.
Basic and Not so Basic "Function" Features Using PHP (Page 1 of 2 )
Most of you probably have already used functions but do you know you can just do more then pass in some parameters and possible get a value back. This article will go through both the basics for new comers and some the other available features PHP has to offer for more advance PHP coders.