Functions in PHP



Built-in Function Example

The name Caleb Williams contains 14 characters.


User-Defined Example

The Best QB in the League is Caleb Williams.


Functions Explained

In PHP functions are used to perform tasks. Built-in functions are given by PHP to use but you can also define your own functions.


Back to Index Page