Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道我们是否能够获得从phpspreadsheet. 如果可能,我该怎么做?谢谢您的帮助。
phpspreadsheet
下面$fileName是一个字符串,其中包含您想了解的文件的完整路径。检查您计划使用的任何变量对于预期用途是否有效通常是明智的。
$fileName
if (is_file($filename)) { $fileSize = filesize($filename); }
RTM