User Defined Function in PHP
A user-defined function declaration starts with the key-word
function
:
function FUNCTIONNAME() {
  code to be executed;
}
by Eka Suarishvili
2 years ago
PHP
0
Pro tip: use ```triple backticks around text``` to write in code fences