echo

( unknown )

echo -- Output one or more strings

Description

echo ( string arg1 [, string argn...])

It is not possible to use echo( ) in a variable function context , but you can use print( ) instead .

דוגמה 1 . echo( ) examples



























הערה :

See also : print( ) , printf( ) , and flush( ) .