ホームページ >バックエンド開発 >PHPチュートリアル >この書き方は何でしょうか?
echo <<
BLOCKCLASSSEL;
この書き方は何ですか
文字列を出力します。 。 。 。
function outputhtml(){ echo “<html>”; echo “<head><title>php自学网首页</title></head>”; echo “<body>首页内容</body>”; echo “</html>; } function outputhtml() { echo <<<EOT <html> <head><title>php自学网首页</title></head> <body>首页内容</body> </html> EOT; }
$str = <<
STR;
php 区切り文字