PHP Classes

File: Context/aContextStream.php

Recommend this page to a friend!
  Classes of Payam Naderi   Stream PSR 7 Client and Server   Context/aContextStream.php   Download  
File: Context/aContextStream.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Stream PSR 7 Client and Server
PSR 7 based network connection client and server
Author: By
Last change:
Date: 7 years ago
Size: 282 bytes
 

Contents

Class file image Download
<?php
namespace Poirot\Stream\Context;

// DO_LEAST_PHPVER_SUPPORT 5.5 yield
if (version_compare(phpversion(), '5.5.0') < 0) {
   
## php version not support traits
   
require_once __DIR__.'/fixes/aContextStream.php';
    return;
}

require_once
__DIR__.'/aContextStream.fix.php';