PHP. Руководство по PHP. 2005
is_null
is_null
Описание
bool is_null (mixed var)Finds whether the given variable is NULL.
is_null
Finds whether the given variable is NULL.
var
The variable being evaluated.
Returns TRUE if var is null, FALSE otherwise.
The NULL type |
is_bool() |
is_numeric() |
is_float() |
is_int() |
is_string() |
is_object() |
is_array() |
is_long
is_numeric
Отвечу на любые вопросы. С уважением, Дмитрий Владимирович.
⇪