PHP Classes

File: global/int-array.php

Recommend this page to a friend!
  Classes of Scott Arciszewski   Typed Arrays   global/int-array.php   Download  
File: global/int-array.php
Role: Class source
Content type: text/plain
Description: Class source
Class: Typed Arrays
Implement arrays of values of only one type
Author: By
Last change:
Date: 9 days ago
Size: 105 bytes
 

Contents

Class file image Download
<?php
declare(strict_types=1);
use
ParagonIE\TypedArrays\IntArray;

class
int?? extends IntArray
{}