Che cosa vuol dire questo ???
codice:echo <<<EOD <html> <body> Prova </body> </html> EOD;
Che cosa vuol dire questo ???
codice:echo <<<EOD <html> <body> Prova </body> </html> EOD;
PoWered by:
Gentoo 1.5.3 - Kernel 2.6.7
Debian Sid - Kernel 2.6.7 - Bash 3.0
Slackware current - Kernel 2.6.7
come echo solo che al suo interno non occorre anteporre \ ai doppi apici
echo <<<[identificativo]
ciao come stai?
[identificativo];
restituisce
ciao come stai?
cioè il testo compreso tra i due identificativi (che spesso sono 'EOD')
![]()