mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
More clear that aspell is deprecated, and you should use pspell
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@54660 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
bfe64bce4f
commit
b4afad33d9
1 changed files with 9 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
<!-- $Revision: 1.13 $ -->
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<reference id="ref.aspell">
|
||||
<title>Aspell functions</title>
|
||||
<title>Aspell functions [deprecated]</title>
|
||||
<titleabbrev>Aspell</titleabbrev>
|
||||
|
||||
<partintro>
|
||||
|
@ -27,7 +27,7 @@
|
|||
<refentry id="function.aspell-new">
|
||||
<refnamediv>
|
||||
<refname>aspell_new</refname>
|
||||
<refpurpose>Load a new dictionary</refpurpose>
|
||||
<refpurpose>Load a new dictionary [deprecated]</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -35,9 +35,11 @@
|
|||
<funcprototype>
|
||||
<funcdef>int <function>aspell_new</function></funcdef>
|
||||
<paramdef>string <parameter>master</parameter></paramdef>
|
||||
<paramdef>string <parameter>personal</parameter></paramdef>
|
||||
<paramdef>string
|
||||
<parameter><optional>personal</optional></parameter> </paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<!-- TODO: personal??? -->
|
||||
<simpara>
|
||||
<function>aspell_new</function> opens up a new dictionary and
|
||||
returns the dictionary link identifier for use in other aspell
|
||||
|
@ -57,7 +59,7 @@ $aspell_link = aspell_new("english");
|
|||
<refentry id="function.aspell-check">
|
||||
<refnamediv>
|
||||
<refname>aspell_check</refname>
|
||||
<refpurpose>Check a word</refpurpose>
|
||||
<refpurpose>Check a word [deprecated]</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -93,7 +95,7 @@ if (aspell_check($aspell_link, "testt")) {
|
|||
<refnamediv>
|
||||
<refname>aspell_check_raw</refname>
|
||||
<refpurpose>
|
||||
Check a word without changing its case or trying to trim it
|
||||
Check a word without changing its case or trying to trim it [deprecated]
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
|
@ -130,7 +132,7 @@ if (aspell_check_raw($aspell_link, "test")) {
|
|||
<refentry id="function.aspell-suggest">
|
||||
<refnamediv>
|
||||
<refname>aspell_suggest</refname>
|
||||
<refpurpose>Suggest spellings of a word</refpurpose>
|
||||
<refpurpose>Suggest spellings of a word [deprecated]</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
|
Loading…
Reference in a new issue