PHP Classes

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

Recommend this page to a friend!
  Classes of Till Wehowski   PHP RDAP Server   vendor/guzzlehttp/guzzle/src/functions_include.php   Download  
File: vendor/guzzlehttp/guzzle/src/functions_include.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: PHP RDAP Server
Process RDAP queries about an IP address or domain
Author: By
Last change:
Date: 12 days ago
Size: 160 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';
}