Table of Contents

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:

  • accepts multiple arguments
  • and doesn't have a return value.

Capture

You can capture the output with the output buffer mechanism.