PHP built-in functions can be called directly, from within a script, to perform a specific task.

PHP user defined funtions allow the user to create and name their own functions to preform a specific task.

Original string: Hello, World!

Uppercase string: HELLO, WORLD!

The product of 5 and 3 is: 15