SPL Types
PHP Manual

The SplEnum class

Introduction

SplEnum gives the ability to emulate and create "Enum" objects natively in PHP.

Class synopsis

abstract SplEnum {
/* Methods */
__construct ( void )
}

Table of Contents


SPL Types
PHP Manual