PHP strtok() 函数

示例

[pcsh lang="php" tab_size="4" message="" hl_lines="" provider="manual"]

<?php 
	$res = strtok(basename($tarot) ,'.');
	echo $res;
?>

[/pcsh]

此处评论已关闭