[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 86 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
FileCookieJar:: (4 methods):
__construct()
__destruct()
save()
load()
Class: FileCookieJar - X-Ref
Persists non-session cookies using a JSON formatted file__construct($cookieFile) X-Ref |
Create a new FileCookieJar object param: string $cookieFile File to store the cookie data |
__destruct() X-Ref |
Saves the file when shutting down |
save($filename) X-Ref |
Saves the cookies to a file. param: string $filename File to save |
load($filename) X-Ref |
Load cookies from a JSON formatted file. Old cookies are kept unless overwritten by newly loaded ones. param: string $filename Cookie file to load. |
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |