functions.php
Table of Contents
Functions
- str_starts_with() : mixed
- str_ends_with() : mixed
Functions
str_starts_with()
str_starts_with(mixed $haystack, mixed $needle) : mixed
Parameters
- $haystack : mixed
- $needle : mixed
str_ends_with()
str_ends_with(mixed $haystack, mixed $needle) : mixed
Parameters
- $haystack : mixed
- $needle : mixed