From 4a864dc34deaaf6d9cfc739e64ca63f0298407b0 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Tue, 22 Feb 2005 20:31:46 +0000 Subject: [PATCH] See also get_resource_type(). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@180489 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/types.xml | 6 +++++- reference/var/functions/is-resource.xml | 5 +++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/language/types.xml b/language/types.xml index d006ee1825..f7194cdb4e 100644 --- a/language/types.xml +++ b/language/types.xml @@ -1,5 +1,5 @@ - + Types @@ -2141,6 +2141,10 @@ echo $obj->scalar; // outputs 'ciao' + + See also get_resource_type. + + Converting to resource diff --git a/reference/var/functions/is-resource.xml b/reference/var/functions/is-resource.xml index 19a4632340..61166c76d8 100644 --- a/reference/var/functions/is-resource.xml +++ b/reference/var/functions/is-resource.xml @@ -1,5 +1,5 @@ - + @@ -38,7 +38,8 @@ if (!is_resource($db_link)) { See the documentation on the resource-type for - more information. + more information, and + get_resource_type.