UK [pr?nt]

n.(?????? ??) ??; ??? ??

vt.(???? ???) ??... . ??; ??(??); ??; ??? ??

3?? ??: prints ??: prints ?? ??: ?? ?? ??: Printed

PHP ??() ?? ???

??: ?? ???

??: int ??(??? $arg)

????:

???? Description
arg ?? ??, ??? ???? ????. (??? ?? ??)??? ?? ??? ??? ?? ????.

??: print? ??? ????? ???? ?? 1? ?????.

PHP ??() ?? ?

<?php
$data = "hello php.cn";
print $data;
?>

???? ???

??? ????? ??? "???? ??" ??? ?????

??:

hello php.cn


<?php
$data = "Learning PHP in php.cn is a good choice";
print $data;
?>

???? ???

??' ??? ??? ? ??

??:

Learning PHP in php.cn is a good choice