input_has_variable

(no version information, might be only in CVS)

input_has_variable -- Checks if variable of specified type exists

Description

bool input_has_variable ( int type, string variable_name )

Waarschuwing

Deze functie is EXPERIMENTEEL. Dat betekent, dat het gedrag van deze functie, deze functienaam, in concreto ALLES dat hier gedocumenteerd is in een toekomstige uitgave van PHP ZONDER WAARSCHUWING kan veranderen. Wees gewaarschuwd, en gebruik deze functie op eigen risico.

Parameters

type

One of INPUT_GET, INPUT_POST, INPUT_COOKIE, INPUT_SERVER, INPUT_ENV.

variable_name

Name of a variable to check.

Return Values

Geeft TRUE terug bij succes, FALSE indien er een fout is opgetreden.