When to use or not use symbols in PHP
Posted
by brett
on Stack Overflow
See other posts from Stack Overflow
or by brett
Published on 2010-03-28T14:41:03Z
Indexed on
2010/03/28
14:43 UTC
Read the original article
Hit count: 297
I'm reading a PHP book where the author says that symbols should be avoided except when it's valid to use them. Very informative stuff, if he could only elaborate or give code examples but he doesn't.
Can someone from the experienced PHP bunch give me an example of what these symbols are, and when it makes sense to use them or not. I'm looking for a code example that I can wrap my head around since I don't quite get it in plain English. Code is more plain English to me.
© Stack Overflow or respective owner