Result Size: 625 x 571
x
 
<!DOCTYPE html>
<html>
<body>
<?php
$cars=array("Volvo","BMW","Toyota");
echo sizeof($cars);
?>
</body>
</html>
3