찾다

 >  Q&A  >  본문

php stripos 返回不正确

<?php

if (stripos('int', 'int(10)') !== false) {
    echo 'int';
} else {
    echo 'other';
}

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

ringa_leeringa_lee2845일 전790

모든 응답(1)나는 대답할 것이다

  • 黄舟

    黄舟2017-04-10 16:48:37

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

    회신하다
    0
  • 취소회신하다