Functions
The phrase "I love basketball." contains: 18 Characters.
For the second part of this webpage, I was tasked with creating a userdefined function and demonstrating it.
I created a beginner level function that prints out a message saying "Hello World!"
Hello World!
PHP functions allow you to program complex tasks more efficiently. There are two types of functions:
Built in / Predefined Functions: Which are already within PHP. EXAMPLE: phpinfo()
User Defined Functions: Which are created by the user