PHP method or function


Method or function naming follows the following rules:
a. The first letter is lowercase;
b. No spacing is used between multiple words, and the first letter of each word is capitalized except for the first word.
Examples: function myFunction () or function myDbOracle (), etc.