Index: C
Symbols & Numbers
| 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
Index: C
- C language
- Microsoft C runtime library (msvcrt.dll): 20.5.3. Discussion
- PECL (PHP Extension Code Library): 21.1. Introduction
- 21.6.1. Problem
- strftime( ) function, use in PHP: 3.5.3. Discussion
- Cache_DB class: 10.15.2. Solution
- Cache/DB.php file: 10.15.3. Discussion
- caching
- database queries and results: 10.15.1. Problem
- stat( ) system call and file information function results: 19.3.3. Discussion
- calendars
- conversion functions for different non-Gregorian calendars: 3.16.2. Solution
- gregoriantojd( ): 3.7.3. Discussion
- non-Gregorian, using: 3.16.1. Problem
- pc_calendar( ), printing out month with: 3.17. Program: Calendar
- unixtojd( ) and jdtounix( ): 3.11.3. Discussion
- call( ) (SOAP_Client): 12.9.3. Discussion
- callback functions
- handling signals with: 20.8.2. Solution
- menus in GTK windows: 20.9.3. Discussion
- output buffer processing: 8.13.3. Discussion
- running when database error is raised: 10.11.3. Discussion
- capitalization (see case)
- capturing data without printing it: 5.9.3. Discussion
- capturing in patterns: 13.1. Introduction
- carriage returns: 18.1. Introduction
- converting to XHTML <br /> tags: 17.6.3. Discussion
- in double-quoted strings: 1.1. Introduction
- trimming from strings: 1.9.3. Discussion
- case
- case-insensitive matching: 1.12.2. Solution
- eregi( ): 13.2.2. Solution
- case-sensitivity
- in array_diff( ): 4.24.3. Discussion
- in heredocs: 1.1. Introduction
- in XML: 12.5.3. Discussion
- i (case-insensitive) pattern modifier: 13.1. Introduction
- locales, setting for: 16.1. Introduction
- modifying in strings: 1.7.1. Problem
- catalog-compare.php program: 16.10.3. Discussion
- catalog for messages in different locales: 16.5.2. Solution
- catchable errors: 8.16.3. Discussion
- CBC (Cipher Block Chaining) mode: 14.8.3. Discussion
- centered text, drawing in an image: 15.6.1. Problem
- CGI binary: 20.1. Introduction
- CGI scripts, PHP as: 8.10.3. Discussion
- change to files, time of: 19.2.2. Solution
- character class: 13.1. Introduction
- inverting or matching complement of: 13.1. Introduction
- character encodings
- ASCII: 16.12.3. Discussion
- Unicode: 16.12.2. Solution
- UTF-8: 16.12.3. Discussion
- character sets
- in locale aliases: 16.3.3. Discussion
- specifying for locales: 16.1. Introduction
- characters
- processing individually in strings: 1.4.1. Problem
- reversing in strings: 1.5.1. Problem
- checkdate( ): 3.9.3. Discussion
- checkhost( ) (Net_Ping): 17.11.3. Discussion
- chgrp( ): 19.4.2. Solution
- child classes: 7.1. Introduction
- child_nodes( ): 12.4.3. Discussion
- chmod( ): 19.1. Introduction
- 19.4.2. Solution
- chop( ): 1.9.3. Discussion
- chown( ): 19.4.2. Solution
- chr( ) (Windows): 20.5.3. Discussion
- Cipher Block Chaining (CBC) mode: 14.8.3. Discussion
- Cipher Feedback (CFB) mode: 14.8.3. Discussion
- circles, drawing: 15.3.2. Solution
- filled: 15.3.3. Discussion
- class constructor: 7.1. Introduction
- class keyword: 7.1. Introduction
- classes: 7.1. Introduction
- creating dynamically: 7.13.1. Problem
- database errors: 10.11.3. Discussion
- defining and creating: 7.1. Introduction
- extending: 7.1. Introduction
- hierarchy: 7.1. Introduction
- methods: 7.1. Introduction
- pc_ in names: 0.4.1. Programming Conventions
- properties of: 7.1. Introduction
- subclassing or extending: 7.1. Introduction
- clearstatcache( ): 19.3.3. Discussion
- CLI (see command-line interface binary)
- client-side PHP: 20.1. Introduction
- command-shell.php program: 20.10. Program: Command Shell
- displaying menus in window: 20.9.1. Problem
- displaying multiple GUI widgets in a window: 20.7.1. Problem
- gtk-weather.php program: 20.11. Program: Displaying Weather Conditions
- GUI widgets, displaying in a window: 20.6.1. Problem
- parsing program arguments: 20.2.1. Problem
- with getopt( ): 20.3.1. Problem
- reading from the keyboard: 20.4.1. Problem
- reading passwords without echoing: 20.5.1. Problem
- responding to user actions: 20.8.1. Problem
- clients
- FTP: 17.7.1. Problem
- LDAP: 17.8.1. Problem
- SOAP: 12.9.2. Solution
- Usenet: 17.6.1. Problem
- web-based, for email: 17.4.1. Problem
- XML-RPC: 12.8.3. Discussion
- cloning objects: 7.5.1. Problem
- close( ): 19.1. Introduction
- closedir( ): 19.1. Introduction
- closing
- XML parser manually: 12.5.3. Discussion
- XSLT processors: 12.6.3. Discussion
- code, profiling: 8.26.1. Problem
- colors
- arcs, ellipses, and circles, specifying for: 15.3.3. Discussion
- graphical bar chart: 15.10. Program: Generating Bar Charts from Poll Results
- ImageColorAllocate( ): 15.1. Introduction
- lines, rectangles, and polygons, specifying for: 15.2.3. Discussion
- shapes drawn with patterned lines: 15.4.2. Solution
- alternating white and black pixels: 15.4.3. Discussion
- text drawn as graphic
- PostScript fonts: 15.5.3. Discussion
- transparent: 15.8.1. Problem
- web-safe, codes for: 2.16.3. Discussion
- combinations of array elements, finding all: 4.25.1. Problem
- combine( ): 7.10.2. Solution
- comma-separated values (CSV): 1.10.1. Problem
- explode( ) and: 1.10.3. Discussion
- command line, incorporating external data in: 18.21.1. Problem
- command-line PHP programs: 20.1. Introduction
- command-line interface (CLI) binary: 20.1. Introduction
- PHP-GTK extension, running programs that use: 20.1. Introduction
- testing if scripts are running in web or command-line context: 20.1. Introduction
- $COMMAND_LINE: 20.1. Introduction
- php-cli script: 21.1. Introduction
- command-shell.php program: 20.10. Program: Command Shell
- commands
- history of: 20.4.3. Discussion
- PEAR, listing all valid: 21.2.3. Discussion
- PHPDoc: 21.9.2. Solution
- comments
- debugging, priority levels for: 8.20.3. Discussion
- embedded in email addresses: 13.6.3. Discussion
- PHPDoc: 21.9.3. Discussion
- common names (LDAP): 17.8.3. Discussion
- 17.9.3. Discussion
- compact( ): 12.7.3. Discussion
- comparison functions, in sorting routine: 4.18.2. Solution
- comparison operators (== and ===): 5.2.1. Problem
- comparisons, constants on left side of: 5.2.3. Discussion
- compressed files
- extracting from ZIP archive: 18.27. Program: Unzip
- gzip, for web output: 8.14.1. Problem
- reading and writing: 18.26.1. Problem
- concatenation operator (.) for strings: 1.8.2. Solution
- config-get php_dir command (PEAR): 21.2.3. Discussion
- config-help command (PEAR): 21.2.3. Discussion
- configuration files
- namespaces and: 18.14.3. Discussion
- reading: 18.14.1. Problem
- configuration variables, PHP: 8.23.1. Problem
- access values: 8.23.3. Discussion
- setting: 8.24.1. Problem
- connect( )
- Cache_DB class: 10.15.3. Discussion
- DB class: 10.1. Introduction
- 10.4.2. Solution
- GtkButton class: 20.8.2. Solution
- Console_Getopt class: 20.3.2. Solution
- readPHPArgv( ) method: 20.3.3. Discussion
- constants: 5.1. Introduction
- assigning constant values to class properties: 7.1. Introduction
- encryption modes: 14.8.3. Discussion
- M_E: 2.9.3. Discussion
- M_PI: 2.13.3. Discussion
- putting on left side of comparison: 5.2.3. Discussion
- _ _construct( ): 7.3.3. Discussion
- constructors: 7.1. Introduction
- object, calling for parent: 7.8.3. Discussion
- object, defining: 7.3.1. Problem
- containers for cached data: 10.15.3. Discussion
- containers for GUI widgets: 20.7.2. Solution
- GtkHBox: 20.7.3. Discussion
- GtkTable: 20.7.3. Discussion
- GtkVBox: 20.7.3. Discussion
- menu bar: 20.9.3. Discussion
- Content-Length header: 11.3.3. Discussion
- Content-Type header
- images, sending to browser: 15.9.3. Discussion
- PNG image, sending to browser: 15.1. Introduction
- setting for XML: 12.2.3. Discussion
- Cookie header: 11.4.3. Discussion
- $_COOKIE superglobal array: 8.3.2. Solution
- 9.1. Introduction
- 9.8.2. Solution
- cookies: 8.1. Introduction
- adding verification hash to: 14.4.3. Discussion
- authentication based on: 8.11.1. Problem
- browser capabilities information and: 8.8.3. Discussion
- deleting: 8.4.1. Problem
- expiration time and other values: 8.4.3. Discussion
- fetching URLs with: 11.4.1. Problem
- "headers already sent" error message: 8.19.1. Problem
- reading values of: 8.3.1. Problem
- redirecting to different location: 8.5.1. Problem
- sending only over SSL connections: 14.11.3. Discussion
- session tracking, use in: 8.6.3. Discussion
- setting: 8.2.1. Problem
- domain, specifying: 8.2.3. Discussion
- expiration time: 8.2.3. Discussion
- paths for pages: 8.2.3. Discussion
- SSL connections, specifying: 8.2.3. Discussion
- writing specific cookie to file: 18.1. Introduction
- Coordinated Universal Time (see UTC)
- coordinates, graphic images: 15.1. Introduction
- arcs: 15.3.3. Discussion
- centered text in an image: 15.6.3. Discussion
- centered text in GD built-in fonts: 15.6.3. Discussion
- centered text in PostScript Type 1 fonts: 15.6.3. Discussion
- centered text in TrueType fonts: 15.6.3. Discussion
- lines, rectangles, and polygons: 15.2.3. Discussion
- copy( ): 19.7.2. Solution
- copying files: 19.7.1. Problem
- cos( ): 2.12.2. Solution
- cosecant: 2.12.3. Discussion
- cosh( ): 2.12.3. Discussion
- 2.12.3. Discussion
- cotangent: 2.12.3. Discussion
- count( ), recomputing in array loops: 4.5.3. Discussion
- counting lines, paragraphs, or records in a file: 18.7.1. Problem
- country (LDAP): 17.8.3. Discussion
- create_function( ): 6.13.3. Discussion
- create_text_node( ): 12.3.3. Discussion
- crypt( ): 14.1. Introduction
- encrypting passwords: 14.5.2. Solution
- one-way encryption, use of: 14.5.3. Discussion
- cryptography (see encryption)
- CSV (see comma-separated values)
- cURL extension: 11.1. Introduction
- downloading and using with FTP: 17.7.3. Discussion
- HTTPS URL, retrieving: 11.6.2. Solution
- including response headers in output from curl_exec( ): 11.7.3. Discussion
- redirects to another web page: 11.2.3. Discussion
- retrieving remote URLs with cookies: 11.4.2. Solution
- retrieving URL contents: 11.2.2. Solution
- retrieving URLs with headers: 11.5.2. Solution
- retrieving web pages for stale-links.php program: 11.15. Program: Finding Stale Links
- username and password in URL: 11.2.3. Discussion
- "cookie jar" feature: 11.4.3. Discussion
- curl_close( ): 17.7.3. Discussion
- printing debugging information to standard error: 11.7.3. Discussion
- curl_exec( ): 11.2.3. Discussion
- 17.7.3. Discussion
- printing debugging information to standard error: 11.7.3. Discussion
- curl_init( ): 17.7.3. Discussion
- CURLOPT_COOKIE option: 11.4.2. Solution
- CURLOPT_HEADER option: 11.7.3. Discussion
- CURLOPT_HTTPHEADER option: 11.5.2. Solution
- CURLOPT_VERBOSE option: 11.7.3. Discussion
- curl_setopt( ): 17.7.3. Discussion
- 17.7.3. Discussion
- curly braces (see { }, under Symbols)
- currency formats for locales: 16.1. Introduction
- 16.7.1. Problem
- current directory: 19.8.3. Discussion
- current position in a file: 18.15.3. Discussion
- curves, drawing open or filled: 15.3.1. Problem
- custom error handling functions: 8.17.1. Problem
Symbols & Numbers
| 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
Copyright © 2003
O'Reilly & Associates, Inc.
All Rights Reserved.