Answered Questions

  • What is the difference between echo and print?

    If anyboyd knows, do tell me.waiting for your prompt response.

    Nakato

    • Aug 18th, 2017

    Echo() can be used as part of an expression, while print() cant

    Abinash Kumar

    • Jun 20th, 2017

    Echo does not returns a value and is faster than print. While print is a language construct that returns 1 which makes it slower in page than echo