Functions Example

Length of 'Hello, World!': 13
Hello, Gary!

Functions are blocks of code that perform specific tasks. Built-in functions are provided by PHP, while user-defined functions are created by the programmer. Allows more complex programing tasks to completed more easily.

Source Code Screenshot