La fonction is_array() est utilisée pour détecter si une variable est un tableau.
Configuration requise pour la version PHP : PHP 4, PHP 5, PHP 7
bool is_array (mixte $var)
Description du paramètre :
$var : La variable à tester.
Renvoie VRAI si la variable détectée est un tableau, sinon renvoie FAUX.
Le résultat est :
La variable $arr_site est un tableau