You are here : phpstringecho

echo() - string


Parameters :
  • arg1 - The parameter to output.
  • ... -

  • Syntax

    void echo
        ( string $arg1
       [, string $...
      ] )


    Example

    I have <?=$foo?> foo.


    Output / Return Value


    Limitations


    Alternatives / See Also


    Reference