最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
php Warning:strstr()[function.strstr]:Empty delimiter
时间:2022-06-24 23:35:43 编辑:袖梨 来源:一聚教程网
Warning: strstr() [function.strstr]: Empty delimiter
非常奇怪,难道php函数strstr的某个参数出问题了?
于是写了个测试的例子
| 代码如下 | 复制代码 |
|
$text=”asdfghjklqwertyuiopzxcvbnm”; //根据php错误提示Empty delimiter,判断应该不会是$text的值出问题,所以故意注释了key值 if(strstr($text, $key)){ ?> |
|
strstr()竟然不报错,于是想到$key值可能会是空串”",姑且一试。
果然strstr($text,”")时,提示出错Warning: strstr() [function.strstr]: Empty delimiter
相关文章
- 燕云十六声齐音NPC具体位置介绍说明 10-27
- 燕云十六声白驹飞霞副本怎么打-白驹飞霞副本通关攻略 10-27
- 燕云十六声齐声NPC具体位置介绍说明 10-27
- 流放之路2混沌试炼介绍及玩法攻略分享 10-27
- 崩坏星穹铁道昔涟培养材料汇总 10-27
- 崩坏星穹铁道3.7昔涟专属光锥介绍一览 10-27