REDROOM
PHP 7.4.33
Path:
Logout
Edit File
Size: 1010 B
Close
/home/godevadmin/www/admin/vendor/aws/Aws/DynamoDb/SetValue.php
Text
Base64
<?php namespace Aws\DynamoDb; /** * Special object to represent a DynamoDB set (SS/NS/BS) value. */ class SetValue implements \JsonSerializable, \Countable, \IteratorAggregate { /** @var array Values in the set as provided. */ private $values; /** * @param array $values Values in the set. */ public function __construct(array $values) { $this->values = $values; } /** * Get the values formatted for PHP and JSON. * * @return array */ public function toArray() { return $this->values; } /** * @return int */ #[\ReturnTypeWillChange] public function count() { return count($this->values); } #[\ReturnTypeWillChange] public function getIterator() { return new \ArrayIterator($this->values); } #[\ReturnTypeWillChange] public function jsonSerialize() { return $this->toArray(); } }
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).