Source Code:
(back to article)
<?php $phone = array(); echo empty($phone) ? "Array ist leer.": "Array ist nicht leer."; ?>
Result:
Report an issue