PLZ: A handy PHP library for lazy programmers
  • Namespace
  • Class
  • Tree
  • Todo

Namespaces

  • amekusa
    • plz
  • PHP

Classes

  • alt
  • arr
  • constant
  • dom
  • fn
  • num
  • obj
  • op
  • path
  • str
  • sys
  • T
  • type
  • xml

Exceptions

  • ErrorException

Class T

Type enumerations

Namespace: amekusa\plz
Located at T.php

Methods summary

public static integer
# enum( string $Type )

Returns a type enumeration by name

Returns a type enumeration by name

Parameters

$Type
A type name

Returns

integer
A type enumeration

Constants summary

integer RES

Represents resource

Represents resource

# 64
integer OBJ

Represents object

Represents object

# 32
integer ARR

Represents array

Represents array

# 16
integer STR

Represents string

Represents string

# 8
integer FLOAT

Represents float

Represents float

# 4
integer INT

Represents integer

Represents integer

# 2
integer BOOL

Represents boolean

Represents boolean

# 1
integer UNKNOWN

Represents unknown_type

Represents unknown_type

# 0
PLZ: A handy PHP library for lazy programmers API documentation generated by ApiGen