php-general | 2000071
Date: 07/14/00
- Next message: Bill Rausch: "Re: [PHP] why is this not a bug? (popen, pclose)"
- Previous message: Philip Hallstrom: "Re: [PHP] why is this not a bug? (popen, pclose)"
- In reply to: Zack Beatty: "[PHP] "here" document"
- Next in thread: Teodor Cimpoesu: "Re: [PHP] "here" document"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I found this in the search feature on the php site by searching on 'here
doc'
http://www.php.net/manual/html/language.types.string.html
> Is there a Perl-style "here document" function in PHP for printing a block
> of output, such as:
> <?
> print <<END_OF_HERE
> blah
> blah
> blah
> yada
> yada
> yada
> END_OF_HERE
> ?>
>
> BTW, I did search the manual and list archives already. So please no RTFM
> comments. Thanks.
> -zb
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Bill Rausch: "Re: [PHP] why is this not a bug? (popen, pclose)"
- Previous message: Philip Hallstrom: "Re: [PHP] why is this not a bug? (popen, pclose)"
- In reply to: Zack Beatty: "[PHP] "here" document"
- Next in thread: Teodor Cimpoesu: "Re: [PHP] "here" document"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

