Function starts_with
Determine if a given string starts with a given substring.
Located at mechanicious/Illuminate/Support/helpers.php
string |
$haystack |
|
string|array |
$needle |
boolean
|
Determine if a given string starts with a given substring.
string |
$haystack |
|
string|array |
$needle |
boolean
|