PHP Stringy Stringy::endsWith - 1 examples found. These are the top rated real world PHP examples of Stringy\Stringy::endsWith extracted from open source projects. You can rate examples to help us improve the quality of examples.
Returns true if the string ends with $substring, false otherwise. By
default, the comparison is case-sensitive, but can be made insensitive
by setting $caseSensitive to false.