print

(unknown)

print -- 문자열을 출력한다.

설명

print ( string arg)

arg을 출력한다.

echo(), printf(), 그리고 flush()를 참고하라.