HashContext 클래스
(PHP 7 >= 7.2.0, PHP 8)
소개
클래스 개요
final class HashContext { /* Methods */ private __construct() public __serialize(): array public __unserialize(array $data): void }
목차
- HashContext::__construct — 직접 인스턴스화를 허용하지 않는 개인 생성자
- HashContext::__serialize — HashContext 개체를 직렬화합니다.
- HashContext::__unserialize — 데이터 매개변수를 HashContext 개체로 역직렬화합니다.