Advertisement
Arthur_lima

Untitled

Jul 1st, 2021
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. <?php
  2.  
  3.     $clientes = ["Arthur", "Luiz", "João"];
  4.  
  5.     $totalClientes = count($clientes);
  6.     echo $totalClientes;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement