ZEROSPAM\Framework\SDK\Utils\Str::replaceFirst
Replace the first occurrence of needle in the haystack.
Signature
public function replaceFirst(string
$haystack,
string
$needle,
string
$replace )
Parameters
$haystack
— string$needle
— string$replace
— string
Returns
- string