functions_include.php 156 B

123456
  1. <?php
  2. // Don't redefine the functions if included multiple times.
  3. if (!function_exists('GuzzleHttp\Psr7\str')) {
  4. require __DIR__ . '/functions.php';
  5. }