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