?? [ta?m]
n. ??; ??; ??
vt. ??? ????...; ) ???? ??? ??
vi. ??? ?? ?? ??: ??? ???
PHP fileatime() ?? ???
??: ??? ??? ??? ??? ??? ?????.
??: ??fileatime(?? ??)
????:
???? | Description |
?? ?? | ?????. ??? ??? ?????. |
??: ??? ????? ???? ??? ?????. ??? ???? false? ?????. ??? Unix ?????? ?????.
PHP fileatime() ?? ?
<?php $file = fileatime("./test.txt"); echo "文件上次訪問的時間為:".$file; ?>