Tagged Questions
4
votes
3answers
148 views
In PHP, why wasn't echo implemented as a function? (not echo vs. printf)
I'm just curious. In PHP, why wasn't echo implemented as a function? Why didn't PHP just give us printf and never tell about echo? Please note that:
This is not a question about echo vs. printf.
I ...