配列 空判定 PHP Twitter Facebook はてブ Pocket LINE コピー 2021.01.02 <?php $array=[]; if (empty($array)){ echo "arrayは空です。"; } ?>
コメント