Method | Description | |
---|---|---|
getTypeOrClass ( mixed $value ) : string | Returns the type or class of the supplied function | |
isIterable ( mixed $value ) : boolean | Returns whether the value is iterable |
Method | Description | |
---|---|---|
__construct ( ) |
public static getTypeOrClass ( mixed $value ) : string | ||
$value | mixed | The value |
return | string | The type or class |
public static isIterable ( mixed $value ) : boolean | ||
$value | mixed | The value |
return | boolean | Whether the value is iterable |