<?
/* echo 範例:多行輸出 */

// 以雙引號包夾的多行字串
echo "<html>
<head><title>Example</title></head>
<body>
這是一個範例!
</body>
</html>";
?>

執行
回目錄