Welcome To Snipplr
Everyone's Recent PHP Snippets Tagged array
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
A quick snippet to rotate a series of words on page load using PHP.
1
40271
posted 6 years ago by danparks
Sort & query arrays in PHP. Sort multi dimensional arrays by object properties and filter the array by specific criteria.
Documentation:
https://github.com/mattnicholson/DataList
1
2324
posted 11 years ago by mattnicholson
I created this code for practice, and I looking for better and clear solution for the last instance where I can write or delete the data, but after I want to get back the content as array or the key as string. I want to use this write-read back with...
0
3211
posted 12 years ago by gitarfogas
Creating a nested array from items with parent IDs.
This is useful for when you have a website working with multiple categories with parent categories. But it can be applied anywhere, really!
0
3909
posted 12 years ago by CreativePunch
Traverses a multidimensional array and returns an array with the results. It also echoes the result as a string just for demonstration.
0
2868
posted 13 years ago by gummiost
This snippet is a lambda function (anonymous function) to create an xml from an array. It uses recursiveness.
1
3166
posted 13 years ago by abrahamsustaita
This table is based on the ISO 2 letter (Alpha-2 code, ISO 639-1) and 3 letter (Alpha-3 code, ISO 639-2) Standard Codes for the Representation of Names of Languages.
0
2850
posted 13 years ago by rwt
Checks if two given arrays equal each other as php doesn't have a built in function for this.
0
2788
posted 13 years ago by MaxHudson
Outputs the content of a multi-dimensional array in the $GLOBALS['lv']
0
2129
posted 13 years ago by steho
Function to convert a one dimensional array to two dimensional with option to specify how many columns. Returns two dimensional array on success or false on fail.
0
3741
posted 13 years ago by kosinix
Sum all elements of a bidimensional or multi-dimensional array with an assigned key
0
2194
posted 13 years ago by eortiz
I use this primarily for debugging purposes. This simply takes an array and creates an expandable item that prints the array out in a \<pre\> wrapping, making it easy to read. Very basic snippet.
0
3152
posted 14 years ago by ringo380
The following shoud do it. pass the array, index is what element you want to sort on (in your case use 3). Then you can sort asc or desc, and weather you want to use natural sorting (the way a human would sort, 2 before 10) and lastly case sensitive...
0
1843
posted 14 years ago by pruntrut
A nice way to do sorting of a key on a multi-dimensional array - DavidG
0
2296
posted 14 years ago by satie83
If you want to use this in a class, change the last line to:
` return array_map(array($this, __FUNCTION__), $object ); `
0
1754
posted 14 years ago by jgomez
This sorts a multi-dimensional array by one of the values in the array. Sorts in Desc order (most recent date first).
0
2093
posted 14 years ago by bitsculptor
Very helpful function for sorting multi-dimensional arrays
0
2045
posted 14 years ago by chasecrawford
Ordena Array Bidimensional Asociativo de acuerdo a parametro del array.
0
1772
posted 14 years ago by serialk89