Login   Register  
PHP Classes
elePHPant
Icontem

Binary Array

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Auslarrie Popier  >  Binary Array  >  Download .tar.gz .zip  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: Binary Array
Base name: binary-array
Description: Manipulate compact arrays of integers with strings
Related classes: ,
Version: 1.0
PHP version: 5.1
License: Freely Distributable
All time users: 223 users
All time rank: 6109
Week users: 0 users
Week rank: 2350
 

  Author  
Picture of Auslarrie Popier
Name: Auslarrie Popier <e-mail contact>
Packages: 1 Browse all classes by Auslarrie Popier Browse all classes by
Country: Germany Germany - PHP jobs in Germany
Age: ???
All time rank: 3166198 in Germany Germany
Week rank: 2217 Up140 in Germany Germany Up
Innovation award
Innovation award
Nominee: 1x


  Detailed description  
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.

  Groups   Rate classes User ratings   Applications   Files Files  

  Groups  
Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes
Group folder image Data types Modeling and manipulating data types View top rated classes


  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

  User ratings  
Not yet rated by the users

  Applications that use this class  
No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.
  Files folder image Files  
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.

Download all files: binary-array.tar.gz binary-array.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.