<?php $data=array("aa","bb","cc"); if ( is_array($data) ) { print "array"; } else { print "not array"; } ?>