🌈 搜索
📅  最后修改于: 2022-03-11 14:54:38.080000             🧑  作者: Mango
$myvalue = 'Test me more'; $arr = explode(' ',trim($myvalue)); echo $arr[0]; // will print Test