PHP Classes

File: Type/StdArray.php

Recommend this page to a friend!
  Classes of Payam Naderi   Std   Type/StdArray.php   Download  
File: Type/StdArray.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Std
General purpose Web development classes
Author: By
Last change:
Date: 6 years ago
Size: 265 bytes
 

Contents

Class file image Download
<?php
namespace Poirot\Std\Type;

// DO_LEAST_PHPVER_SUPPORT 5.4 traits
if (version_compare(phpversion(), '5.4.0') < 0) {
   
## php version not support traits
   
require_once __DIR__.'/fixes/StdArray.php';
    return;
}

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