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 +