From 84975fd4f66559b7e8122bb4432c2044dbaa7320 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Wed, 20 Aug 2003 08:54:57 +0000 Subject: [PATCH] adding example git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@138316 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/var/functions/is-resource.xml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/reference/var/functions/is-resource.xml b/reference/var/functions/is-resource.xml index 0cc4beb676..19a4632340 100644 --- a/reference/var/functions/is-resource.xml +++ b/reference/var/functions/is-resource.xml @@ -1,5 +1,5 @@ - + @@ -19,6 +19,23 @@ given by the var parameter is a resource, otherwise it returns &false;. + + + using <function>is_resource</function> + + +]]> + + + See the documentation on the resource-type for more information.