1
if (!function_exists('str_ends_with')) { function str_ends_with($haystack, $needle) { $haystack = (string)$haystack; $needle = (string)$needle; if ($needle === '') return true; $length = strlen($needle); return substr($haystack, -$length) === $needle; }}
2
搜索摘要
- 共找到 2 条结果
- 关键词:伤病管理
- 浏览首页