REDROOM
PHP 7.4.33
Path:
Logout
Edit File
Size: 1.04 KB
Close
/home/godevadmin/www/admin/vendor/aws/Aws/DynamoDb/SessionConnectionInterface.php
Text
Base64
<?php namespace Aws\DynamoDb; /** * The session connection provides the underlying logic for interacting with * Amazon DynamoDB and performs all of the reading and writing operations. */ interface SessionConnectionInterface { /** * Reads session data from DynamoDB * * @param string $id Session ID * * @return array */ public function read($id); /** * Writes session data to DynamoDB * * @param string $id Session ID * @param string $data Serialized session data * @param bool $isChanged Whether or not the data has changed * * @return bool */ public function write($id, $data, $isChanged); /** * Deletes session record from DynamoDB * * @param string $id Session ID * * @return bool */ public function delete($id); /** * Performs garbage collection on the sessions stored in the DynamoDB * * @return bool */ public function deleteExpired(); }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 1 × Files: 11
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
Exception
DIR
-
drwxrwxr-x
2024-06-18 20:10:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
BinaryValue.php
780 B
lrwxrwxr-x
2024-06-18 20:10:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
DynamoDbClient.php
12.33 KB
lrwxrwxr-x
2024-06-18 20:10:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
LockingSessionConnection.php
1.94 KB
lrwxrwxr-x
2024-06-18 20:10:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Marshaler.php
9.83 KB
lrwxrwxr-x
2024-06-18 20:10:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
NumberValue.php
582 B
lrwxrwxr-x
2024-06-18 20:10:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
SessionConnectionConfigTrait.php
6.11 KB
lrwxrwxr-x
2024-06-18 20:10:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
SessionConnectionInterface.php
1.04 KB
lrwxrwxr-x
2024-06-18 20:10:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
SessionHandler.php
8.08 KB
lrwxrwxr-x
2024-06-18 20:10:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
SetValue.php
1010 B
lrwxrwxr-x
2024-06-18 20:10:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
StandardSessionConnection.php
4.61 KB
lrwxrwxr-x
2024-06-18 20:10:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
WriteRequestBatch.php
9.60 KB
lrwxrwxr-x
2024-06-18 20:10:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).