为您找到 0 篇相关文章 "关键词:"
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; }}

未找到相关结果,请尝试其他关键词

浏览首页