Php - Output (Echo/Print)

Card Puncher Data Processing

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.





Discover More
Card Puncher Data Processing
How to capture the output with the php output buffer

A basic explanation of the output buffer mechanism in php



Share this page:
Follow us:
Task Runner