Returns TRUE if var exists; FALSE otherwise.
If a variable has been unset with unset(), it will no longer be set. isset() will return FALSE if testing a variable that has been set to NULL. Also note that a NULL byte ("\0") is not equivalent to the PHP NULL constant.
Warning: isset() only works with variables as passing anything else will result in a parse error. For checking if constants are set use the defined() function.
<?php |
This also work for elements in arrays:
<?php |
Замечание: оНЯЙНКЭЙС ЩРН ЪГШЙНБЮЪ ЙНМЯРПСЙЖХЪ, Ю МЕ ТСМЙЖХЪ, НМЮ МЕ ЛНФЕР БШГШБЮРЭЯЪ ОПХ ОНЛНЫХ ОЕПЕЛЕММШУ ТСМЙЖХИ
See also empty(), unset(), defined(), the type comparison tables, array_key_exists(), and the error control @ operator.
Пред. | Начало | След. |
is_string | Уровень выше | print_r |
HIVE: All information for read only. Please respect copyright! |