philip Tue Feb 22 15:31:46 2005 EDT
Modified files:
/phpdoc/en/language types.xml
/phpdoc/en/reference/var/functions is-resource.xml
Log:
See also get_resource_type().
http://cvs.php.net/diff.php/phpdoc/en/language/types.xml?r1=1.148&r2=1.149&ty=u
Index: phpdoc/en/language/types.xml
diff -u phpdoc/en/language/types.xml:1.148 phpdoc/en/language/types.xml:1.149
--- phpdoc/en/language/types.xml:1.148 Sun Jan 23 15:04:36 2005
+++ phpdoc/en/language/types.xml Tue Feb 22 15:31:45 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.148 $ -->
+<!-- $Revision: 1.149 $ -->
<chapter id="language.types">
<title>Types</title>
@@ -2141,6 +2141,10 @@
</simpara>
</note>
+ <para>
+ See also <function>get_resource_type</function>.
+ </para>
+
<sect2 id="language.types.resource.casting">
<title>Converting to resource</title>
http://cvs.php.net/diff.php/phpdoc/en/reference/var/functions/is-resource.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/var/functions/is-resource.xml
diff -u phpdoc/en/reference/var/functions/is-resource.xml:1.3
phpdoc/en/reference/var/functions/is-resource.xml:1.4
--- phpdoc/en/reference/var/functions/is-resource.xml:1.3 Wed Aug 20
04:54:57 2003
+++ phpdoc/en/reference/var/functions/is-resource.xml Tue Feb 22 15:31:46 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/var.xml, last change in rev 1.19 -->
<refentry id="function.is-resource">
<refnamediv>
@@ -38,7 +38,8 @@
</para>
<para>
See the documentation on the <type>resource</type>-type for
- more information.
+ more information, and
+ <function>get_resource_type</function>.
</para>
</refsect1>
</refentry>