PHP Functions

In this section, you will find a vast collection of PHP Functions.

Other Categories: Application Architecture, Databases, News, Pear, Setup & Installation, Site Operation, Tools, Tricks & Hacks.

Results via Envato Market

By PHP Builder Staff on March 2, 2012 OK, I needed to use arrays to create my graphing functions that I detailed in my article “HTML_Graphs” here on this site. Unfortunately, arrays are way different in PHP than in my native programming language, Java. In Java, you define an array…

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,…