[TYPO3-core] RFC: Avoid double checking of match-conditions
Franz Holzinger
franz at fholzinger.com
Fri Feb 17 09:48:16 CET 2006
>You can enhance this by passing the big arrays only as references:
>
>function &matching($cc)
>...
>return &$cc;
>
>
>
>
function &matching (&$cc)
...
return $cc;
More information about the TYPO3-team-core
mailing list