当我尝试将file_get_contents用于另一台服务器上的文件
// imot.focus.bg/photosimotbg/1/385/big/1b154747185368385_1.pic和我的.pic
服务器返回
警告:file_get_contents(// imot.focus.bg/photosimotbg/ 1/385 / big / 1b154747185368385_1.pic):无法打开流:/ home / myag63zf / public_html / files / 10中没有此类文件或目录。第3行上的php。我尝试了很多事情,但没有任何效果。
<?php
$file = "//imot.focus.bg/photosimotbg/1/385/big/1b154747185368385_1.pic";
$data = file_get_contents($file);
?>