| 
    OpenSencillo
    2016.106
    
   Long live the simplicity of PHP 
   | 
 
Public Member Functions | |
| __construct () | |
| setExpiration ($time) | |
| addCookie ($name, $data) | |
| removeCookie ($name) | |
string $name  | |
Get saved cookie by name 
  | |
| getCookie ($name) | |
Definition at line 27 of file cookies.manager.cksman.php.
| __construct | ( | ) | 
Create expiration time
Definition at line 36 of file cookies.manager.cksman.php.
| addCookie | ( | $name, | |
| $data | |||
| ) | 
Add cookie
| string | $name | |
| mixed | $data | 
Definition at line 55 of file cookies.manager.cksman.php.
| removeCookie | ( | $name | ) | 
| setExpiration | ( | $time | ) | 
Set expiration time
| integer | $time | 
Definition at line 45 of file cookies.manager.cksman.php.