Posts

Showing posts from July, 2017

PHP: Built-In Functions

In PHP, or any other coding language, a function is a reusable piece of code that you can call on throughout your application or script. PHP has over 1000 built in functions.