File manager - Edit - /var/www/payraty/helpdesk/vendor/open-telemetry/api/Instrumentation/ConfigurationResolverInterface.php
Back
<?php declare(strict_types=1); namespace OpenTelemetry\API\Instrumentation; interface ConfigurationResolverInterface { public function has(string $name): bool; public function getString(string $name): ?string; public function getBoolean(string $name): ?bool; public function getInt(string $name): ?int; public function getList(string $name): array; }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings