1

I recently found some PHP code that looked like this:

<?= getValueFromKey("Smith, Jane") ?> 

Does anyone know what <?= means or the difference between it and <?php?

Barmar
  • 741,623
  • 53
  • 500
  • 612
Leo
  • 172
  • 2
  • 14
  • 1
    https://www.php.net/manual/en/language.basic-syntax.phptags.php – David Oct 04 '21 at 20:40
  • 1
    It's a shortcut for `` – Barmar Oct 04 '21 at 20:41
  • Does this answer your question? [Reference — What does this symbol mean in PHP?](https://stackoverflow.com/questions/3737139/reference-what-does-this-symbol-mean-in-php) – CBroe Oct 05 '21 at 07:16
  • I don't think so, there is a mountain of data in that one, and I can't even find it if I search for it. – Leo Oct 05 '21 at 23:21

0 Answers0