PHP Classes

File: _tests/vendor/guzzlehttp/guzzle/src/functions_include.php

Recommend this page to a friend!
  Classes of Asad Ali   PayDirectly PHP   _tests/vendor/guzzlehttp/guzzle/src/functions_include.php   Download  
File: _tests/vendor/guzzlehttp/guzzle/src/functions_include.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PayDirectly PHP
Send HTTP requests to the PayDirectly API
Author: By
Last change:
Date: 2 years ago
Size: 162 bytes
 

Contents

Class file image Download
<?php

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