PHP 클래스 Bitpay\Util\SecureRandom

파일 보기 프로젝트 열기: bitpay/php-client 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$hasOpenSSL boolean

공개 메소드들

메소드 설명
generateRandom ( $bytes = 32 ) : string
hasOpenSSL ( ) : boolean

메소드 상세

generateRandom() 공개 정적인 메소드

public static generateRandom ( $bytes = 32 ) : string
리턴 string

hasOpenSSL() 공개 정적인 메소드

public static hasOpenSSL ( ) : boolean
리턴 boolean

프로퍼티 상세

$hasOpenSSL 보호되어 있는 정적으로 프로퍼티

protected static bool $hasOpenSSL
리턴 boolean