Core
is_array
Reference for PHP is_array
Definition
is_array in PHP.
Syntax
<?php
// syntax for is_array
Example
<?php
echo "Using is_array";
Try It Yourself
Test it out in the Playground.
Reference for PHP is_array
is_array in PHP.
<?php
// syntax for is_array
<?php
echo "Using is_array";
Test it out in the Playground.