What is the meaning of this symbol in php

This question already has an answer here:

  • Reference — What does this symbol mean in PHP? 18 answers
  • PHP echo vs PHP short tags 7 answers

  • 这是一种快速回显文本的方式,因为这是PHP最常见的用途之一。


    从PHP 5.4开始, <?= ?>实质上是编写<?php ?>的简短方式。

    链接地址: http://www.djcxy.com/p/59162.html

    上一篇: 为什么是<? 用于和<?php的区别

    下一篇: 这个符号在php中的含义是什么