(no version information, might be only in CVS)
input_get -- Gets variable from outside PHP and optionally filters itWarnung |
Diese Funktion ist EXPERIMENTELL. Das Verhalten, der Funktionsname und alles Andere was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohne Ankündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion auf eigenes Risiko. |
One of INPUT_GET, INPUT_POST, INPUT_COOKIE, INPUT_SERVER, INPUT_ENV, INPUT_SESSION (not implemented yet) and 99 (serves for REQUEST for now).
Name of a variable to get.
Filter to apply. Defaults to FILTER_DEFAULT.
Associative array of options or bitwise disjunction of flags. If filter accepts options, flags can be provided in "flags" field of array.
Character set used for filtering. Currently no filter uses this parameter.
Zurück | Zum Anfang | Weiter |
input_get_args | Nach oben | input_has_variable |