There are integrated statements that PHP uses to facilitate and speed up the script execution.
STATEMENT | DESCRIPTION |
---|---|
echo | Ouputs (prints) a string onto a screen. A string may be any possible variable, constant, function, etc... |
Same as echo except that it contains a return value that slows down slighlty the execution. |
Comments
No comments have been made yet.
Please login to leave a comment. Login now