PHP CookBook Free Open Book

PHP CookBook

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] [Z]

C language
    Microsoft C runtime library (msvcrt.dll) 
    PECL (PHP Extension Code Library)  2nd 
    strftime( ) function, use in PHP 
Cache/DB.php file 
Cache_DB class 
caching
    database queries and results 
    stat( ) system call and file information function results 
calendars
    conversion functions for different non-Gregorian calendars 
    gregoriantojd( ) 
    non-Gregorian, using 
    pc_calendar(), printing out month with 
    unixtojd( ) and jdtounix( ) 
call( ) (SOAP_Client) 
callback functions
    handling signals with 
        menus in GTK windows 
    output buffer processing 
    running when database error is raised 
capitalization  [See case]
capturing data without printing it 
capturing in patterns 
carriage returns 
    converting to XHTML <br /> tags 
    in double-quoted strings 
    trimming from strings 
case
    case-insensitive matching 
        eregi( ) 
    case-sensitivity
        in array_diff( ) 
        in heredocs 
        in XML 
    i (case-insensitive) pattern modifier 
    locales, setting for 
    modifying in strings 
catalog for messages in different locales 
catalog-compare.php program 
catchable errors 
CBC (Cipher Block Chaining) mode 
centered text, drawing in an image 
CGI binary 
CGI scripts, PHP as 
change to files, time of 
character class 
    inverting or matching complement of 
character encodings
    ASCII 
    Unicode 
        UTF-8 
character sets
    in locale aliases 
    specifying for locales 
characters
    processing individually in strings 
    reversing in strings 
checkdate( ) 
checkhost( ) (Net_Ping) 
chgrp( ) 
child classes 
child_nodes( ) 
chmod( )  2nd 
chop( ) 
chown( ) 
chr( ) (Windows) 
Cipher Block Chaining (CBC) mode 
Cipher Feedback (CFB) mode 
circles, drawing 
    filled 
class constructor 
class keyword 
classes 
    creating dynamically 
    database errors 
    defining and creating 
    extending 
    hierarchy 
    methods 
    pc_ in names 
    properties of 
    subclassing or extending 
clearstatcache( ) 
CLI  [See command-line interface binary]
client-side PHP 
    command-shell.php program 
    displaying menus in window 
    displaying multiple GUI widgets in a window 
    gtk-weather.php program 
    GUI widgets, displaying in a window 
    parsing program arguments 
        with getopt( ) 
    reading from the keyboard 
    reading passwords without echoing 
    responding to user actions 
clients
    FTP 
    LDAP 
    SOAP 
    Usenet 
    web-based, for email 
    XML-RPC 
cloning objects 
close( ) 
closedir( ) 
closing
    XML parser manually 
    XSLT processors 
code, profiling 
colors
    arcs, ellipses, and circles, specifying for 
    graphical bar chart 
    ImageColorAllocate( ) 
    lines, rectangles, and polygons, specifying for 
    shapes drawn with patterned lines 
        alternating white and black pixels 
    text drawn as graphic
        PostScript fonts 
    transparent 
    web-safe, codes for 
combinations of array elements, finding all 
combine( ) 
comma-separated values (CSV) 
    explode( ) and 
command line, incorporating external data in 
command-line PHP programs 
    $COMMAND_LINE 
    command-line interface (CLI) binary 
        PHP-GTK extension, running programs that use 
        testing if scripts are running in web or command-line context 
    php-cli script 
command-shell.php program 
commands
    history of 
    PEAR, listing all valid 
    PHPDoc 
comments
    debugging, priority levels for 
    embedded in email addresses 
    PHPDoc 
common names (LDAP)  2nd 
compact( ) 
comparison functions, in sorting routine 
comparison operators (== and ===) 
comparisons, constants on left side of 
compressed files
    extracting from ZIP archive 
    gzip, for web output 
    reading and writing 
concatenation operator (.) for strings 
config-get php_dir command (PEAR) 
config-help command (PEAR) 
configuration files
    namespaces and 
    reading 
configuration variables, PHP 
    access values 
    setting 
connect( )
    Cache_DB class 
    DB class  2nd 
    GtkButton class 
Console_Getopt class 
    readPHPArgv( ) method 
constants 
    assigning constant values to class properties 
    encryption modes 
    M_E 
    M_PI 
    putting on left side of comparison 
_ _construct( ) 
constructors 
    object, calling for parent 
    object, defining 
containers for cached data 
containers for GUI widgets 
    GtkHBox 
    GtkTable 
    GtkVBox 
    menu bar 
Content-Length header 
Content-Type header
    images, sending to browser 
    PNG image, sending to browser 
    setting for XML 
