Blog
14Feb
28Dec
PHP: Extra array functions
Posted on February 14, 2011 in PHP byDuring my recent PHP/TYPO3 adventures I had to come up with some extra array functionality to grab my desired data from an array. Shockingly I couldn't find any official PHP way to do this. So I created my own.
PHP: Dividing an array into equal pieces
Posted on December 28, 2010 in PHP bySomething I needed to do a while ago, and I thought it wouldn't be a bad idea to share it. It's a quick way to divide an array into equal segments. Just take a look at the function code.


