Sponsored Content
Full Discussion: Help!! please!
Top Forums UNIX for Dummies Questions & Answers Help!! please! Post 44467 by cbkihong on Saturday 6th of December 2003 09:25:51 PM
Old 12-06-2003
The directory is named "public_html". This is true if you would like to serve your site out of your personal, home directory (in the /home tree) with a URL like http://www.something.com/~yourname or http://my_ip/~yourname, where my_ip is the IP of your network interface to which the Web server listens.

For example, if your IP is 1.2.3.4, put an index.html file in /home/myname/public_html then you can access it at http://1.2.3.4/~myname if your server is set up properly.

But in its foremost you need to make sure your Web server installation is set up in this way (if this is Apache then by default it should be though you should check yourself)
 
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)
All times are GMT -4. The time now is 05:30 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy