| [ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 59 lines (2 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Interface: ProfilerStorageInterface - X-Ref
ProfilerStorageInterface.| find($ip, $url, $limit, $method, $start = null, $end = null) X-Ref |
| Finds profiler tokens for the given criteria. param: string $ip The IP param: string $url The URL param: string $limit The maximum number of tokens to return param: string $method The request method param: int|null $start The start date to search from param: int|null $end The end date to search to return: array An array of tokens |
| read($token) X-Ref |
| Reads data associated with the given token. The method returns false if the token does not exist in the storage. param: string $token A token return: Profile The profile associated with token |
| write(Profile $profile) X-Ref |
| Saves a Profile. param: Profile $profile A Profile instance return: bool Write operation successful |
| purge() X-Ref |
| Purges all data from the database. |
| Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |