Tagged Questions
6
votes
3answers
756 views
Closing tag (?>) on PHP files?
Some people swear by closing their PHP files with ?>, some say it's more optimized to leave it off.
I know that it's not essential to have it on there, I'm just wondering what the pros and cons ...
1
vote
3answers
374 views
Formatting PHP, what works more efficiently?
I was just wondering what makes PHP work faster. I have a few methods that I always go and do, but that only improves the way I can read it, but how about the interpreter?
Should I include the curly ...