Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://old.hcs.cmc.msu.ru/php/function.array-key-exists.html
Дата изменения: Sun Feb 3 22:34:10 2002 Дата индексирования: Mon Oct 1 22:47:51 2012 Кодировка: |
array_key_exists() returns TRUE if the given key is set in the array. key can be any value possible for an array index.
Note: This name of this function is key_exists() in PHP version 4.0.6.
See also isset().