The SplType class

(PECL spl_types >= 0.1.0)

소개

Parent class for all SPL types.

클래스 개요

abstract SplType {
/* Constants */
const NULL __default = null ;
/* 메소드 */
__construct ([ mixed $initial_value [, bool $strict ]] )
}

예약 상수

SplType::__default

Table of Contents

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top