Sponsored Content
Full Discussion: Help!! please!
Top Forums UNIX for Dummies Questions & Answers Help!! please! Post 44473 by norsk hedensk on Saturday 6th of December 2003 10:30:23 PM
Old 12-06-2003
if these instructions are for setting up your own webserver, and all you want is a simple webpage, maybe one of the free webspace providers are a better route for you to take. however is someone has webspace for you then cbkihong's instructions will help you to get set up. check with your sysadmin for specifics however, regarding your public_html directory name, and some other details.

also please make sure you read the rules of this site, posting your email address is not allowed. the reason is a good one and is given in the rules here :https://www.unix.com/unix-for-beginners-questions-and-answers/2971-simple-rules-unix-com-forums.html?s=

im removing your email address.
 
SPLDOUBLYLINKEDLIST(3)							 1						    SPLDOUBLYLINKEDLIST(3)

The SplDoublyLinkedList class

INTRODUCTION
The SplDoublyLinkedList class provides the main functionalities of a doubly linked list. CLASS SYNOPSIS
SplDoublyLinkedList SplDoublyLinkedListIteratorArrayAccessCountable Methods o public SplDoublyLinkedList::__construct (void ) 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 SPLDOUBLYLINKEDLIST(3)
All times are GMT -4. The time now is 11:03 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy