Information may be passed to function via the argument list.which is a comma-delimited list of expression
Example
Output
Example
<?php function my($num) { echo "$num"; } my("india"); ?> |
Output
0 comments:
Post a Comment