how to check array has elements or not in php code example Example: array empty check in php if (empty($array)) { // list is empty. }