<?php
if (stripos('int', 'int(10)') !== false) {
echo 'int';
} else {
echo 'other';
}
是我自己弄错了,看手册烟花了,不好意思
<?php
if (stripos('int', 'int(10)') !== false) {
echo 'int';
} else {
echo 'other';
}
是我自己弄错了,看手册烟花了,不好意思
2 回答1.5k 阅读✓ 已解决
1 回答1.2k 阅读✓ 已解决
2 回答878 阅读✓ 已解决
1 回答1.1k 阅读✓ 已解决
2 回答935 阅读
1 回答916 阅读
1 回答847 阅读
stripos('int(10)', 'int')