Ninjakreborn Posted April 17, 2006 Share Posted April 17, 2006 I am studying a book over at[a href=\"http://www.hudzilla.org/phpbook/read.php/2_6_3\" target=\"_blank\"]http://www.hudzilla.org/phpbook/read.php/2_6_3[/a]On this specific page of the studying material I ran across a php command called heredoc. Allowing you to put whatever words you want to, I test it out using all forms of words, and it still worked, also his exampled worked as well, I tried searching the heredoc statement on php.net and it didn't come up, I also searched delimiter and couldn't find anything.I was hoping someone could point me in the right direction to find that heredocI like cross referencing everything I go through with the manual. thanks. Link to comment https://forums.phpfreaks.com/topic/7607-locating-heredoc-in-manual/ Share on other sites More sharing options...
trq Posted April 17, 2006 Share Posted April 17, 2006 Thee is a mention of it under [a href=\"http://au3.php.net/echo\" target=\"_blank\"]echo[/a]. Think thats about it. Link to comment https://forums.phpfreaks.com/topic/7607-locating-heredoc-in-manual/#findComment-27721 Share on other sites More sharing options...
redbullmarky Posted April 17, 2006 Share Posted April 17, 2006 [!--quoteo(post=365551:date=Apr 17 2006, 04:26 PM:name=businessman332211)--][div class=\'quotetop\']QUOTE(businessman332211 @ Apr 17 2006, 04:26 PM) [snapback]365551[/snapback][/div][div class=\'quotemain\'][!--quotec--]I am studying a book over at[a href=\"http://www.hudzilla.org/phpbook/read.php/2_6_3\" target=\"_blank\"]http://www.hudzilla.org/phpbook/read.php/2_6_3[/a]On this specific page of the studying material I ran across a php command called heredoc. Allowing you to put whatever words you want to, I test it out using all forms of words, and it still worked, also his exampled worked as well, I tried searching the heredoc statement on php.net and it didn't come up, I also searched delimiter and couldn't find anything.I was hoping someone could point me in the right direction to find that heredocI like cross referencing everything I go through with the manual. thanks.[/quote]it's not really a command but a general description/term for the method used to implement sticking free text into your code.[a href=\"http://uk.php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc\" target=\"_blank\"]http://uk.php.net/manual/en/language.types....syntax.heredoc[/a] Link to comment https://forums.phpfreaks.com/topic/7607-locating-heredoc-in-manual/#findComment-27722 Share on other sites More sharing options...
Ninjakreborn Posted April 17, 2006 Author Share Posted April 17, 2006 Thanks I appreciate the link. Link to comment https://forums.phpfreaks.com/topic/7607-locating-heredoc-in-manual/#findComment-27723 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.