Mega Code Archive
Categories
/
Php
/
Data Type
Is it an array
"; $no = 'this is a string'; echo is_array($no) ? 'Array' : 'Not an Array'; ?>