Description
Check if string ends with other string. Opposite of
strstartswith(). See RFC1 for
more details.
Syntax
str_ends_with('haystack', 'stack') // true
Nov 13, 20201 min read
Check if string ends with other string. Opposite of
strstartswith(). See RFC1 for
more details.
str_ends_with('haystack', 'stack') // true