PHP Класс Pinq\Utilities

Автор: Elliot Levin ([email protected])
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
getTypeOrClass ( mixed $value ) : string Returns the type or class of the supplied function
isIterable ( mixed $value ) : boolean Returns whether the value is iterable

Приватные методы

Метод Описание
__construct ( )

Описание методов

getTypeOrClass() публичный статический метод

Returns the type or class of the supplied function
public static getTypeOrClass ( mixed $value ) : string
$value mixed The value
Результат string The type or class

isIterable() публичный статический метод

Returns whether the value is iterable
public static isIterable ( mixed $value ) : boolean
$value mixed The value
Результат boolean Whether the value is iterable