PHP Articles

You will find articles covering all areas of PHP, including application architecture, functions, databases, tools, the latest PHP news, and insightful guides covering setup & installation and site operation.

Articles Sub-Categories: Application Architecture, Databases, News, Pear, PHP Functions, Setup & Installation, Site Operation, Tools, Tricks & Hacks.

Results via Envato Market

By PHP Builder Staff on March 2, 2012 Functions are interesting animals in PHP. Functions are kind of like “black boxes” since they cannot see outside of their universe and you cannot see inside of them. That’s a bit different than some other languages I’ve programmed in. In some languages,…