+ 1
What is the difference between echo "..."; and echo ("..."); ?
What is the difference between 1. echo "..."; and 2. echo ("...");
2 odpowiedzi
+ 2
There is no difference. Parentheses are not required, but allowed.
0
no difference
What is the difference between 1. echo "..."; and 2. echo ("...");