Description Checks if string starts with other string. Opposite of strendswith(). See RFC1. Syntax str_starts_with('haystack', 'hay') // true Footnotes Footnotes https://wiki.php.net/rfc/add_str_starts_with_and_ends_with_functions ↩