🌈 搜索
📅  最后修改于: 2022-03-11 14:53:58.075000             🧑  作者: Mango
$result = strpos("haystack", "needle"); if ($result != false) { // text found }