Bools
in package
Table of Contents
Constants
Methods
- toBoolean() : bool|null
Constants
FALSE
private
mixed
FALSE
= 'false'
TRUE
private
mixed
TRUE
= 'true'
Methods
toBoolean()
public
static toBoolean(string $boolString) : bool|null
Parameters
- $boolString : string