See also get_resource_type().

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@180489 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2005-02-22 20:31:46 +00:00
parent 748f758db9
commit 4a864dc34d
2 changed files with 8 additions and 3 deletions

View file

@ -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 @@ echo $obj->scalar; // outputs 'ciao'
</simpara>
</note>
<para>
See also <function>get_resource_type</function>.
</para>
<sect2 id="language.types.resource.casting">
<title>Converting to resource</title>

View file

@ -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 @@ if (!is_resource($db_link)) {
</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>