[Typo3-dev] PHP5

Kasper Skårhøj kasper at typo3.com
Wed Apr 21 13:15:04 CEST 2004


Can it work if we define out own "is_array()" function?


function is_array($var)	{
	return isset($var) && is_array($var);
}


I never tried this but could it work?






More information about the TYPO3-dev mailing list