PHP strtok() 函数
示例
[pcsh lang=”php” tab_size=”4” message=”” hl_lines=”” provider=”manual”]
<?php
$res = strtok(basename($tarot) ,'.');
echo $res;
?>
[/pcsh]
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 Dev!
示例
[pcsh lang=”php” tab_size=”4” message=”” hl_lines=”” provider=”manual”]
<?php
$res = strtok(basename($tarot) ,'.');
echo $res;
?>
[/pcsh]