use of the php opening tag? =? [duplicate]

2

Can the opening tag <?= ?> be used in large syntaxes? Or just in simple print syntax like:

<?= 'meu nome é xxxxxxxx' ?>
    
asked by anonymous 08.01.2016 / 16:44

1 answer

4
Impressively none of the questions on the subject answers this specifically. Can use in any situation. But you should avoid if you want to run in versions lower than 5.4 on some hosting provider that has no control whether they are active or not.

See more in:

08.01.2016 / 16:53