Index: K

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: K
- kbd elements:  8.3. Alphabetical Tag Reference (Dynamic HTML)
 
- kbd objects:  9.6. Alphabetical Object Reference (Dynamic HTML)
 
  -  9.6. Alphabetical Object Reference (Dynamic HTML)
 
 
- KeepAlive directive (Apache):  18. Apache Configuration (Webmaster in a Nutshell)
 
  -  20.4.4. Persistent Connections (Webmaster in a Nutshell)
 
 
- keepalives:  20.4.4. Persistent Connections (Webmaster in a Nutshell)
 
- KeepAliveTimeOut directive (Apache):  18. Apache Configuration (Webmaster in a Nutshell)
 
- Kerberos extension:  B.1. Optional Extensions Listing (Programming PHP)
 
- kerning words and letters:  15.5.3. Discussion (PHP Cookbook)
 
- key( ):  5.7.2. The Iterator Functions (Programming PHP)
 
  -  A.2c. Alphabetical Listing of PHP Functions (j-q) (Programming PHP)
 
  -  2.5.3. Using Array Pointers (Web Database Applications)
 
 
- key exchange:  9.5.1.3. SSL sessions (Web Database Applications)
 
- key-value pairs:  12.1.1. Transferring the Form Data (Webmaster in a Nutshell)
 
  -  12.2. URL Encoding (Webmaster in a Nutshell)
 
 
- keyboard
 
  
  - character codes:  C. Keyboard Event Character Values (Dynamic HTML)
 
  
  - event handlers for (list):  16. DOM Event Handlers Index (Dynamic HTML)
 
  
  - events:  6.6. Understanding Keyboard Event Data (Dynamic HTML)
 
 
- keyboard events:  24. Client-Side JavaScript Reference (JavaScript)
 
  -  2.4.3. Keyboard Events (Webmaster in a Nutshell)
 
  
  - HTMLElement properties for:  24. Client-Side JavaScript Reference (JavaScript)
 
 
- keyboard focus method) (see focus focus ()
 
- keyboard modifier keys (events):  24. Client-Side JavaScript Reference (JavaScript)
 
- keyCode property:  6.6. Understanding Keyboard Event Data (Dynamic HTML),  event objects:   9.6. Alphabetical Object Reference (Dynamic HTML)
 
- keyCode property (IE Event):  19.3.1. The IE Event Object (JavaScript)
 
  -  24. Client-Side JavaScript Reference (JavaScript)
 
 
- keydown event:  6.1. Event Types (Dynamic HTML)
 
- key_exists( ):  5.5.4. Checking Whether an Element Exists (Programming PHP)
 
  -  A.2c. Alphabetical Listing of PHP Functions (j-q) (Programming PHP)
 
 
- keygen elements:  8.3. Alphabetical Tag Reference (Dynamic HTML)
 
- keys:  3.10.1. Keys, Primary Keys, and Indexes (Web Database Applications),  sorting on:   2.5.5.3. Sorting on keys (Web Database Applications)
 
- keys, array
 
  
  - associative and indexed arrays:  5.1. Indexed Versus Associative Arrays (Programming PHP)
 
  
  - associative vs. numeric arrays:  4.1. Introduction (PHP Cookbook)
 
  
  - checking arrays for specific:  4.11.1. Problem (PHP Cookbook)
 
  
  - checking for element with key name:  5.5.4. Checking Whether an Element Exists (Programming PHP)
 
  
  - merged arrays and:  4.8.3. Discussion (PHP Cookbook)
 
  
  - merging two arrays:  5.9.2. Merging Two Arrays (Programming PHP)
 
  
  - numeric:  4.7.3. Discussion (PHP Cookbook),  negative numbers in:   4.2.3. Discussion (PHP Cookbook)
 
  
  - returning array of:  5.5.3. Keys and Values (Programming PHP)
 
  
  - storing multiple elements in single key:  4.3.1. Problem (PHP Cookbook)
 
  
  - strings as:  4.1. Introduction (PHP Cookbook)
 
    -  6.9.3. Discussion (PHP Cookbook)
 
  
 
  
  - uniqueness of:  4.3.3. Discussion (PHP Cookbook)
 
 
- keys, encryption (see encryption)
 
- keytype attribute, keygen elements:  8.3. Alphabetical Tag Reference (Dynamic HTML)
 
- key/value pairs, array
 
  
  - preserving association between in array sorting:  4.17.3. Discussion (PHP Cookbook)
 
  
  - relationship between, preserving in sorts:  4.18.3. Discussion (PHP Cookbook)
 
  
  - specifying with => operator:  4.1. Introduction (PHP Cookbook)
 
  
  - swapping keys and values with array_flip( ):  4.12.3. Discussion (PHP Cookbook)
 
 
- key/value pairs for DBM databases:  10.3.3. Discussion (PHP Cookbook)
 
- keyword property values (styles):  9.3.1.1. Keyword property values (Webmaster in a Nutshell)
 
- keywords:  5.11. Combining Forces: A Custom Newsletter (Dynamic HTML)
 
  -  5.11. Combining Forces: A Custom Newsletter (Dynamic HTML)
 
  -  5.11. Combining Forces: A Custom Newsletter (Dynamic HTML)
 
  
  - break:  6.5. switch (JavaScript)
 
    -  6.11. break (JavaScript)
 
    -  2.5.2. switch (Programming PHP)
 
  
 
  
  - case:  6.5. switch (JavaScript)
 
  
  - case sensitivity in:  2.2. Case Sensitivity (JavaScript)
 
  
  - case-sensitivity in names:  2.1.1. Case Sensitivity (Programming PHP)
 
  
  - catch:  6.17. try/catch/finally (JavaScript)
 
  
  - class:  7.1. Introduction (PHP Cookbook)
 
    -  2.2.6. Objects (Programming PHP)
 
  
 
  
  - default:  2.5.2. switch (Programming PHP)
 
  
  - do:  6.7. do/while (JavaScript)
 
  
  - else:  2.5.1. if (Programming PHP)
 
  
  - endif:  2.5.1. if (Programming PHP)
 
  
  - event:  19.2.7. Example: Dragging Document Elements (JavaScript)
 
  
  - extends:  7.1. Introduction (PHP Cookbook)
 
    -  6.4.3. Inheritance (Programming PHP)
 
  
 
  
  - float:  18.3.1. Naming Conventions: CSS Attributes in JavaScript (JavaScript)
 
  
  - for:  6.9. for/in (JavaScript)
 
  
  - function:  7.1. Defining and Invoking Functions (JavaScript)
 
    -  13.11.3. JavaScript in Interacting Windows (JavaScript)
 
    -  6.1. Introduction (PHP Cookbook)
 
    -  7.1. Introduction (PHP Cookbook)
 
  
 
  
  - global:  3.3.1. Global Variables (Programming PHP)
 
  
  - HTML attribute names, conflicts with:  17.1.3.1. HTML naming conventions (JavaScript)
 
  
  - identifiers, illegal use as:  2.7. Identifiers (JavaScript)
 
  
  - imagewidth and imageheight:  10.4.1. Images (Programming PHP)
 
  
  - include and require:  2.6. Including Code (Programming PHP)
 
  
  - listed (ECMAScript v3):  2.8. Reserved Words (JavaScript)
 
  
  - new:  7.1. Introduction (PHP Cookbook)
 
    -  2.2.6. Objects (Programming PHP)
 
    -  6.2. Creating an Object (Programming PHP)
 
    
    - instantiating objects:  7.2.2. Solution (PHP Cookbook)
 
  
 
  
  - NULL:  2.2.8. NULL (Programming PHP)
 
  
  - parent:::  7.8.3. Discussion (PHP Cookbook)
 
  
  - PHP core language:  2.1.7. Keywords (Programming PHP)
 
  
  - in PHPDoc comment blocks:  21.9.3. Discussion (PHP Cookbook)
 
  
  - static:  2.3.3.3. Static variables (Programming PHP)
 
    -  3.3.2. Static Variables (Programming PHP)
 
  
 
  
  - switch:  6.5. switch (JavaScript)
 
  
  - this (see this)
 
  
  - true and false:  2.2.4. Booleans (Programming PHP)
 
  
  - undefined:  3.8. undefined (JavaScript)
 
  
  - var:  4.2. Variable Declaration (JavaScript)
 
    -  7.1. Introduction (PHP Cookbook)
 
  
 
  
  - while:  6.7. do/while (JavaScript)
 
 
- keywords( ) (CGI.pm):  14. The CGI.pm Module (Webmaster in a Nutshell)
 
- keywords, JavaScript:  11.2.6. Keywords (Webmaster in a Nutshell)
 
- kill_timeout( ) (Perl):  15.8. The Perl API (Webmaster in a Nutshell)
 
- krsort( ):  5.8.1. Sorting One Array at a Time (Programming PHP)
 
  -  A.2c. Alphabetical Listing of PHP Functions (j-q) (Programming PHP)
 
 
- krsort( )/ksort( ):  2.5.5.3. Sorting on keys (Web Database Applications)
 
- ksort( ):  5.8.1. Sorting One Array at a Time (Programming PHP)
 
  -  5.8.1. Sorting One Array at a Time (Programming PHP)
 
  -  A.2c. Alphabetical Listing of PHP Functions (j-q) (Programming PHP)
 
 
- ktrace utility:  20.3.1. Unbuffered Reads and Writes (Webmaster in a Nutshell)
 
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.