芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/invoicer.pulsehost.co.uk/vendor/aws/aws-sdk-php/src/DynamoDb/SetValue.php
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(); } }