suchen

Heim  >  Fragen und Antworten  >  Hauptteil

php stripos 返回不正确

<?php

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

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

ringa_leeringa_lee2788 Tage vor767

Antworte allen(1)Ich werde antworten

  • 黄舟

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

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

    Antwort
    0
  • StornierenAntwort