File manager - Edit - /var/www/payraty/helpdesk/vendor/open-telemetry/context/ContextStorageScopeInterface.php
Back
<?php declare(strict_types=1); namespace OpenTelemetry\Context; use ArrayAccess; interface ContextStorageScopeInterface extends ScopeInterface, ArrayAccess { /** * Returns the context associated with this scope. * * @return ContextInterface associated context */ public function context(): ContextInterface; /** * @param string $offset */ public function offsetSet($offset, $value): void; }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings