duanchao4445 2010-05-08 18:28
浏览 1053
已采纳

如何将布尔值转换为字符串

I have a boolean variable which I want to convert to a string

$res = true;

I need it the converted value to also be in the format "true" "false" not "0" "1"

$converted_res = "true";
$converted_res = "false";

I've tried:

$converted_res = string($res);
$converted_res = String($res);

but it tells me string and String are not recognized functions. How do I convert this boolean to a string in the format "true" or "false" in php?

  • 写回答

15条回答 默认 最新

  • duanjiancong4860 2010-05-08 18:29
    关注
    $converted_res = ($res) ? 'true' : 'false';
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(14条)

报告相同问题?

悬赏问题

  • ¥15 错误(10048): “调用exui内部功能”库命令的参数“参数4”不能接受空数据。怎么解决啊
  • ¥15 安装svn网络有问题怎么办
  • ¥15 Python爬取指定微博话题下的内容,保存为txt
  • ¥15 vue2登录调用后端接口如何实现
  • ¥65 永磁型步进电机PID算法
  • ¥15 sqlite 附加(attach database)加密数据库时,返回26是什么原因呢?
  • ¥88 找成都本地经验丰富懂小程序开发的技术大咖
  • ¥15 如何处理复杂数据表格的除法运算
  • ¥15 如何用stc8h1k08的片子做485数据透传的功能?(关键词-串口)
  • ¥15 有兄弟姐妹会用word插图功能制作类似citespace的图片吗?