Files
huangjingfen/pro_v3.5.1/vendor/guzzlehttp/guzzle/src/functions_include.php
panchengyong 7acbf45ff7 new files
2026-03-07 22:29:07 +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';
}