Cookie header 
cookies 
    "headers already sent" error message 
    adding verification hash to 
    authentication based on 
    browser capabilities information and 
    deleting 
        expiration time and other values 
    fetching URLs with 
    reading values of 
    redirecting to different location 
    sending only over SSL connections 
    session tracking, use in 
    setting 
        domain, specifying 
        expiration time 
        paths for pages 
        SSL connections, specifying 
    writing specific cookie to file 
Coordinated Universal Time  [See UTC]
coordinates, graphic images 
    arcs 
    centered text in an image 
    centered text in GD built-in fonts 
    centered text in PostScript Type 1 fonts 
    centered text in TrueType fonts 
    lines, rectangles, and polygons 
copy( ) 
copying files 
cos( ) 
cosecant 
cosh( )  2nd 
cotangent 
count( ), recomputing in array loops 
counting lines, paragraphs, or records in a file 
country (LDAP) 
create_function( ) 
create_text_node( ) 
crypt( ) 
    encrypting passwords 
    one-way encryption, use of 
cryptography  [See encryption]
CSV  [See comma-separated values]
cURL extension 
    downloading and using with FTP 
    HTTPS URL, retrieving 
    including response headers in output from curl_exec( ) 
    Òcookie jarÓ feature 
    redirects to another web page 
    retrieving remote URLs with cookies 
    retrieving URL contents 
    retrieving URLs with headers 
    retrieving web pages for stale-links.php program 
    username and password in URL 
curl_close( ) 
    printing debugging information to standard error 
curl_exec( )  2nd 
    printing debugging information to standard error 
curl_init( ) 
curl_setopt( )  2nd 
CURLOPT_COOKIE option 
CURLOPT_HEADER option 
CURLOPT_HTTPHEADER option 
CURLOPT_VERBOSE option 
curly braces  [See { }, under Symbols]
currency formats for locales  2nd 
current directory 
current position in a file 
curves, drawing open or filled 
custom error handling functions 

Index: [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][Z]


     Main Menu
Main Page
Table of content
Copyright
Preface
Chapter 1. Strings
Chapter 2. Numbers
Chapter 3. Dates and Times
Chapter 4. Arrays
Chapter 5. Variables
Chapter 6. Functions
Chapter 7. Classes and Objects
Chapter 8. Web Basics
Chapter 9. Forms
Chapter 10. Database Access
Chapter 11. Web Automation
Chapter 12. XML
Chapter 13. Regular Expressions
Chapter 14. Encryption and Security
Chapter 15. Graphics
Chapter 16. Internationalization and Localization
Chapter 17. Internet Services
Chapter 18. Files
Chapter 19. Directories
Chapter 20. Client-Side PHP
Chapter 21. PEAR
Colophon
Index
Index SYMBOL
Index A
Index B
Index C
Index D
Index E
Index F
Index G
Index H
Index I
Index J
Index K
Index L
Index M
Index N
Index O
Index P
Index Q
Index R
Index S
Index T
Index U
Index V
Index W
Index X
Index Z


More Books
PHP Hacks
Processing Xml With Java - A Guide To Sax, Dom, Jdom, Jaxp, And Trax
The Koran (Holy Qur'an)
Macromedia Flash 8 Bible
Search Engine Optimization for Dummies
YouTube Traffic
PHP 5 for Dummies
Harry Potter and The Chamber of Secrets
Harry Potter and the Sorcerer's Stone
The Pilgrim's Progress
Wireless Hacks
Flash Hacks. 100 Industrial-Strength Tips & Tools
PayPal Hacks. 100 Industrial-Strength Tips and Tools
Amazon Hacks
Pdf Hacks
The Da Vinci Code
Google Hacks
The Holy Bible
Windows XP For Dummies
Harry Potter and the Half-Blood Prince
Seo Book
Upgrading and Repairing Networks
Macromedia Dreamweaver 8 UNLEASHED
Windows XP Annoyances
Windows XP Hacks
Microsoft Windows XP Power Toolkit
Teach Yourself MS Office In 24Hours
iPod & iTunes Missing Manual
PC Hacks 100 Industrial-Strength Tips and Tools
PC Overclocking, Optimization, and Tuning - 2th Edition
PC Hardware In A Nutshell 3rd Edition
PC Hardware in a Nutshell, 2nd Edition
Upgrading and Repairing PCs
Google for Dummies
MySQL Cookbook
Teach Yourself Macromedia Flash 8 In 24 Hours
PHP CookBook
Sams Teach Yourself JavaScript in 24 Hours
PHP5 Manual
Free Games Paper Airplanes
500 Juegos Gratis 500 Giochi Gratis 500 Jeux Gratuits 500 Jogos Gratis 500 Kostenlose Spiele