Util
in package
Table of Contents
Methods
- toBool() : bool
- 真偽値文字列をbool型に変換します
Methods
toBool()
真偽値文字列をbool型に変換します
public
static toBool(string $value) : bool
Parameters
- $value : string
-
真偽値文字列を渡します
Tags
Return values
bool —変換した値を返します