[TYPO3-dev] Extbase : Will we one day get rid of old typo3's daemons ?

Popy popy.dev at gmail.com
Tue Feb 2 11:40:28 CET 2010


Seen in Tx_Extbase_Utility_Arrays


>     static public function integerExplode($delimiter, $string) {
>         $chunksArr = explode($delimiter, $string);
>         while (list($key, $value) = each($chunksArr)) {
>             $chunks[$key] = intval($value);
>         }
>         reset($chunks);
>         return $chunks;
>     }
>

I'm afraid we will never...

Popy




More information about the TYPO3-dev mailing list