mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Adding constants here, applied new structure
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@90201 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
66ad3e88d1
commit
fceb80d2b4
2 changed files with 113 additions and 12 deletions
73
reference/pspell/constants.xml
Normal file
73
reference/pspell/constants.xml
Normal file
|
@ -0,0 +1,73 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<section id="pspell.constants">
|
||||
&reftitle.constants;
|
||||
&extension.constants;
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<constant>PSPELL_FAST</constant>
|
||||
(<link linkend="language.types.integer">integer</link>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<constant>PSPELL_NORMAL</constant>
|
||||
(<link linkend="language.types.integer">integer</link>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<constant>PSPELL_BAD_SPELLERS</constant>
|
||||
(<link linkend="language.types.integer">integer</link>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<constant>PSPELL_RUN_TOGETHER</constant>
|
||||
(<link linkend="language.types.integer">integer</link>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:t
|
||||
sgml-shorttag:t
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
indent-tabs-mode:nil
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"../../../manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
|
||||
<!-- pspell currently (2001-08-14) doesn't use resources -->
|
||||
<reference id="ref.pspell">
|
||||
|
@ -7,17 +7,45 @@
|
|||
<titleabbrev>Pspell</titleabbrev>
|
||||
|
||||
<partintro>
|
||||
<simpara>
|
||||
These functions allow you to check the spelling of a word and offer
|
||||
suggestions.
|
||||
</simpara>
|
||||
<simpara>
|
||||
You need the aspell and pspell libraries, available from <ulink
|
||||
url="&url.aspell;">&url.aspell;</ulink> and
|
||||
<ulink url="&url.pspell;">&url.pspell;</ulink> respectively, and
|
||||
add the <option role="configure">--with-pspell[=dir]</option> option
|
||||
when compiling php.
|
||||
</simpara>
|
||||
|
||||
<section id="pspell.intro">
|
||||
&reftitle.intro;
|
||||
<para>
|
||||
These functions allow you to check the spelling of a word and offer
|
||||
suggestions.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section id="pspell.requirements">
|
||||
&reftitle.required;
|
||||
<para>
|
||||
To compile PHP with pspell support, you need the aspell and pspell
|
||||
libraries, available from <ulink url="&url.aspell;">&url.aspell;</ulink>
|
||||
and <ulink url="&url.pspell;">&url.pspell;</ulink> respectively.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section id="pspell.installation">
|
||||
&reftitle.install;
|
||||
<para>
|
||||
If you have the libraries needed add the
|
||||
<option role="configure">--with-pspell[=dir]</option> option
|
||||
when compiling PHP.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section id="pspell.configuration">
|
||||
&reftitle.runtime;
|
||||
&no.config;
|
||||
</section>
|
||||
|
||||
<section id="pspell.resources">
|
||||
&reftitle.resources;
|
||||
&no.resource;
|
||||
</section>
|
||||
|
||||
&reference.pspell.constants;
|
||||
|
||||
</partintro>
|
||||
|
||||
&reference.pspell.functions;
|
||||
|
|
Loading…
Reference in a new issue