Laravel Array Helper Function: Determining If a Value Is An Array
accessible($value) The accessible helper method is used to determine whether the given $value is array accessible. A value $value is array accessible if the value is an array or an instance of ArrayAccess . The following examples demonstrate the...