Files
zyt/server/vendor/guzzlehttp/guzzle/src/functions_include.php
T
2026-05-11 17:49:38 +08:00

7 lines
160 B
PHP
Executable File

<?php
// Don't redefine the functions if included multiple times.
if (!\function_exists('GuzzleHttp\describe_type')) {
require __DIR__.'/functions.php';
}