Server IP : 172.67.216.182 / Your IP : 172.69.166.70 Web Server : Apache System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /www/server/php/82/src/ext/spl/ |
Upload File : |
<?php /** @generate-class-entries */ class ArrayObject implements IteratorAggregate, ArrayAccess, Serializable, Countable { /** * @var int * @cvalue SPL_ARRAY_STD_PROP_LIST */ const STD_PROP_LIST = UNKNOWN; /** * @var int * @cvalue SPL_ARRAY_ARRAY_AS_PROPS */ const ARRAY_AS_PROPS = UNKNOWN; public function __construct(array|object $array = [], int $flags = 0, string $iteratorClass = ArrayIterator::class) {} /** @tentative-return-type */ public function offsetExists(mixed $key): bool {} /** @tentative-return-type */ public function offsetGet(mixed $key): mixed {} /** @tentative-return-type */ public function offsetSet(mixed $key, mixed $value): void {} /** @tentative-return-type */ public function offsetUnset(mixed $key): void {} /** @tentative-return-type */ public function append(mixed $value): void {} /** @tentative-return-type */ public function getArrayCopy(): array {} /** @tentative-return-type */ public function count(): int {} /** @tentative-return-type */ public function getFlags(): int {} /** @tentative-return-type */ public function setFlags(int $flags): void {} /** @tentative-return-type */ public function asort(int $flags = SORT_REGULAR): bool {} /** @tentative-return-type */ public function ksort(int $flags = SORT_REGULAR): bool {} /** @tentative-return-type */ public function uasort(callable $callback): bool {} /** @tentative-return-type */ public function uksort(callable $callback): bool {} /** @tentative-return-type */ public function natsort(): bool {} /** @tentative-return-type */ public function natcasesort(): bool {} /** @tentative-return-type */ public function unserialize(string $data): void {} /** @tentative-return-type */ public function serialize(): string {} /** @tentative-return-type */ public function __serialize(): array {} /** @tentative-return-type */ public function __unserialize(array $data): void {} /** @tentative-return-type */ public function getIterator(): Iterator {} /** @tentative-return-type */ public function exchangeArray(array|object $array): array {} /** @tentative-return-type */ public function setIteratorClass(string $iteratorClass): void {} /** @tentative-return-type */ public function getIteratorClass(): string {} /** @tentative-return-type */ public function __debugInfo(): array {} } class ArrayIterator implements SeekableIterator, ArrayAccess, Serializable, Countable { /** * @var int * @cvalue SPL_ARRAY_STD_PROP_LIST */ public const STD_PROP_LIST = UNKNOWN; /** * @var int * @cvalue SPL_ARRAY_ARRAY_AS_PROPS */ public const ARRAY_AS_PROPS = UNKNOWN; public function __construct(array|object $array = [], int $flags = 0) {} /** * @tentative-return-type * @implementation-alias ArrayObject::offsetExists */ public function offsetExists(mixed $key): bool {} /** * @tentative-return-type * @implementation-alias ArrayObject::offsetGet */ public function offsetGet(mixed $key): mixed {} /** * @tentative-return-type * @implementation-alias ArrayObject::offsetSet */ public function offsetSet(mixed $key, mixed $value): void {} /** * @tentative-return-type * @implementation-alias ArrayObject::offsetUnset */ public function offsetUnset(mixed $key): void {} /** * @tentative-return-type * @implementation-alias ArrayObject::append */ public function append(mixed $value): void {} /** * @tentative-return-type * @implementation-alias ArrayObject::getArrayCopy */ public function getArrayCopy(): array {} /** * @tentative-return-type * @implementation-alias ArrayObject::count */ public function count(): int {} /** * @tentative-return-type * @implementation-alias ArrayObject::getFlags */ public function getFlags(): int {} /** * @tentative-return-type * @implementation-alias ArrayObject::setFlags */ public function setFlags(int $flags): void {} /** * @tentative-return-type * @implementation-alias ArrayObject::asort */ public function asort(int $flags = SORT_REGULAR): bool {} /** * @tentative-return-type * @implementation-alias ArrayObject::ksort */ public function ksort(int $flags = SORT_REGULAR): bool {} /** * @tentative-return-type * @implementation-alias ArrayObject::uasort */ public function uasort(callable $callback): bool {} /** * @tentative-return-type * @implementation-alias ArrayObject::uksort */ public function uksort(callable $callback): bool {} /** * @tentative-return-type * @implementation-alias ArrayObject::natsort */ public function natsort(): bool {} /** * @tentative-return-type * @implementation-alias ArrayObject::natcasesort */ public function natcasesort(): bool {} /** * @tentative-return-type * @implementation-alias ArrayObject::unserialize */ public function unserialize(string $data): void {} /** * @tentative-return-type * @implementation-alias ArrayObject::serialize */ public function serialize(): string {} /** * @tentative-return-type * @implementation-alias ArrayObject::__serialize */ public function __serialize(): array {} /** * @tentative-return-type * @implementation-alias ArrayObject::__unserialize */ public function __unserialize(array $data): void {} /** @tentative-return-type */ public function rewind(): void {} /** @tentative-return-type */ public function current(): mixed {} /** @tentative-return-type */ public function key(): string|int|null {} /** @tentative-return-type */ public function next(): void {} /** @tentative-return-type */ public function valid(): bool {} /** @tentative-return-type */ public function seek(int $offset): void {} /** * @tentative-return-type * @implementation-alias ArrayObject::__debugInfo */ public function __debugInfo(): array {} } class RecursiveArrayIterator extends ArrayIterator implements RecursiveIterator { /** * @var int * @cvalue SPL_ARRAY_CHILD_ARRAYS_ONLY */ public const CHILD_ARRAYS_ONLY = UNKNOWN; /** @tentative-return-type */ public function hasChildren(): bool {} /** @tentative-return-type */ public function getChildren(): ?RecursiveArrayIterator {} }