PHP Classes

File: system/dependencies/guzzlehttp/psr7/src/functions_include.php

Recommend this page to a friend!
  Classes of Dimitri Sitchet   dFramework   system/dependencies/guzzlehttp/psr7/src/functions_include.php   Download  
File: system/dependencies/guzzlehttp/psr7/src/functions_include.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: dFramework
Framework to build PHP applications
Author: By
Last change:
Date: 3 years ago
Size: 156 bytes
 

Contents

Class file image Download
<?php

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