What is function in PHP?
PHP provides us many built-in helper partners works that you can call anyplace inside your application OR browser. They make your work process advantageous for working with exhibits and articles, ways, strings, URLs and different sorts.
ex:-
Why use Function in PHP:-
- You can use Easy to Debug.
- It is Reusability
- It is no code repetition
- Easy to handle codes
Rules for PHP variables:-
- Function name starts only with a letter or underscore(_).
- Function name cannot start with a number if the start then shows an error.
- You can not use reserved keywords as :- else, if, for, each, etc.
- Function names are case-insensitive, thus it is usually good form to call functions it appear in their declaration.
PHP Fundamental Tutorials with Basic Demo by Chentan in 2020 – Part-1
PHP Fundamental Tutorials with Basic Demo by Chentan in 2020 – Part-2
Latest posts by Rajesh Kumar (see all)
- Best AI tools for Software Engineers - November 4, 2024
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024