Skip to content

Instantly share code, notes, and snippets.

@YurePereira
Created March 8, 2017 02:49
Show Gist options
  • Select an option

  • Save YurePereira/e7504589649a6994fd0b02d723d4e26a to your computer and use it in GitHub Desktop.

Select an option

Save YurePereira/e7504589649a6994fd0b02d723d4e26a to your computer and use it in GitHub Desktop.
Usando a função count no PHP.
<?php
$listFruits = array('Apple', 'Pineapple', 'Pear');
echo count($listFruits);//Output: 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment