在 PHP 中,可以使用 empty 函数来判断数组是否为空。
例如:
$array = array();
if (empty($array)) {
echo "The array is empty";
} else {
echo "The array is not empty";
}
在 PHP 中,可以使用 empty 函数来判断数组是否为空。
例如:
$array = array();
if (empty($array)) {
echo "The array is empty";
} else {
echo "The array is not empty";
}