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:
SYS_LINUX [line 27]
SYS_MAC [line 29]
SYS_WINDOWS [line 28]
Documentation generated on Fri, 21 Dec 2012 15:30:02 +0000 by phpDocumentor 1.4.3. PEAR Logo Copyright © PHP Group 2004.
|