2025-07-15 08:50:42 +00:00

7 lines
157 B
PHP

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