-
Stack.PHP is a PHP wrapper for the Stack Exchange API and it is an aggregate of various Q&A sites. It allows retrieving various data from all those sites, through the Stack Exchange API, meanwhile, providing essential services such as caching, request throttling and pagination. Some cool examples are included with the download package. Requirements:- PHP 5.3 or Higher What's New ...
-
OpenSourceClassifieds is a software developed using an open source technology stack, to offer you a complete classified ads solution, ready for high volumes of traffic. Features of OpenSourceClassifieds:- General ads or specialised through plugins (cars, jobs, real estate, dating, etc)- Multi-lingual: English, spanish, catalan, romanian, french and more!- Lots of options for customisation: Currencies, date-time formats and more!- Integration with ...
-
Flyweight Data Structures defines interfaces and classes that can manipulate values and objects values that make part of collections.Flyweight Data Structures for implementing hash tables, queues and stacks, are currently provided.Requirements: PHP 5.2 or higher
-
Stack provides API to manipulate a stack using two dimensional arrays. Functions of Stack:- Push an element- Pop an element- Retrieve the element at the top of the stack without removing it- Retrieve the size of the stack- Determine whether the stack is empty
-
Polymorphic Queue is a simple class that implements a FIFO stack (First In First Out) of values. It uses arrays to queue values of any type at the end of the queue. Polymorphic Queue can also pop values from the stack by the same order they were queued. It may also return the value at the head of the queue ...
-
Stack Array can push and pop values of arbitrary types from the top of the stack. It can also search for data values on the stack. If the specified value is found, the value position on the stack is returned.Values can be picked from the stack without removing them.Requirements: PHP 5.0 or higher
-
The Stack class advantage over the array_push and array_pop function is Stack::pop() pops the stack and returns a reference to the popped element.There is also a top function that returns a reference to the top element.
-
Some sites that implement screen oriented tasks consist of a set of pages organized in the form of a tree hierarchy. For instance, the user starts at screen A which has some buttons that may open screens B or C.When the screen B is opened, the associated task has to be completed or canceled before the user is allowed to ...
-
PHP befunge class can be used as an interpreter of the Befunge programming language without using special PHP extension.Befunge is an obfuscated programming language that works in 2D.PHP befunge class can load Befunge files that contain a stack arrays of single character strings. Then it cycles over the stack interpreting its values to execute the associated language commands.
-
ps stack can be used to manage a LIFO stack (Last In First Out) of values like in the Postscript language. It implements most of the Postscript stack operations except for mark and cleartomark.ps stack can push and pop values from the stack, get the value at the top of the stack or at a given position, get the count ...
-
ps stack classes can be used to manage a LIFO stack (Last In First Out) of values like in the Postscript language. It implements most of the Postscript stack operations except for mark and cleartomark.ps stack classes can push and pop values from the stack, get the value at the top of the stack or at a given position, get ...
-
ps queue classes can be used to manage a FIFO queue (First In First Out) of values like one might manage the stack in the Postscript language.ps queue classes can push and pop values from the queue, get the value at the top of the queue or at a given position, get the count of values, exchange the position of ...
-
ps queue can be used to manage a FIFO queue (First In First Out) of values like in the Postscript language.ps queue can push and pop values from the queue, get the value at the top of the queue or at a given position, get the count of values, exchange the position of two values, duplicate the value at the ...
-
Polymorphic Stack is a simple class that implements a LIFO stack (Last In First Out) of values. It uses arrays to push values of any type on the top of the stack.Polymorphic Stack can also pop values from the stack by the reverse order they were pushed. It may also return the value at the top of the stack without ...
-
Information about the call stack including all the classes, functions, parameters that were used to reach the current point of the code that PHP is executing, can be retrieved.Requirements: PHP 5 or higher


