The Wayback Machine - https://web.archive.org/web/20110810115349/http://www.developer.com:80/lang/php/top-10-associative-array-tips-for-php.html
August 10, 2011
RSS RSS feed

Top 10 Associative Array Tips for PHP

Like any other programming language, PHP supports associative arrays -- an indispensable data type for describing a collection of unique keys and associated values. In his PHPBuilder article 10 PHP Tricks for Associative Array Manipulation, Jason Gilmore writes:

Associative arrays are so central to the task of Web development that PHP supports dozens of functions and other features capable of manipulating array data in every conceivable manner.

With such extensive support, trying to figure out the most effective way to manipulate arrays within PHP applications can be overwhelming. Gilmore's article offers 10 tips that can help PHP developers slice and dice their data in countless ways, including adding and removing array elements and merging arrays.

 

Read all 10 tips at PHPBuilder:
10 PHP Tricks for Associative Array Manipulation


Tags: PHP, array



Networking Solutions
Sitemap | Contact Us