Hi,
Please tell me about PHP functions?
Thanks in advance.
About Functions:
Functions in PHP is block of code that are executed together if called from other place.
In PHP you can define your functions and use it multiple times.
In PHP there is many pre-defined functions that can be used in programming.
Read more at PHP Functions Tutorial.
Thanks