i have declare an empty array and when i check that isset using multidimension it is displaying some value code example
Example: array empty check in php
if (empty($array)) {
// list is empty.
}
if (empty($array)) {
// list is empty.
}