首頁  >  文章  >  後端開發  >  php stripos 返回不正确

php stripos 返回不正确

WBOY
WBOY原創
2016-06-06 20:18:491529瀏覽

<code><?php if (stripos('int', 'int(10)') !== false) {
    echo 'int';
} else {
    echo 'other';
}
</code></code>

是我自己弄错了,看手册烟花了,不好意思

回复内容:

<code><?php if (stripos('int', 'int(10)') !== false) {
    echo 'int';
} else {
    echo 'other';
}
</code></code>

是我自己弄错了,看手册烟花了,不好意思

stripos('int(10)', 'int')

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn