There are integrated statements that PHP uses to facilitate and speed up the script execution.

List of PHP general statements 

STATEMENT DESCRIPTION
echo Ouputs (prints) a string onto a screen. A string may be any possible variable, constant, function, etc...
print Same as echo except that it contains a return value that slows down slighlty the execution.