PHP教程
PHP Mysql
PHP面向对象
PHP常用

PHP Heredoc语法

PHP Heredoc语法

通过使用该语法,我们可以通过 PHP Script 来显示 HTML 元素。

语法

<<<name of string
    //content
name of string

示例 1

<?php
    echo <<<lidihuo
    welcome to the best tutorial site
lidihuo;
?>
输出:
Heredoc Syntax

示例 2

另存为 string.php
Heredoc 语法
输出:
Heredoc Syntax
昵称: 邮箱:
Copyright © 2022 立地货 All Rights Reserved.
备案号:京ICP备14037608号-4