My full name has 21 letters in it.
My full name is Elliott David Wetherbee.

A built in function is a type of function one can call in php to do something specific without having to type out all of the instructions.
A built in function like "strlen" Counts each character in a given string.
A user defined function is a type of function that you the developer creates to run a specific type of code.