Introduction - If you have any usage issues, please Google them yourself
arrays is a class for construction and editing arrays
it is made for a better and easier usage of arrays in php, you can sort any kind of array, find any keys and values in an array,transpose ist, and so on.The basic class (this one ) just treats simple one-dimentional arrays. This means that they have a form like this:array("key"=>"value","key"=>"value",...) or just : array(value, value, value, ...)