而不是做的
file_put_contents(***WebSiteURL***...),你需要使用服务器路径
/cache/lang/file.php(如
/home/content/site/folders/filename.php)。
您不能重新打开文件
HTTP并期望将其写入。相反,您需要使用本地路径打开它。

而不是做的
file_put_contents(***WebSiteURL***...),你需要使用服务器路径
/cache/lang/file.php(如
/home/content/site/folders/filename.php)。
您不能重新打开文件
HTTP并期望将其写入。相反,您需要使用本地路径打开它。