News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Array Handling Functions
October 11, 2011 @ 08:37:55

On PHPMaster.com today there's a new tutorial introducing you to the array handling features in PHP - sorting, slicing and more.

In my previous article on PHP arrays I suggested a number of things that are tables and therefore can also be expressed as arrays. In this article I'll use a pack of playing cards to explore some of the built-in array functions most often needed by PHP programmers. To highlight some of the array-handling functions PHP offers, I'll be using some components of Buraco - a game very popular in my part of the world and quite similar to Rummy.

In the example he represents a deck of cards with an array of values like "A", "03" and "13". This array is then looped to make the full set of 52 cards and shuffled to deal a "hand". Array functions put to use include array_rand, in_array and sort.

0 comments voice your opinion now!
array handling function tutorial example buraco card game


blog comments powered by Disqus

Similar Posts

SitePoint PHP Blog: The Joy of Regular Expressions [4]

Zend Developer Zone: Accessing DB2 Data Inside of i5/OS

Cormac's Blog: Read-only object variables in php using magic methods

PHP-Tip-a-Day: PHP Tutorial: The Allegory of The Factory Pattern

SpyreStudios.com: Connecting with API Data from Instagr.am using PHP


Community Events











Don't see your event here?
Let us know!


unittest zendframework2 conference framework interview development phpunit release podcast opinion language application example tool introduction testing code community series functional

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework