|
Function: Simple No-Parameter |
Below is a simple function having no argument. What is argument? when a function is called some parameters are passed along with a function call, these parameters are passed to the local variables declared within parenthesis. |
<?php
|
|
|