What is the pro and cons using Heredoc Notation in your PHP ?

Posted by justjoe on Stack Overflow See other posts from Stack Overflow or by justjoe
Published on 2010-03-21T13:39:49Z Indexed on 2010/03/21 13:41 UTC
Read the original article Hit count: 380

Filed under:
|

i'm never see something like this before. So, it's confuse me for a while. But now i understand and use it sometimes. So, after brief experience, can anybody tell me What is the pro and cons using Heredoc Notation in your PHP ?

$stringval =

Personally, How do you use this PHP feature ? is it a bad way of coding or good way ?

© Stack Overflow or respective owner

Related posts about php

Related posts about basic