📜  去掉逗号后面的php代码示例

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

代码示例1
$print=preg_replace('/^([^,]*).*$/', '$1', $print);