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

Index of all elements

[ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ l ] [ n ] [ o ] [ p ] [ q ] [ r ] [ s ] [ t ] [ u ] [ w ] [ _ ]

b

buildOutputString
in file Lite.php, method Config_Lite::buildOutputString()
    Generated the output of the ini file, suitable for echo'ing or writing back to the ini file.
top

c

clear
in file Lite.php, method Config_Lite::clear()
    removes all sections and global options
Config_Lite
in file Lite.php, class Config_Lite
    Config_Lite Class
Config_Lite_Exception
in file Exception.php, class Config_Lite_Exception
    Config_Lite_Exception
Config_Lite_Exception_InvalidArgument
in file InvalidArgument.php, class Config_Lite_Exception_InvalidArgument
    Config_Lite_Exception_InvalidArgument
Config_Lite_Exception_Runtime
in file Runtime.php, class Config_Lite_Exception_Runtime
    Config_Lite_Exception_Runtime
Config_Lite_Exception_UnexpectedValue
in file UnexpectedValue.php, class Config_Lite_Exception_UnexpectedValue
    Config_Lite_Exception_UnexpectedValue
count
in file Lite.php, method Config_Lite::count()
    implemented for interface Countable
top

d

$delim
in file Lite.php, variable Config_Lite::$delim
    string delimiter
top

e

Exception.php
procedural page Exception.php
top

f

$filename
in file Lite.php, variable Config_Lite::$filename
    filename
$flags
in file Lite.php, variable Config_Lite::$flags
    flags for file-put-contents
top

g

get
in file Lite.php, method Config_Lite::get()
    get an option by section, a global option or all sections and options
getBool
in file Lite.php, method Config_Lite::getBool()
    returns a boolean for strict equality comparison
getFilename
in file Lite.php, method Config_Lite::getFilename()
    returns the current filename
getIterator
in file Lite.php, method Config_Lite::getIterator()
    implemented for interface IteratorAggregate
getSection
in file Lite.php, method Config_Lite::getSection()
    returns an array of options of the given section
getString
in file Lite.php, method Config_Lite::getString()
    returns a stripslashed string
top

h

has
in file Lite.php, method Config_Lite::has()
    tests if a section or an option of a section exists
hasSection
in file Lite.php, method Config_Lite::hasSection()
    returns true if the given section exists, otherwise false
top

i

InvalidArgument.php
procedural page InvalidArgument.php
isBool
in file Lite.php, method Config_Lite::isBool()
    detect Type "bool" by String Value to keep those "untouched"
top

l

$linebreak
in file Lite.php, variable Config_Lite::$linebreak
    line-break chars, default *x: "\n", windows: "\r\n"
Lite.php
procedural page Lite.php
top

n

normalizeValue
in file Lite.php, method Config_Lite::normalizeValue()
    normalize a Value by determining the Type
top

o

offsetExists
in file Lite.php, method Config_Lite::offsetExists()
    implemented for interface ArrayAccess
offsetGet
in file Lite.php, method Config_Lite::offsetGet()
    implemented for interface ArrayAccess
offsetSet
in file Lite.php, method Config_Lite::offsetSet()
    implemented for interface ArrayAccess
offsetUnset
in file Lite.php, method Config_Lite::offsetUnset()
    implemented for interface ArrayAccess
top

p

$processSections
in file Lite.php, variable Config_Lite::$processSections
    parseSections - if true, sections will be processed
top

q

$quoteStrings
in file Lite.php, variable Config_Lite::$quoteStrings
    quote Strings - if true, writes ini files with doublequoted strings
top

r

Runtime.php
procedural page Runtime.php
read
in file Lite.php, method Config_Lite::read()
    the read method parses the optional given filename or already setted filename.
remove
in file Lite.php, method Config_Lite::remove()
    remove a section or an option of a section
removeSection
in file Lite.php, method Config_Lite::removeSection()
    remove section by name
top

s

$sections
in file Lite.php, variable Config_Lite::$sections
    sections, holds the config sections
save
in file Lite.php, method Config_Lite::save()
    save the object to the filename (active record style)
serialize
in file Lite.php, method Config_Lite::serialize()
    implemented for interface Serializable
set
in file Lite.php, method Config_Lite::set()
    to add key/value pairs
setDoubleTickDelimiter
in file Lite.php, method Config_Lite::setDoubleTickDelimiter()
    set string delimiter to double tick (")
setFilename
in file Lite.php, method Config_Lite::setFilename()
    filename to read or save
setFlags
in file Lite.php, method Config_Lite::setFlags()
    Set Flags ( FILE_USE_INCLUDE_PATH | FILE_APPEND | LOCK_EX ) for file-put-contents
setLinebreak
in file Lite.php, method Config_Lite::setLinebreak()
    set the line break (newline) chars
setProcessSections
in file Lite.php, method Config_Lite::setProcessSections()
    Sets whether or not sections should be processed
setQuoteStrings
in file Lite.php, method Config_Lite::setQuoteStrings()
    Sets whether or not to doubleQuote
setSection
in file Lite.php, method Config_Lite::setSection()
    set a given array with key/value pairs to a section, creates a new section if necessary.
setSingleTickDelimiter
in file Lite.php, method Config_Lite::setSingleTickDelimiter()
    set string delimiter to single tick (')
setString
in file Lite.php, method Config_Lite::setString()
    like set, but adds slashes to the value
sync
in file Lite.php, method Config_Lite::sync()
    sync the file to the object
top

t

toBool
in file Lite.php, method Config_Lite::toBool()
    converts string to a representable Config Bool Format
top

u

UnexpectedValue.php
procedural page UnexpectedValue.php
unserialize
in file Lite.php, method Config_Lite::unserialize()
    implemented for interface Serializable
top

w

write
in file Lite.php, method Config_Lite::write()
    generic write ini config file, to save use `save'.
top

_

__construct
in file Lite.php, method Config_Lite::__construct()
    takes an optional filename, if the file exists, also reads it.
__toString
in file Lite.php, method Config_Lite::__toString()
    text presentation of the config object
top

Documentation generated on Mon, 11 Mar 2019 16:01:24 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.