<<<
(heredoc)
Sintassi
$var = <<< nome_heredoc // stringhe nome_heredoc;
Esempi
$var = <<< nome_heredoc Questo e' un "testo" con apici e doppi apici! nome_heredoc; echo $var;
Contenuti correlati
- CSS
- HTML
- JavaScript
- jQuery
- PHP
- SQL
- WORDPRESS
0 Comment