PHP Classes

Packages of Alejandro Siri

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Alejandro Siri (2)  >  Mission progress status  >  Reputation  
Picture of Alejandro Siri
Name: Alejandro Siri is available for providing paid consulting. Contact Alejandro Siri .
Classes: 2
Country: United Kingdom
Age: 42
All time rank: 169675 in United Kingdom
Week rank: 195 Up9 in United Kingdom Up
All time users: 1697
Week users: 0
Innovation award
Innovation award
Nominee: 1x
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image PHPCC  
PHP Programming Innovation award nominee
April 2007
Number 5


Prize: One copy of Delphi for PHP
Parse language string according to a given grammar
This package can be used to parse code in any language given the definition of the language grammar, much like YACC or BISON for C.

It takes as parameter a definition of a language grammar as a string. Then the main class can parse and process source code in the defined language.

The main compiler class can assign callback functions that are invoked to process different types of elements of the language syntax.

  Files folder image SharedMem Session Handling  
Session handler using shared memory for storage
This class can be used as alternative PHP session handler.

It uses shared memory to store session data to be shared between all PHP requests handled by the same server.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z