print

( unknown )

print -- Output a string

Description

print ( string arg)

Outputs arg . מחזיר TRUE במקרה של הצלחה או FALSE במקרה של כישלון .

But print( ) , opposed to echo( ) , can be called using a variable function .

דוגמה 1 . print( ) examples