function foo($arg1 = '', $arg2 = '') {
echo "text1: $arg1\n";
echo "text2: $arg2\n";
}
foo('hello','world');
/* prints:
text1: hello
text2: world
*/
foo();
/* prints:
text1:
text2:
*/
I have read your blog its very attractive and impressive. I like it your blog.
PHP 7 Training in chennai | PHP 7 Training Course
PHP 7 Training in chennai | Online PHP 7 Course