mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
grammar, typo and capitilization fixes
note: please do not use the pronoun "you" when writing documentation git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50533 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a68d8f548e
commit
9f5266b8a8
1 changed files with 12 additions and 11 deletions
|
@ -1,19 +1,20 @@
|
|||
<appendix id="resource">
|
||||
<title>PHP's resource types</title>
|
||||
<title>PHP Resource Types</title>
|
||||
<para>
|
||||
Here is the function's list which create, use or destroy
|
||||
PHP resources. You know when a variable is a resource
|
||||
by using <function>is_resource</function>, and what resource
|
||||
type is this variable by using <function>get_resource_type</function>.
|
||||
The following is a list of functions which create, use or destroy
|
||||
PHP resources. The function <function>is_resource</function> can be
|
||||
used to determine if a variable is a resource and
|
||||
<function>get_resource_type</function> will return the type of
|
||||
resource it is.
|
||||
<table>
|
||||
<title>Ressource types</title>
|
||||
<title>Resource Types</title>
|
||||
<tgroup cols="5">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Resource type's name</entry>
|
||||
<entry>Created by</entry>
|
||||
<entry>Used by</entry>
|
||||
<entry>Destroyed by</entry>
|
||||
<entry>Resource Type Name</entry>
|
||||
<entry>Created By</entry>
|
||||
<entry>Used By</entry>
|
||||
<entry>Destroyed By</entry>
|
||||
<entry>Definition</entry>
|
||||
</row>
|
||||
</thead>
|
||||
|
@ -2068,4 +2069,4 @@
|
|||
</tgroup>
|
||||
</table>
|
||||
</para>
|
||||
</appendix>
|
||||
</appendix>
|
||||
|
|
Loading…
Reference in a new issue