Answers for "bool to string php"

PHP
1

string to bool php

boolval('false');
Posted by: Guest on August-16-2021
0

php boolean to string

$converted_res = $res ? 'true' : 'false';
Posted by: Guest on May-21-2020

Browse Popular Code Answers by Language