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);
    }