Showing posts with label Is there any difference between 'print' and 'echo' in PHP. Show all posts
Showing posts with label Is there any difference between 'print' and 'echo' in PHP. Show all posts

Wednesday 5 November 2014

Difference between echo and print in php


Difference between echo and print in php

Echo is a statement and print is a function
Echo does not returns value where as print returns value
Echo is a faster than print