我爱占星网 我爱占星网
首页
编程
java
php
前端
首页 编程 java php 前端

多个按位条件

How can I perform a multiple OR statement in php?

I thought this would work, but doesn't.

if (($title != "section-1") | ($title != "section-2") | ($title != "section-3")
if (($title != "section-1") || ($title != "section-2") || ($title != "section-3")

alternative approach

if(!in_array($title,array('section-1','section-2','section-3'))

近期文章

  • 如何从网址获取价值?
  • PHP:只是安装APC足以启用缓存,还是我还需要更改我的代码?
  • mysql_num_fields():提供的参数不是时间戳大于的有效MySQL结果资源
  • 如何从php文件发送电子邮件?
  • 带有空格分隔参数的PHP函数
  • 通过PHP从Google新闻RSS获取实际链接
  • 无法从函数中检索多个变量
  • 如何使用json_decode提取内部信息
  • PHP如果“id”null移动到url
  • file_get_contents无法使用批量请求从Facebook获取数据
  • 在PHP中快速创建大型数组[重复]
  • PHP代码无法在Facebook上运行
  • 在网格上绘制线条
  • 函数未按预期返回数据
  • 将鼠标悬停效果添加到动态复选框
  • PHP Echo post参数被字符串包围
  • 如何根据字段对MySQL结果进行分组
  • 如何仅在用户登录时才能显示元素?
  • PHP资本化
  • 我的第一个PHP不工作

Copyright ©2022 我爱占星 All Rights Reserved.

浙ICP备2022030071号-1

部分图文来自网络,如有侵犯您的版权,请告诉我们删除

友情链接:代码精华