From 9f5266b8a87a2b1357a9bab9c506deb57365d6d9 Mon Sep 17 00:00:00 2001 From: Daniel Beckham Date: Tue, 3 Jul 2001 15:35:14 +0000 Subject: [PATCH] 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 --- appendices/resources.xml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/appendices/resources.xml b/appendices/resources.xml index 0410d3a140..0ad9b59823 100755 --- a/appendices/resources.xml +++ b/appendices/resources.xml @@ -1,19 +1,20 @@ - PHP's resource types + PHP Resource Types - Here is the function's list which create, use or destroy - PHP resources. You know when a variable is a resource - by using is_resource, and what resource - type is this variable by using get_resource_type. + The following is a list of functions which create, use or destroy + PHP resources. The function is_resource can be + used to determine if a variable is a resource and + get_resource_type will return the type of + resource it is. - Ressource types + Resource Types - Resource type's name - Created by - Used by - Destroyed by + Resource Type Name + Created By + Used By + Destroyed By Definition @@ -2068,4 +2069,4 @@
-
\ No newline at end of file +