in this video we learn how to define and call a function.
Take the full course from here:
http://php.link/bootcamp
The declaration of a user-defined function in php start with the word function, followed by the name of the function you want to create followed by parentheses i.e ()