laravel / 10 / api / 10.x / illuminate / database / concerns / parsessearchpath.html

ParsesSearchPath

trait ParsesSearchPath (View source)

Methods

array parseSearchPath(string|array|null $searchPath)

Parse the Postgres "search_path" configuration value into an array.

Details

protected array parseSearchPath(string|array|null $searchPath)

Parse the Postgres "search_path" configuration value into an array.

Parameters

string|array|null $searchPath

Return Value

array

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/10.x/Illuminate/Database/Concerns/ParsesSearchPath.html