System_Folders
[ class tree: System_Folders ] [ index: System_Folders ] [ all elements ]

File: Folders.php

Source Location: /System_Folders-1.0.5/System/Folders.php

Classes:

System_Folders
Provides the locations of several system and user directories independent of the operating system used.

Page Details:

Provides the locations of several system and user directories independent of the operating system used.

Simpe example: require_once 'System/Folders.php'; $sf = new System_Folders(); echo $sf->getHome();

If you want the folders to be cached (not re-calculated on every read), use System_Folders_Cached.

PHP version 4

Includes:

require_once('OS/Guess.php') [line 24]

SYS_LINUX [line 27]

SYS_LINUX = 'linux'

[ Top ]



SYS_MAC [line 29]

SYS_MAC = 'darwin'

[ Top ]



SYS_WINDOWS [line 28]

SYS_WINDOWS = 'windows'

[ Top ]



Documentation generated on Mon, 11 Mar 2019 15:52:22 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.