Welcome To Snipplr


Everyone's Recent Snippets Tagged array



1 2 3 4 5 6 ... 13
1 2234 posted 15 years ago by frederichoule
0 1769 posted 15 years ago by mike_fowler
0 1278 posted 15 years ago by neilking
0 2273 posted 15 years ago by Japan
# function *formatArrayForDisplay* ## parameters: * **array** a 1- or 2-dimensional array for output * **mode** accepts **human** or **PHP** * **human** displays using `<pre>` tags and print_r * **PHP** displays PHP styl...
1 2095 posted 15 years ago by daveespionage
Re-indexes an array so that the array keys count up from zero. This is useful if you have previously removed some array nodes.
0 1419 posted 15 years ago by f6design
Removes 'false', '0', 'null' or '' from the array
0 1888 posted 15 years ago by f6design
converts array (which is reference) in format <code> array(0 => array('id' => 1, 'name' => 'orange'), 1 => array('id' => 3, 'name' => 'banana')); </code> to <code> array(1 => array('id' => 1, 'name' => 'orange'), 3 => array('id' => 3, 'n...
0 1474 posted 15 years ago by slav123
0 1267 posted 15 years ago by marwac6
0 1377 posted 15 years ago by marwac6
This simply takes an array and coverts it to variables. E.g. If you had an array, $array = array("key" => "value"), after running this script, $key would be "value".
0 1588 posted 15 years ago by mloberg
Different formats for listing states.
0 1707 posted 15 years ago by MikeNGarrett
Quite trivial but can be needed sometimes. At least I know where to look when i'll forget it
1 1573 posted 15 years ago by gandreini
I wanted to pass a form submission (array) as a JSON object to another function. Some form field were created with JS, to identify them their names have been concatenated with unique IDs, etc. In order to access values of that JSON obj I needed to...
1 1955 posted 15 years ago by iroybot
I wanted to pass a form submission (array) as a JSON object to another function. Some form field were created with JS, to identify them their names have been concatenated with unique IDs, etc. In order to access values of that JSON obj I needed to...
0 1831 posted 15 years ago by iroybot
All glory to the ml function.
0 1554 posted 15 years ago by pablo_PXL
6 1921 posted 15 years ago by Roaa
This code comes from the php documentation (see url)
0 1495 posted 15 years ago by jli
0 1495 posted 15 years ago by danhanly
2 3147 posted 15 years ago by krillzip
0 1548 posted 15 years ago by takel
0 1327 posted 15 years ago by takel
A little function used to set cookies as arrays of values instead of single combinations key->value. Note that it saves values as a stack.
1 1495 posted 15 years ago by claudiowebdesign
Quick and easy javascript in_array function. It's not perfect, but if you need something quick, this is it.
1 1332 posted 15 years ago by cornellsteven
0 1674 posted 15 years ago by lajlev
1 2 3 4 5 6 ... 13