局域网内远程读excel文件问题,请教如何解决?

WBOY
Release: 2016-06-23 14:12:55
Original
1022 people have browsed it

$filename="//10.198.108.143/test/abc.xls";
$size=filesize($filename);
echo $size;

报错:Warning:filesize() [function.fileseze]:stat failed for //10.198....on line 19
我看了论坛上的帖子http://bbs.csdn.net/topics/390313277,为什么我写的还是报错呢。
test文件夹是在局域网10.198.108.143机器上的共享文件夹,abc.xls在test文件夹下。

我在开始->运行里输入“\\10.198.108.143\test”是能够找到abc文件,且可以打开。

谢谢帮忙。


回复讨论(解决方案)

各位大侠给看看好吗

我不清楚file_size可以获取远程文件大小么

不过如果需求让我来实现的话,我的第一反应代码大致如下:

$header = get_headers($file_url, 1);var_dump($header['Content-Length']);
Copy after login

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template