Документ взят из кэша поисковой машины. Адрес оригинального документа : http://oit.cmc.msu.ru/php/function.is-resource.html
Дата изменения: Sun Feb 3 22:57:16 2002
Дата индексирования: Mon Oct 1 21:36:52 2012
Кодировка:
is_resource

is_resource

(PHP 4 >= 4.0.0)

is_resource --  Finds whether a variable is a resource

Description

bool is_resource ( mixed var)

is_resource() returns TRUE if the variable given by the var parameter is a resource, otherwise it returns FALSE.

See the documentation on the resource-type for more information.