| [ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 91 lines (3 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, $storeSessionCookies = false) X-Ref |
| Create a new FileCookieJar object param: string $cookieFile File to store the cookie data param: bool $storeSessionCookies Set to true to store session cookies |
| __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: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |