|
ini_getGets the value of a configuration option Beschreibung
string ini_get
( string
$varname
)Returns the value of the configuration option on success. Parameter-Liste
Rückgabewerte
Returns the value of the configuration option as a string on success, or an
empty string for null values. Returns Beispiele
Beispiel #1 A few ini_get examples
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: display_errors = 1 register_globals = 0 post_max_size = 8M post_max_size+1 = 9 post_max_size in bytes = 8388608 Anmerkungen
Changelog
Siehe auch
|