Showing 7 of 2,041 result(s)
The str_replace_first function is a shortcut to calling Str::replaceFirst . This function is declared in the global namespace.
The str_replace_last function is a shortcut to calling Str::replaceLast . This function is declared in the global namespace.
The ends_with function is a shortcut to calling Str::endsWith . This function is declared in the global namespace.
The array_prepend helper function is a shortcut to calling the Arr::prepend helper method. This function is declared in the global namespace.
Consider the following code snippet: the end result would be:
The array_add function is a shortcut to calling Arr::add . This function is declared in the global namespace.
The array_wrap helper function is a shortcut to calling Arr:wrap . This function is declared in the global namespace.