[ Team LiB ]

[SYMBOL] [A] [B] [C] [D] [E] [F] [G] [H] [I] [J] [K] [L] [M] [N] [O] [P] [Q] [R] [S] [T] [U] [V] [W] [X] [Y] [Z]

s \ modifier  2nd 
s \escape character 
S \escape character 
s type specifiers 
saving
    functions
        between calls  2nd  3rd 
    state
        hidden fields  2nd  3rd  4th  5th 
scope
    function variables  2nd 
script tags 
scripting engines
    Zend 
scripts  2nd 
    configuration problems 
    configure 
        --with-freetype option 
        --with-gd option 
        --with-gdbm option 
        --with-mysql option  2nd 
        --with-xslt option 
        Linux/Apache PHP installation 
    file uploads  2nd 
        names 
    HTML, adding  2nd 
    limiting runs 
    output 
    printing to browsers  2nd 
    source code 
    testing  2nd 
    uploading 
security
    cookies 
    gaps, plugging  2nd  3rd 
    programming errors/omissions 
    Web 
see (@before) tag 
selecting
    databases 
semicolon
    (;) 
sending
    mail
        automating  2nd 
Serializable interface 
serialize() function  2nd 
server headers (responses)  2nd 
server server headers 
server variables  2nd 
    HTTP_REFERER  2nd 
    HTTP_USER_AGENT  2nd 
    listing of  2nd 
    PATH_INFO  2nd 
    QUERY_STRING  2nd 
    REMOTE_ADDR  2nd 
    REMOTE_HOST  2nd 
servers
    databases
        connecting to  2nd 
    NNTP connections  2nd  3rd 
    PHP supported 
    Web
        returned status lines, outputting  2nd 
session cookies
    creating 
session functions  2nd 
session_decode() function 
session_destroy() function 
session_encode() function 
session_start() function  2nd  3rd 
sessions
    array variables
        registring  2nd 
    elements, deleting 
    ending 
    IDs
        passing to query strings  2nd 
    starting  2nd  3rd 
    variables
        accessing  2nd  3rd  4th 
        encoding/decoding  2nd 
        registering 
set_include_path() function 
setcookie() function
    cookies, setting  2nd  3rd 
    session cookies, creating 
setDate_array() function 
setDate_request() function 
setDate_timestamp() function 
setName() method
    object method access 
settype() function  2nd 
setUpdater() function 
setYearStart() function 
shapes
    drawing
        circles 
        lines 
        polygons  2nd 
        rectangles  2nd 
short tags 
short_open_tag directive 
SimpleBar class 
SimpleCommandFactory class  2nd 
SimpleDispatcher class  2nd 
SimpleXML  2nd 
simplexml_load_file() function 
simplexml_load_string() function 
simulating
    abstract classes 
    interfaces 
since (@before) tag 
single period (.) 
single quotation mark (')
    strings  2nd 
Singleton pattern 
size
    arrays  2nd  3rd 
sizes
    files
        filesize() function 
slashes
    forward (//) 
slicing
    arrays  2nd 
sort() function
    numerically indexed arrays  2nd 
sorting
    arrays
        associative by key 
        associative by value  2nd 
        numerically indexed  2nd 
source code
    scripts 
spaces (HTML documents)
    viewing 
special data types  2nd 
specifiers (strings)  2nd 
speed of development (PHP) 
splurgeItems() method 
sprintf() function 
SQL
    (Structured Query Language) 
    defined 
SQL queries
    executing 
SQL.  [See also MySQL]
SQLite  2nd 
    data selections  2nd 
    tables
        creating  2nd 
        data additions  2nd 
        updating 
SQLite; 
sqlite_close() function 
sqlite_last_insert_rowid() function 
sqlite_open() function 
sqlite_query() function 
square brackets ([])
    array identifiers  2nd 
    character classes 
standard data types 
standard tags 
standards
    XHTML 
start tags  2nd 
start() function
    Auth class 
starting
    sessions  2nd  3rd 
state
    functions
        saving between calls  2nd  3rd 
    saving
        hidden fields  2nd  3rd  4th  5th 
statements 
    beginning and ending  2nd  3rd 
    break  2nd 
        including in case statement 
    conditional
        included documents  2nd  3rd  4th 
    continue  2nd 
    defined 
    die() 
    do,while  2nd 
    for  2nd  3rd  4th 
        nesting loops  2nd 
    foreach
        array elements, accessing  2nd  3rd 
        looping through arrays  2nd 
        looping through associative arrays 
        looping through multidimensional arrays  2nd 
    function 
    functions  2nd 
    global
        remembering function variable values between calls  2nd  3rd  4th 
        variable access  2nd  3rd  4th 
    if 
        else clause  2nd 
        else/if clause  2nd 
        structure  2nd 
    include()  2nd  3rd  4th 
        control structures  2nd 
        for loop  2nd 
        include_once() statement  2nd  3rd  4th 
        include_path() statement  2nd 
        return values  2nd 
        set_include_path() functions 
    include_once()  2nd  3rd  4th 
    include_path()  2nd 
    loop 
        nesting  2nd 
    print()
        code blocks  2nd 
    require() 
    require_once() 
    return  2nd 
        function values, returning  2nd 
    static
        function state, saving  2nd  3rd 
        remembering function variable values between calls 
    switch  2nd  3rd 
    while  2nd 
static functions  2nd 
static keyword 
static properties  2nd 
static statement
    remembering function variable values between calls 
static statements
    function state, saving  2nd  3rd 
status lines (responses)  2nd  3rd 
statuses
    files 
        is_executable() function 
        is_readable() function 
        is_writable() function 
storage drivers Web site 
storing
    arrays 
    formatted strings 
    labels 
    objects  2nd 
    values 
str_replace() function  2nd 
streams 
    contexts  2nd 
    defined 
    protocols 
    wrappers 
strings  2nd 
    (') single quotation marks  2nd 
    (") double quotation marks  2nd 
        escape characters 
    breaking into arrays  2nd 
    case, converting  2nd 
    cleaning up  2nd 
    currency  2nd  3rd  4th 
    format control
        arguments, switching  2nd 
    format specifier flags 
    formatting 
        arguments, switching  2nd 
        example  2nd  3rd 
        field width specifications  2nd 
        padding specifiers  2nd 
        precision specifications 
        printf() function  2nd 
        specifiers  2nd 
        storing 
        type specifiers  2nd  3rd  4th 
    functions Web site 
    indexing  2nd 
    lengths
        finding 
    numbers  2nd 
    portions
        replacing  2nd 
    portions, extracting  2nd 
    query  2nd 
        creating  2nd  3rd 
    splitting  2nd 
    substrings
        finding  2nd 
        position, finding  2nd 
        replacing  2nd 
    text
        adding to images  2nd  3rd 
        numbers as  2nd 
        wrapping  2nd 
    tokenizing  2nd  3rd 
    white space, deleting 
strings pattern matching.  [See pattern matching]
strip_tags() function  2nd 
strlen() function 
strpos() function  2nd 
strstr() function  2nd 
strtok() function  2nd  3rd 
strtolower() function 
strtoupper() function 
structure
    if statement  2nd 
Structured Query Language.  [See SQL]
subclasses
    functions, overriding 
subpatterns  2nd 
subpatterns.  [See atoms]
subscript() function 
substr() function  2nd 
substr_replace() function  2nd 
substrings
    finding  2nd 
    position, finding  2nd 
    replacing  2nd 
superglobal variables  2nd 
    $_COOKIE 
    $_ENV 
    $_FILES 
    $_FILES array  2nd 
    $_GET 
    $_GLOBALS 
    $_POST 
    $_REQUEST 
    $_SERVER  2nd 
    $_SERVER;elements  2nd 
    $_SERVER;looping through  2nd 
switch statement  2nd  3rd 
system() function
    external commands, running  2nd 

[ Team LiB ]