Table of Contents

Php - Output (Echo/Print)

About

php knowns two functions that sends characters to the output device which is:

Functions

The major differences between print and echo is that echo:

Capture

You can capture the output with the output buffer mechanism.