Документ взят из кэша поисковой машины. Адрес оригинального документа : http://old.master.cmc.msu.ru/php/function.is-resource.html
Дата изменения: Sun Feb 3 22:57:16 2002
Дата индексирования: Tue Oct 2 05:28:16 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.