I l@ve RuBoard Previous Section Next Section

Overview

This group of functions provides a great deal of power for dealing with PHP arrays. There are functions for sorting (in various fashions), constructing, deconstructing, analyzing, and otherwise manipulating arrays. These functions are built into PHP by default and can only be disabled by editing the source code and recompiling or by using the disable_functions directive in php.ini.

    I l@ve RuBoard Previous Section Next Section