CookieValuePrefix
class CookieValuePrefix (View source)
Методы
| static string | create(string $cookieName, string $key) Создать новый префикс значения cookie для данного имени cookie. | |
| static string | remove(string $cookieValue) Удалить префикс значения cookie. |
Подробности
static string create(string $cookieName, string $key)
Создать новый префикс значения cookie для данного имени cookie.
static string remove(string $cookieValue)
Удалить префикс значения cookie.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/7.x/Illuminate/Cookie/CookieValuePrefix.html