boionfire81 Posted April 25, 2016 Posted April 25, 2016 So I'm just curious what exactly is the difference with these? I've heard echo is faster, but is that all? And does it matter if you use a single quote vs a double quote, or is that again just a speed thing? Quote
sniko Posted April 25, 2016 Posted April 25, 2016 Yes, a speed thing. Usually you want to take into consideration the parse engine when outputting. It also depends on your design pattern. Using heredoc/nowdoc has its upsides and downsides, as well as echo/print. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.