源代码:
PHP is fun!"; echo "Hello world! "; echo "I'm about to learn PHP! "; echo "This", " string", " was", " made", " with multiple parameters."; ?>
运行结果:
PHP is fun!
Hello world! I'm about to learn PHP! This string was made with multiple parameters.