The count() Function : Array Function : Data Structure PHP Source Code


PHP Source Code » Data Structure » Array Function »

 

The count() Function




<?php
  $employee []"A";
  $employee []"B";
  $employee []"C";
  $employee []"D";

  echo count ($employee);
?>
           
       



HTML code for linking to this page:

Follow Navioo On Twitter

PHP Source Code

 Navioo Data Structure
» Array Function