PHP Classes

Binary Array: Manipulate compact arrays of integers with strings

Recommend this page to a friend!
     
  Info   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 279 All time: 7,628 This week: 455Up
Version License PHP version Categories
binary-array 1.0Freely Distributable5.1PHP 5, Data types
Description 

Author

This package can manipulate compact arrays of integers with strings.

It provides several classes that implement the array access interface to store integer values of fixed length in strings of data.

Currently it provides classes for storing arrays of 8, 16, 32 and 64 bit integers.

Innovation Award
PHP Programming Innovation award nominee
April 2011
Number 3
PHP uses long integers to internally represent any type of integer value.

This class implements an alternative solution to represent arrays of integer values. It uses strings as arrays of bytes of different bit lengths.

This way it can use much less memory to store large arrays of integer values.

Manuel Lemos
Picture of Auslarrie Popier
Name: Auslarrie Popier <contact>
Classes: 1 package by
Country: Germany Germany
Innovation award
Innovation award
Nominee: 1x

  Files folder image Files (4)  
File Role Description
Accessible without login Plain text file binarray.php Class Stores integer data internally as binary string. (WordArray, DWordArray, QWordArray)
Accessible without login Plain text file bytearray.php Class Keeps small integers (0-255) as single bytes in internal array storage.
Accessible without login Plain text file hexarray.php Class Stores integer array internall as hex-string data.
Accessible without login Plain text file test.php Example Example and test script.

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 0%
Total:279
This week:0
All time:7,628
This week:455Up