search

Home  >  Q&A  >  body text

From which version is PHP's <<< delimiter supported? Will it be abandoned in the future?

Which version of PHP’s <<< delimiter is supported starting from? Will it be abandoned in the future?

$a = <<<TEST
<form action="" method="get">
    <input name="t" type="text">
    <input name="s" type="submit">
</form>
TEST;
phpcn_u1582phpcn_u15822842 days ago613

reply all(1)I'll reply

  • 天蓬老师

    天蓬老师2017-05-19 10:10:28

    The 7+ version has not been abandoned yet, but no one can say what will happen in the future.

    Nowdoc structure was added in PHP 5.3.0.

    nowdoc

    reply
    0
  • Cancelreply