Pinq\Iterators\Common\Identity::hashAll PHP Метод

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

Returns an array of string representations of the supplied values
public static hashAll ( array $values ) : string[]
$values array
Результат string[]
    public static function hashAll(array $values)
    {
        return array_map([__CLASS__, 'hash'], $values);
    }