Files
goldrat/vendor/workerman/psr7/src/functions_include.php
T
2025-10-13 09:04:00 +00:00

7 lines
155 B
PHP

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