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