count()
count (変数);
$fruit = array("りんご", "みかん", "ぶどう", "バナナ"); print count($fruit);
PageTop / Home / PHP入門 / リファレンス目次