当前位置:网站首页>Convert Boolean to integer value PHP - Convert Boolean to integer value PHP
Convert Boolean to integer value PHP - Convert Boolean to integer value PHP
2022-07-05 04:08:00 【fyin1314】
problem :
Is there any builtin function for PHP that will take a boolean value and return its integer equivalent?PHP Is there any built-in function that will take a Boolean value and return its equivalent integer ?0 for FALSE, 1 for TRUE?0 representative FALSE,1 representative TRUE?Of course you can easily create a function to do so, I'm just asking if there is a builtin function inside of PHP. Of course, you can easily create a function to do this , I'm just asking PHP Is there a built-in function inside .I already tried intval() and casting it to (int) but they didnt work, they return 0 in both cases of TRUE and FALSE. I've tried intval() And convert it to (int) But they don't work , They are TRUE and FALSE Return in both cases 0.
Edit : the problem was that it wasnt really a boolean, it was a string "false", "true", php didnt detect the jquery post that it passed a boolean. edit : The problem is that it's not really a Boolean , It's a string “false”、“true”,php It was not detected that it passed a Boolean jquery post .problem solved, thanks ! Problem solved , thank you !
Solution :
Reference resources : https://stackoom.com/en/question/1MEFY边栏推荐
- 【虚幻引擎UE】打包报错出现!FindPin错误的解决办法
- Seven join join queries of MySQL
- 【看完就懂系列】一文6000字教你从0到1实现接口自动化
- Why is there a reincarnation of 60 years instead of 120 years in the tiangan dizhi chronology
- Uni app change the default component style
- UI自动化测试从此告别手动下载浏览器驱动
- 企业级:Spire.Office for .NET:Platinum|7.7.x
- Longyuan war "epidemic" 2021 network security competition web easyjaba
- web资源部署后navigator获取不到mediaDevices实例的解决方案(navigator.mediaDevices为undefined)
- DFS and BFS concepts of trees and graphs
猜你喜欢

MindFusion. Virtual Keyboard for WPF

Interview byte, pass the exam and directly work on three sides. As a result, I found an architect to hang me?

我就一写代码的,王总整天和我谈格局...

laravel8 导出Excle文件

MindFusion.Virtual Keyboard for WPF

About the recent experience of writing questions

This article takes you to understand the relationship between the past and present of Bi and the digital transformation of enterprises

官宣!第三届云原生编程挑战赛正式启动!

北京程序员的真实一天!!!!!

Seven join join queries of MySQL
随机推荐
PlasticSCM 企业版Crack
优先使用对象组合,而不是类继承
speed or tempo in classical music
web资源部署后navigator获取不到mediaDevices实例的解决方案(navigator.mediaDevices为undefined)
长度为n的入栈顺序的可能出栈顺序
EasyCVR更改录像存储路径,不生成录像文件如何解决?
Looking back on 2021, looking forward to 2022 | a year between CSDN and me
技术教程:如何利用EasyDSS将直播流推到七牛云?
Threejs rendering obj+mtl model source code, 3D factory model
Mixed compilation of C and CC
阿里云ECS使用cloudfs4oss挂载OSS
在线SQL转Excel(xls/xlsx)工具
[wp]bmzclub writeup of several questions
Interview byte, pass the exam and directly work on three sides. As a result, I found an architect to hang me?
Threejs implements labels and displays labels with custom styles
Use Firefox browser to quickly pick up Web image materials
Use of vscode software
【看完就懂系列】一文6000字教你从0到1实现接口自动化
Online text line fixed length fill tool
[数组]566. 重塑矩阵-简单