print vs echo
print vs echo
Out of context: Reply #2
- Started
- Last post
- 7 Responses
- albums0
The reason echo is faster is because it does not return any value, as opposed to print which always returns 1.
The reason echo is faster is because it does not return any value, as opposed to print which always returns 1.