<?php if (stripos('int', 'int(10)') !== false) { echo 'int'; } else { echo 'other'; }
是我自己弄错了,看手册烟花了,不好意思
ringa_lee
stripos('int(10)', 'int')
stripos('int(10)', 'int')