2017 © Pedro Peláez
 

library array_typed

Typed Array library

image

yoya/array_typed

Typed Array library

  • Thursday, December 3, 2015
  • by yoya
  • Repository
  • 2 Watchers
  • 3 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 11 % Grown

The README.md

Array_Typed

PHP の Array はメモリを使いすぎるとお嘆きの貴方へ。 遅くなっても良いのでメモリをとにかく節約したい貴方へ。, (*1)

Uint8, Sint16 等、型を限定して保存する TypedArray クラスを提供します。, (*2)

Usage

<?php
require 'vendor/autoload.php';
$arr = new Array_Uint8(1024);
$arr[100] = 0x7F;
var_dump($arr[100]);
$arr = new Array_Sint8(1024);
$arr[100] = -0x80;
var_dump($arr[100]);

The Versions

03/12 2015

dev-master

9999999-dev http://pwiki.awm.jp/~yoya/?Array_Typed

Typed Array library

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Avatar yoya

array typed

12/10 2015

1.0.4

1.0.4.0 http://pwiki.awm.jp/~yoya/?Array_Typed

Typed Array library

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Avatar yoya

array typed

12/10 2015

1.0.3

1.0.3.0 http://pwiki.awm.jp/~yoya/?Array_Typed

Typed Array library

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Avatar yoya

array typed

12/10 2015

1.0.2

1.0.2.0 http://pwiki.awm.jp/~yoya/?Array_Typed

Typed Array library

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Avatar yoya

array typed

10/10 2015

1.0.0

1.0.0.0 http://pwiki.awm.jp/~yoya/?Array_Typed

Typed Array library

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Avatar yoya

array typed