Showing 7 of 1,975 result(s)
The array_pluck function is a shortcut to calling Arr::pluck . This function is declared in the global namespace.
The signature of the sort method is:
The array_sort function is a shortcut to calling Arr::sort . This function is declared in the global namespace.
The signature of the divide method is:
The array_divide function is a shortcut to calling Arr::divide . This function is declared in the global namespace.
The config function can even be used to retrieve configuration values, as long as the provided $key is not an array and not null . A $default value can be supplied that will be returned if the configuration $key does not exist. The following...
…t will be added as a query string by supplying an argument for the $parameters parameter. The secure_url helper function internally returns the value of a call to the url helper function.The signature of the secure_url function is:The following...