echo(string arg1, string [argn]...);
Affiche tous les paramètres.
echo() nest pas une fonction à proprement parler, ce qui rend les parenthèses facultative.
Exemple 1. exemple echo
echo "Bonjour"; |
Note: In fact, if you want to pass more than one parameter to echo, you must not enclose the parameters within parentheses.