file_put_contents失败,打开的流不能在localhost上运行

时间:2016-05-24 19:47:16

标签: php localhost file-put-contents

我的PHP代码如下:

char foo[24];

if(0 < strftime(foo, sizeof(foo), "[%T%z %F] ", c_time)) cout << foo << endl;

如果我使用命令行,则该功能有效,但当我使用路径<?php $name=$_POST["name"]; $image=$_POST["image"]; $decodedImage= base64_decode("$image"); $link="192.168.1.34:80/kullanici/profil/"; $link=trim($link); //file_put_contents("C:\\xampp\\htdocs\\kullanici\\profil\\".$name.".JPG",$decodedImage); file_put_contents($link.$name.".JPG",$decodedImage); ?> 时,它会给我这个错误:

192.168.1.34:80/kullanici/profil

0 个答案:

没有答案