queXS: 0.9.0 (Beta) First public release


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News queXS: 0.9.0 (Beta) First public release
# 1  
Old 10-15-2008
queXS: 0.9.0 (Beta) First public release

queXS is an Open Source (GPL) web based CATI (Computer Assisted Telephone Interviewing) package that is designed to operate an outbound telephone research centre.
Image Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

First public beta of upcoming gawk 4.0 release

Hi (g)awk lovers, just spreading the news: the first beta is available and there are many new features. This is the original announce. (3 Replies)
Discussion started by: radoulov
3 Replies
Login or Register to Ask a Question
SPLSTACK(3)								 1							       SPLSTACK(3)

The SplStack class

INTRODUCTION
The SplStack class provides the main functionalities of a stack implemented using a doubly linked list. CLASS SYNOPSIS
SplStack SplStackextends SplDoublyLinkedListIteratorArrayAccessCountable Methods o SplStack::__construct (void ) o void SplStack::setIteratorMode (int $mode) Inherited methods o public void SplDoublyLinkedList::add (mixed $index, mixed $newval) o public mixed SplDoublyLinkedList::bottom (void ) o public int SplDoublyLinkedList::count (void ) o public mixed SplDoublyLinkedList::current (void ) o public int SplDoublyLinkedList::getIteratorMode (void ) o public bool SplDoublyLinkedList::isEmpty (void ) o public mixed SplDoublyLinkedList::key (void ) o public void SplDoublyLinkedList::next (void ) o public bool SplDoublyLinkedList::offsetExists (mixed $index) o public mixed SplDoublyLinkedList::offsetGet (mixed $index) o public void SplDoublyLinkedList::offsetSet (mixed $index, mixed $newval) o public void SplDoublyLinkedList::offsetUnset (mixed $index) o public mixed SplDoublyLinkedList::pop (void ) o public void SplDoublyLinkedList::prev (void ) o public void SplDoublyLinkedList::push (mixed $value) o public void SplDoublyLinkedList::rewind (void ) o public string SplDoublyLinkedList::serialize (void ) o public void SplDoublyLinkedList::setIteratorMode (int $mode) o public mixed SplDoublyLinkedList::shift (void ) o public mixed SplDoublyLinkedList::top (void ) o public void SplDoublyLinkedList::unserialize (string $serialized) o public void SplDoublyLinkedList::unshift (mixed $value) o public bool SplDoublyLinkedList::valid (void ) PHP Documentation Group SPLSTACK(3)