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