PHP Конвертація

2075 / PHP / Конвертація

 

$b = (boolean) $a;

(int), (integer) – приведення до integer
(bool), (boolean) – приведення до boolean
(float), (double), (real) – приведення до float
(string) – приведення до string
(array) – приведення до array
(object) – приведення до object
(unset) – приведення до NULL