[PHP] { }

{ } delimita: a) il contenuto del codice di una funzione (se supertiore ad uno statement); b) una variabile (v. immagine)

Sintassi

function nome_funzione() {
  // codice
}
{$var}

Esempi

$var = 12;
echo "You are the {$var}th person";
// You are the 12th person

Contenuti correlati

  • CSS
  • HTML
  • JavaScript
  • jQuery
  • PHP
  • SQL
  • WORDPRESS

Fonti esterne

interpunzione php, php

Related Articles

0 Comment

Rispondi