PHP Velho Oeste 2024

Wo Konfigurationseinstellungen gesetzt werden können

Diese Modi bestimmen wann und wo eine PHP-Direktive gesetzt oder nicht gesetzt werden kann. Jede Direktive im Handbuch verweist auf einen dieser Modi. Zum Beispiel können einige Einstellungen in einem PHP-Skript mittels ini_set() gesetzt werden, während andere nur über die php.ini oder httpd.conf gesetzt werden können.

Ein Beispiel ist die output_buffering-Einstellung. Wegen INI_PERDIR kann sie nicht mittels ini_set() gesetzt werden. Die display_errors-Einstellung hingegegen kann wegen INI_ALL überall gesetzt werden, also auch mittels ini_set().

Konstanten für den INI-Modus
Konstanten Beschreibung
INI_USER (int) Entry can be set in user scripts (like with ini_set()) or in the Windows registry. Entry can be set in .user.ini
INI_PERDIR (int) Entry can be set in php.ini, .htaccess, httpd.conf or .user.ini
INI_SYSTEM (int) Entry can be set in php.ini or httpd.conf
INI_ALL (int) Entry can be set anywhere

add a note add a note

User Contributed Notes 1 note

up
-1
nsx266 at gmail dot com
6 years ago
Professional zec bitcoin graphics card mining team, earning 100$ is not a dream, intends to contact WeChat yiviyj, or basic_note, or call +86 15652000725

----

Acquisition of firearms / potassium chloride , intentional contact + 86 15652000725 or contact my mailbox

-----

专业显卡挖矿团队,日赚100RMB不是梦,有意联系微信yiviyj,或basic_note,或电话+86 15652000725

------

收购枪支/氯化钾,有意联系+86 15652000725 或邮箱
To Top