Description Check if string ends with other string. Opposite of strstartswith(). See RFC1 for more details. Syntax str_ends_with('haystack', 'stack') // true Footnotes Footnotes https://wiki.php.net/rfc/add_str_starts_with_and_ends_with_functions ↩