home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


Book Home

Book TitleSearch this book

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: M

magic quotes feature: 10.1. Introduction
10.5.3. Discussion
quoting of placeholder values and: 10.10.3. Discussion
unserializing data and: 5.8.3. Discussion
mail
MIME: 17.3.1. Problem
reading with IMAP or POP3: 17.4.1. Problem
sending: 17.2.1. Problem
sending using external programs: 17.2.3. Discussion
mail( ): 17.2.2. Solution
Mail class: 17.2.2. Solution
Mail::factory( ): 17.2.3. Discussion
Mail_mime class: 17.3.2. Solution
Mail_mime::addAttachment( ): 17.3.3. Discussion
Mail_mime::send( ): 17.3.3. Discussion
Mail_mime::setHTMLBody( ): 17.3.3. Discussion
Mail_mime::setTXTBody( ): 17.3.3. Discussion
mailto: hyperlinks, converting text email addresses to: 13.1. Introduction
main( ) (gtk): 20.6.3. Discussion
man strftime: 3.5.4. See Also
mangle_email( ): 8.13.3. Discussion
mantissa: 2.3.3. Discussion
Manual (PEAR), web site: 21.1. Introduction
marking up a web page: 11.8.1. Problem
markup languages
HTML (see HTML)
XML (see XML)
max( ): 4.15.2. Solution
maximal matching (see greedy matching)
mcrypt extension: 14.1. Introduction
14.8.2. Solution
listing of encryption/decryption algorithms: 14.8.3. Discussion
Versions 2.2 and 2.4: 14.8.3. Discussion
mcrypt_create_iv( ): 14.8.3. Discussion
mcrypt_decrypt( ): 14.8.3. Discussion
mcrypt_encrypt( ): 14.8.3. Discussion
mcrypt_get_block_size( ): 14.8.3. Discussion
mcrypt_get_iv_size( ): 14.8.3. Discussion
14.9.3. Discussion
mcrypt_list_algorithms( ): 14.8.3. Discussion
mcrypt_list_modes( ): 14.8.3. Discussion
md5( ): 14.1. Introduction
MD5 hash algorithm: 14.4.2. Solution
M_E built-in constant: 2.9.3. Discussion
median( ): 6.6.3. Discussion
passing array with variable arguments to: 6.6.2. Solution
memory, shared segments: 5.7.2. Solution
menus
displaying in GTK window: 20.9.1. Problem
dropdown, based on current date: 9.12.1. Problem
merging arrays: 4.8.3. Discussion
to find union: 4.24.3. Discussion
message catalogs: 16.5.2. Solution
catalog-compare.php program: 16.10.3. Discussion
creating, managing, and deploying with gettext: 16.11.1. Problem
storing in objects: 16.5.3. Discussion
strftime( ) format strings as messages: 16.6.2. Solution
Message-ID: 17.5.3. Discussion
message.php program: 10.16. Program: Storing a Threaded Message Board
messages
formatting text messages for locales: 16.1. Introduction
localizing: 16.5.1. Problem
posting to Usenet newsgroups: 17.5.1. Problem
reading from Usenet newsgroups: 17.6.1. Problem
threaded, storing and retrieving: 10.16. Program: Storing a Threaded Message Board
Metabase (database abstraction layer): 10.4.3. Discussion
metacharacters: 13.1. Introduction
escaping in Perl-compatible regular expressions: 13.9.1. Problem
shell, escaping in external files: 18.21.1. Problem
URL, escaping: 5.8.3. Discussion
metadata change of a file: 19.2.2. Solution
metasymbols: 13.1. Introduction
method_exists( ): 10.13.3. Discussion
methods: 7.1. Introduction
12.9.3. Discussion
(see also functions)
calling on object returned by another method: 7.7.1. Problem
class
inheritance by child classes: 7.1. Introduction
parent:: (prefacing parent methods): 7.1. Introduction
constructors
class: 7.1. Introduction
defining for objects: 7.3.1. Problem
namespaces and: 12.9.3. Discussion
object
dynamic object instantiation and: 7.12.3. Discussion
finding: 7.11.1. Problem
profiling execution of: 8.26.3. Discussion
overridden, accessing: 7.8.1. Problem
polymorphism of: 7.10.1. Problem
sorting arrays: 4.20.1. Problem
XML-RPC
associating with server and PHP functions: 12.8.3. Discussion
differences from PHP in naming: 12.7.3. Discussion
mhash module: 14.4.3. Discussion
Microsoft
C runtime library, msvcrt.dll: 20.5.3. Discussion
Windows (see Windows systems)
microtime( ): 2.6.3. Discussion
3.14.2. Solution
8.20.3. Discussion
MIME types: 17.3.1. Problem
IMAP values: 17.4.3. Discussion
in newsgroup messages: 17.5.3. Discussion
sending to browser for image file: 18.6.3. Discussion
min( ): 4.15.2. Solution
minimal matching (see nongreedy matching)
mkdir( ): 18.25.3. Discussion
18.25.3. Discussion
19.11.2. Solution
mktime( ): 3.1. Introduction
3.3.4. See Also
9.12.2. Solution
converting local time zone dates/times to epoch timestamp: 3.3.2. Solution
pre-epoch dates, handling: 3.6.3. Discussion
modes
encryption: 14.8.3. Discussion
14.9.3. Discussion
CBC (Cipher Block Chaining): 14.8.3. Discussion
CFB (Cipher Feedback): 14.8.3. Discussion
ECB (Electronic Code Book): 14.8.3. Discussion
initialization vectors with: 14.8.3. Discussion
OFB (Output Feedback): 14.8.3. Discussion
file permissions: 18.2.3. Discussion
converting octal to easier-reading strings: 19.13. Program: Web Server Directory Listing
mode element of file information array: 19.3.3. Discussion
mode_string( ): 19.13. Program: Web Server Directory Listing
modification times for files: 18.6.3. Discussion
19.2.2. Solution
updated with touch( ): 19.2.3. Discussion
modifiers for patterns (see pattern modifiers)
modifyLimitQuery( ) (DB): 10.14.3. Discussion
monetary formats for locales: 16.1. Introduction
move_uploaded_file( ): 9.7.3. Discussion
moving files: 19.7.1. Problem
msg( ): 16.5.2. Solution
combining with sprintf( ): 16.5.3. Discussion
msvcrt.dll (Microsoft C runtime library): 20.5.3. Discussion
mt_getrandmax( ): 2.6.3. Discussion
mt_rand( ): 2.6.3. Discussion
multiple arrays, sorting simultaneously: 4.19.2. Solution
multiple dimensions within a single array, sorting: 4.19.2. Solution
multithreaded systems, high-precision time and: 3.14.3. Discussion
MX records, getting: 17.10.3. Discussion
MySQL: 10.1. Introduction
DAYOFWEEK( ): 3.8.3. Discussion
inheritance in: 7.1. Introduction
REPLACE INTO command: 8.7.3. Discussion
threaded message board: 10.16. Program: Storing a Threaded Message Board
UNIX_TIMESTAMP( ): 3.6.4. See Also
WEEK( ): 3.8.3. Discussion
WEEKDAY( ): 3.8.3. Discussion
mysql_connect( ): 10.1. Introduction
mysql_fetch_object( ): 7.12.1. Problem
mysql_fetch_row( ): 10.1. Introduction
mysql_pconnect( ): 10.1. Introduction
mysql_query( ): 10.1. Introduction
mysql_select_db( ): 10.1. Introduction


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
Library Navigation Links

Copyright © 2003 O'Reilly & Associates, Inc. All Rights Reserved.