mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
748f758db9
commit
4a864dc34d
2 changed files with 8 additions and 3 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue