?? [?ri:d?bl] ?? [?rid?b?l]
adj.?? ??
PHP is_reader() ?? ???
??: ??? ?? ??? ?? ? ??? ?????.
??: ??is_readable(??)
????:
???? | ?? |
?? | ?????. ??? ??? ?????.? |
??: file?? ??? ?? ?? ????? ???? ?? ? ??? TRUE? ?????.
PHP is_reader() ?? ?
<?php $file = is_readable("./test.txt"); if($file == 1) { echo "該文件是可讀的"; }else{ echo "該文件不可讀"; } ?>