googleappengine不允许写入自己的文件

时间:2014-04-03 14:11:46

标签: php

我在googleappengine中托管了一个文件index.php,其中包含以下代码:

<?php file_put_contents("index.php","xxx"); ?>

当我第一次调用index.php时,其内容应替换为&#34; xxx&#34;在第二次调用index.php时,它应显示&#34; xxx&#34;屏幕上。为什么不起作用?

0 个答案:

没有答案