Files
egbim_homepage/egbim/vendor/guzzlehttp/guzzle/src/functions_include.php
T
2026-07-23 16:15:57 +09:00

7 lines
166 B
PHP

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