Core
echo
Reference for PHP echo
Definition
echo in PHP.
Syntax
<?php
// syntax for echo
Example
<?php
echo "Using echo";
Try It Yourself
Test it out in the Playground.
Reference for PHP echo
echo in PHP.
<?php
// syntax for echo
<?php
echo "Using echo";
Test it out in the Playground.