Documentation

TypeIdentifier : string
in package

Identifier of a PHP native type.

Tags
author

Mathias Arlaud mathias.arlaud@gmail.com

author

Baptiste Leduc baptiste.leduc@gmail.com

Table of Contents

Cases

ARRAY  = 'array'
BOOL  = 'bool'
CALLABLE  = 'callable'
FALSE  = 'false'
FLOAT  = 'float'
INT  = 'int'
ITERABLE  = 'iterable'
MIXED  = 'mixed'
NEVER  = 'never'
NULL  = 'null'
OBJECT  = 'object'
RESOURCE  = 'resource'
STRING  = 'string'
TRUE  = 'true'
VOID  = 'void'

Methods

isBool()  : bool
isScalar()  : bool
isStandalone()  : bool
values()  : array<int, string>

Cases

Methods

values()

public static values() : array<int, string>
Return values
array<int, string>

        
On this page

Search results