v1.0.0
English

cookie_helper.php

system/Helpers/cookie_helper.php
4 fn
set_cookie ($name, string $value = '', int $expire = 0, string $domain = '', string $path = '/', string $prefix = '', ?bool $secure = null, ?bool $httpOnly = null, ?string $sameSite = null, ) function
get_cookie ($index, bool $xssClean = false, ?string $prefix = '') function
delete_cookie ($name, string $domain = '', string $path = '/', string $prefix = '') function
has_cookie (string $name, ?string $value = null, string $prefix = '') function
phpDG v1.0.0 cookie_helper.php 662 files 498 classes 763 fn
Generated