The Artima Developer Community
Sponsored Link

PHP Buzz Forum
The month of PHP Functions: of keys and arrays

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Max Zone

Posts: 9170
Nickname: dzone
Registered: Jun, 2006

dzone.com is a link-sharing community where member participation determines what gets published
The month of PHP Functions: of keys and arrays Posted: Apr 19, 2007 6:38 AM
Reply to this message Reply

This post originated from an RSS feed registered with PHP Buzz by Max Zone.
Original Post: The month of PHP Functions: of keys and arrays
Feed Title: dzone.com: php
Feed URL: http://www.dzone.com/feed/frontpage/php/rss.xml
Feed Description: dzone.com: fresh php links for developers
Latest PHP Buzz Posts
Latest PHP Buzz Posts by Max Zone
Latest Posts From dzone.com: php

Advertisement
I tend to use associative arrays quite a lot, to keep values as couples : the key, which is often unique, and a value, which may be anything else. This permits the handling of values by group : values from a MySQL row with their respective column name, liste of club members and their subscription date, a web URL and it's read date, a username and its full description.

Read: The month of PHP Functions: of keys and arrays

Topic: Is Virtualization Just Hype? Previous Topic   Next Topic Topic: Benchmark of Intel compiled Apache, PHP and APC on 64bits server

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use