?? [ra?t] ??? [ra?t]

vt.& vi. ??; ??, ??

3?? ??: ?? ?? ??: ?? ?? ??: ??

PHP fwrite() ?? ???

??: ?? ??(???? ??? ???).

??: ??fwrite(??,???,??)

????:

??????
?? ?????. ??? ?? ??? ?????.
??? ?????. ??? ??? ???? ?????.
?? ????. ? ?? ??? ?? ?????.

??: fwrite()? ???? ??? ?? ??? ??? ???. length? ???? length ???? ????? ???? ??? ? ? ?? ???? ??? ?? ??? ?????.

PHP fwrite() ?? ?

<?php
$file = fopen("./test.txt","w");
echo fwrite($file,"歷經(jīng)九九八十一難");
?>