当前位置:网站首页>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边栏推荐
- Deep learning - LSTM Foundation
- Get to know MySQL connection query for the first time
- Use object composition in preference to class inheritance
- 25K 入职腾讯的那天,我特么哭了
- Ctfshow 2022 Spring Festival welcome (detailed commentary)
- Un réveil de l'application B devrait être rapide
- kubernetes集群之调度系统
- [untitled]
- Study notes 7
- It took two nights to get Wu Enda's machine learning course certificate from Stanford University
猜你喜欢

ActiveReportsJS 3.1 VS ActiveReportsJS 3.0

kubernetes集群之调度系统

Rome chain analysis

Longyuan war "epidemic" 2021 network security competition web easyjaba

Seven join join queries of MySQL

An elegant program for Euclid‘s algorithm

在线文本行固定长度填充工具

灵魂三问:什么是接口测试,接口测试怎么玩,接口自动化测试怎么玩?

What is the reason why the webrtc protocol video cannot be played on the easycvr platform?

The scale of computing power in China ranks second in the world: computing is leaping forward in Intelligent Computing
随机推荐
小程序中实现文章的关注功能
provide/inject
Why can't all browsers on my computer open web pages
@The problem of cross database query invalidation caused by transactional annotation
Containerd series - what is containerd?
根据入栈顺序判断出栈顺序是否合理
Uni app change the default component style
About the recent experience of writing questions
Laravel8 export excel file
MindFusion.Virtual Keyboard for WPF
Threejs factory model 3DMAX model obj+mtl format, source file download
UI自動化測試從此告別手動下載瀏覽器驅動
Wechat applet development process (with mind map)
Clickhouse synchronization MySQL (based on materialization engine)
Installation of postman and postman interceptor
25K 入职腾讯的那天,我特么哭了
Threejs realizes sky box, panoramic scene, ground grass
一文带你了解BI的前世今身与企业数字化转型的关系
Use threejs to create geometry and add materials, lights, shadows, animations, and axes
How is the entered query SQL statement executed?