PHP Heredoc 语法

PHP Heredoc 语法

通过使用此语法,我们可以通过 PHP 脚本显示 HTML 元素。

语法

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

示例1

<?php
    echo <<<javatpoint
    welcome to the best tutorial site
javatpoint;
?>

输出:

PHP Heredoc 语法

示例2

保存为string.php

PHP Heredoc 语法

输出:

PHP Heredoc 语法

Camera课程

Python教程

Java教程

Web教程

数据库教程

图形图像教程

办公软件教程

Linux教程

计算机教程

大数据教程

开发工具教程