Files
juipphp/vendor/guzzlehttp/guzzle/src/functions_include.php
“wanyongkang” 41ebab71e5 阿里短信验证
2024-03-02 18:14:13 +08:00

7 lines
160 B
PHP

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