?? [st?t] US [st?t]

n.Star(??? ??? ??, 3.64×10-7? ??? ??)

PHP ??() ?? ???

??: ??? ?? ??? ?????.

??: ??stat(??)

????:

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

??: file?? ??? ??? ??? ?????. ??? ??? ??? ?? ??? ??? ??? ?? ??? ?? ??? ?? ????. ??? ???? stat()? false? ???? ??? ?????.

PHP ??() ?? ?

<?php
$file = stat("./test.txt");
print_r($file);
?>