<html lang="en">
<head>
<title>PHP Mode Manual</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="PHP Mode Manual">
<meta name="generator" content="makeinfo 4.11">
<link title="Top" rel="start" href="#Top">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
This manual documents PHP mode version 1.5.0 for
use with GNU Emacs.
Copyright (C) 2008 Aaron S. Hawley
Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License,
Version 1.2 or any later version published by the Free Software
Foundation; with no Invariant Sections, and no Cover Texts. A
copy of the license is included in the section entitled "Copying
This Manual."
A copy of the license is also available from the Free Software
Foundation Web site at `http://www.gnu.org/licenses/fdl.html'.
The document was typeset with
GNU Texinfo (http://www.texinfo.org/).
$Date: 2008-11-04 11:51:51 -0500 (Tue, 04 Nov 2008) $
$Revision: 90 $
-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
span.sc { font-variant:small-caps }
span.roman { font-family:serif; font-weight:normal; }
span.sansserif { font-family:sans-serif; font-weight:normal; }
--></style>
</head>
<body>
<h1 class="settitle">PHP Mode Manual</h1>
<div class="contents">
<h2>Table of Contents</h2>
<ul>
<li><a name="toc_Top" href="index.html#Top">PHP Mode Manual</a>
<li><a name="toc_Introduction" href="Introduction.html#Introduction">1 Introduction</a>
<li><a name="toc_Installation" href="Installation.html#Installation">2 Installation</a>
<li><a name="toc_Electricity" href="Electricity.html#Electricity">3 Electricity</a>
<li><a name="toc_Motion" href="Motion.html#Motion">4 Motion</a>
<li><a name="toc_Indentation" href="Indentation.html#Indentation">5 Indentation</a>
<li><a name="toc_Editing" href="Editing.html#Editing">6 Editing</a>
<li><a name="toc_Completion" href="Completion.html#Completion">7 Completion</a>
<li><a name="toc_PHP-Comments" href="PHP-Comments.html#PHP-Comments">8 PHP Comments</a>
<li><a name="toc_PHP-Documentation" href="PHP-Documentation.html#PHP-Documentation">9 PHP Documentation</a>
<li><a name="toc_Index-Menu" href="Index-Menu.html#Index-Menu">10 Index Menu</a>
<li><a name="toc_Change-Logs" href="Change-Logs.html#Change-Logs">11 Change Logs</a>
<li><a name="toc_Speedbar" href="Speedbar.html#Speedbar">12 Speedbar</a>
<li><a name="toc_Customization" href="Customization.html#Customization">13 Customization</a>
<li><a name="toc_Embedded-HTML" href="Embedded-HTML.html#Embedded-HTML">Appendix A Embedded HTML</a>
<li><a name="toc_Contributors" href="Contributors.html#Contributors">Appendix B Contributors</a>
<li><a name="toc_Copying-This-Manual" href="Copying-This-Manual.html#Copying-This-Manual">Appendix C Copying This Manual</a>
<li><a name="toc_Concept-Index" href="Concept-Index.html#Concept-Index">Concept Index</a>
<li><a name="toc_Function-Index" href="Function-Index.html#Function-Index">Function Index</a>
<li><a name="toc_Keyboard-Index" href="Keyboard-Index.html#Keyboard-Index">Keyboard Index</a>
<li><a name="toc_Variable-Index" href="Variable-Index.html#Variable-Index">Variable Index</a>
</li></ul>
</div>
<div class="node">
<p>
<a name="Top"></a>
Next: <a rel="next" accesskey="n" href="Introduction.html#Introduction">Introduction</a>,
Up: <a rel="up" accesskey="u" href="../index.html#dir">(dir)</a>
<hr>
</div>
<h2 class="unnumbered">PHP Mode Manual</h2>
<p>This manual documents PHP mode version 1.5.0 for
use with GNU Emacs.
<p>Copyright © 2008 Aaron S. Hawley
<blockquote>
Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation
License, Version 1.2 or any later version published by the
Free Software Foundation; with no Invariant Sections, and no
Cover Texts. A copy of the license is included in the
section entitled “Copying This Manual.”
<p>A copy of the license is also available from the Free
Software Foundation Web site at
<a href="http://www.gnu.org/licenses/fdl.html">http://www.gnu.org/licenses/fdl.html</a>.
</blockquote>
<p>The document was typeset with
<a href="http://www.texinfo.org/">GNU Texinfo</a>.
<p>$Date: 2008-11-04 11:51:51 -0500 (Tue, 04 Nov 2008) $
<p>$Revision: 90 $
<!-- See the indexes at the end of this document for notes on -->
<!-- maintaining the index. -->
<!-- Throughout the document there are comments about -->
<!-- maintaining the manual, the motivation for a section, -->
<!-- and todo items. Keep all these current alongside the -->
<!-- ``printed'' portions of the documentation. -->
<!-- The strategy is to document everything that is useful to -->
<!-- a PHP programmer using Emacs. The intended audience is -->
<!-- describe in the introduction. The scope is not. -->
<!-- Obviously, everything about PHP mode should be described -->
<!-- here, but even items that are not, should also be -->
<!-- explained or at least mentioned. -->
<!-- Generate the nodes for this menu with `C-c C-u C-m'. -->
<ul class="menu">
<li><a accesskey="1" href="Introduction.html#Introduction">Introduction</a>
<li><a accesskey="2" href="Installation.html#Installation">Installation</a>
<li><a accesskey="3" href="Electricity.html#Electricity">Electricity</a>
<li><a accesskey="4" href="Motion.html#Motion">Motion</a>
<li><a accesskey="5" href="Indentation.html#Indentation">Indentation</a>
<li><a accesskey="6" href="Editing.html#Editing">Editing</a>
<li><a accesskey="7" href="Completion.html#Completion">Completion</a>
<li><a accesskey="8" href="PHP-Comments.html#PHP-Comments">PHP Comments</a>
<li><a accesskey="9" href="PHP-Documentation.html#PHP-Documentation">PHP Documentation</a>
<li><a href="Index-Menu.html#Index-Menu">Index Menu</a>
<li><a href="Change-Logs.html#Change-Logs">Change Logs</a>
<li><a href="Speedbar.html#Speedbar">Speedbar</a>
<li><a href="Customization.html#Customization">Customization</a>
<li><a href="Embedded-HTML.html#Embedded-HTML">Embedded HTML</a>
<li><a href="Contributors.html#Contributors">Contributors</a>
<li><a href="Copying-This-Manual.html#Copying-This-Manual">Copying This Manual</a>
<li><a href="Concept-Index.html#Concept-Index">Concept Index</a>
<li><a href="Function-Index.html#Function-Index">Function Index</a>
<li><a href="Keyboard-Index.html#Keyboard-Index">Keyboard Index</a>
<li><a href="Variable-Index.html#Variable-Index">Variable Index</a>
</ul>
<!-- Update all node entries with `C-c C-u C-n'. -->
<!-- Insert new nodes with `C-c C-c n'. -->
</body></html>