PHP Accessing local filesystem -> Warning: stat(): stat failed for file:///…/test.txt

后端 未结 0 1815
无人共我
无人共我 2021-01-20 18:12

I want to get informations about a file in a local filesystem.

This gets an error

$file = \'file:///.../test.txt\';
$stat = stat($file);
相关标签:
回答
  • 消灭零回复
提交回复
热议问题