PHP Functions

Built-in Function Example

Length of 'Hello' is 5

User-defined Function Example

Hello!

Built-in functions are functions that are preinstalled with the language that's being used like PHP. These functions don't have to be written yourself and can be accessed and used whenever you want.