0か空の時、Trueを返し、それ以外の時はFalseを返す。
<?php
$shortsale = 0;
if(empty($shortsale)){
  print "空売り残はありません。";
} else {
  print "機関投資家の空売り残があります。";
}
?>
空売り残はありません。
ソフトウェアエンジニアの技術ブログ:Software engineer tech blog
随机应变 ABCD: Always Be Coding and … : хороший