Sizeof() vs Count() in PHP
http://php.net/manual/en/function.sizeof.php
They’re the same. According to the link above: the sizeof function is an alias of: count().
http://php.net/manual/en/function.sizeof.php
They’re the same. According to the link above: the sizeof function is an alias of: count().