📜  如何在php代码示例中仅回显某些字符号

📅  最后修改于: 2022-03-11 14:54:27.600000             🧑  作者: Mango

代码示例1
$temp = substr($temp, 0, 5);
echo "$temp...";