如果我使用共享主机,我真的可以在运行时设置php.ini文件的所有值吗?


If I use a shared hosting, can I really set all value on my php.ini file in the runtime?

类似于:

ini_set("display_errors", 1);

以下是所有php.ini指令的列表,以及它们可以从哪里更改:

http://php.net/manual/en/ini.list.php

您可以设置其中的一些,其他的由于安全原因不能设置,例如allow_url_fopen