Answers for "convert boolean to string in php"

PHP
0

php boolean to string

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

Code answers related to "convert boolean to string in php"

Browse Popular Code Answers by Language