Hash::setRounds PHP Метод

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

Set the default password work factor.
public static setRounds ( integer $rounds )
$rounds integer
        public static function setRounds($rounds)
        {
            return \Illuminate\Hashing\BcryptHasher::setRounds($rounds);
        }