From e8a11acfd1d91b2b474031d05669f7a0f4dc0ea1 Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Fri, 19 Apr 2002 13:48:45 +0000 Subject: [PATCH] Using new entities git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78807 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/reference.xml | 63 +++++++++++++++++------------------ 1 file changed, 30 insertions(+), 33 deletions(-) diff --git a/reference/array/reference.xml b/reference/array/reference.xml index 8c8eb02380..1ecaa29c09 100644 --- a/reference/array/reference.xml +++ b/reference/array/reference.xml @@ -1,55 +1,52 @@ - + Array Functions Arrays - - These functions allow you to interact with and manipulate - arrays in various ways. Arrays are essential for storing, - managing, and operating on sets of variables. - - - Simple and multi-dimensional arrays are supported, and may be - either user created or created by another function. - There are specific database handling functions for populating - arrays from database queries, and several functions return arrays. - - - Please see the Arrays - section of the manual for a detailed explanation of how arrays are - implemented and used in PHP. - +
+ &reftitle.intro; + + These functions allow you to interact with and manipulate + arrays in various ways. Arrays are essential for storing, + managing, and operating on sets of variables. + + + Simple and multi-dimensional arrays are supported, and may be + either user created or created by another function. + There are specific database handling functions for populating + arrays from database queries, and several functions return arrays. + + + Please see the Arrays + section of the manual for a detailed explanation of how arrays are + implemented and used in PHP. + +
- Requirements - - These functions are available as part of the standard module, which is - always available. - + &reftitle.required; + &no.requirement;
- Installation - - There is no installation needed to use these functions, they are part of - the PHP core. - + &reftitle.install; + &no.install;
- Runtime Configuration - &no.config; + &reftitle.runtime; + &no.config;
- Resource types - &no.resource; + &reftitle.resources; + &no.resource;
- Predefined constants + &reftitle.constants; CASE_UPPER and CASE_LOWER are used with the array_change_key_case function. They @@ -58,7 +55,7 @@
- See also + &reftitle.seealso; See also is_array, explode, implode, split,