phpbar.de logo

Mailinglisten-Archive

AW: [php] PHP -> Extensions ermitteln

AW: [php] PHP -> Extensions ermitteln

Marco Zingelmann php_(at)_phpcenter.de
Tue, 16 Jul 2002 21:06:46 +0200


Hi,

>Zum Beispiel möchte (muß) ich wissen on in der php.ini
>der Eintrag von "get_magic_quotes_gpc" auf ON gesetzt ist.

$val = ini_get("short_open_tag");
var_dump( $val );

This will echo string(0) "" if Off
This will echo string(1) "1" if On

Gruß
  Marco


php::bar PHP Wiki   -   Listenarchive