码迷,mamicode.com
首页 > Web开发 > 详细

PHP == 利用

时间:2019-09-21 14:38:58      阅读:70      评论:0      收藏:0      [点我收藏+]

标签:string   html   code   htm   https   XML   参考   comment   com   

<?php
‘a‘==0 // true
‘12a‘==12 //true
‘1‘==1 //true
‘1aaaa55sss66‘==1 //true

1==true==“1”

更多参考https://www.cnblogs.com/wh4am1/p/6687199.html

PHP == 利用

标签:string   html   code   htm   https   XML   参考   comment   com   

原文地址:https://www.cnblogs.com/Zhu013/p/11562818.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!