> passing arguments ~ Online tutorial

passing arguments

Information may be passed to function via the argument list.which is a comma-delimited list of expression
Example

<?php
function my($num)
{
echo "$num";
}
my("india");
?>


Output

Please Give Us Your 1 Minute In Sharing This Post!
Please Give Us Your 1 Minute In Sharing This Post!
SOCIALIZE IT →
FOLLOW US →
SHARE IT →
Powered By: BloggerYard.Com

0 comments: