Sophie

Sophie

distrib > Mandriva > 2008.1 > i586 > by-pkgid > 703d980c580707c382b4e43e25965bc5 > files > 10961

php-manual-pt_BR-5.2.4-1mdv2008.1.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML
><HEAD
><TITLE
>Pspell Functions</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
REL="HOME"
TITLE="Manual do PHP"
HREF="index.html"><LINK
REL="UP"
TITLE="Referência das Funções"
HREF="funcref.html"><LINK
REL="PREVIOUS"
TITLE="ps_translate"
HREF="function.ps-translate.html"><LINK
REL="NEXT"
TITLE="pspell_add_to_personal"
HREF="function.pspell-add-to-personal.html"><META
HTTP-EQUIV="Content-type"
CONTENT="text/html; charset=UTF-8"></HEAD
><BODY
CLASS="reference"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>Manual do PHP</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="function.ps-translate.html"
ACCESSKEY="P"
>Anterior</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="function.pspell-add-to-personal.html"
ACCESSKEY="N"
>Próxima</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="reference"
><A
NAME="ref.pspell"
></A
><DIV
CLASS="TITLEPAGE"
><H1
CLASS="title"
>CXXXII. Pspell Functions</H1
><DIV
CLASS="PARTINTRO"
><A
NAME="AEN189820"
></A
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="pspell.intro"
>Introdução</A
></H1
><P
>&#13;     These functions allow you to check the spelling of a word and offer
     suggestions.
    </P
></DIV
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="pspell.requirements"
>Dependências</A
></H1
><P
>&#13;     To compile PHP with pspell support, you need the aspell library, 
     available from <A
HREF="http://aspell.sourceforge.net/"
TARGET="_top"
>http://aspell.sourceforge.net/</A
>.
    </P
></DIV
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="pspell.installation"
>Instalação</A
></H1
><P
>&#13;  If you have the libraries needed add the
  <CODE
CLASS="option"
>--with-pspell[=dir]</CODE
> option
  when compiling PHP.
 </P
><DIV
CLASS="note"
><BLOCKQUOTE
CLASS="note"
><P
><B
>Note to Win32 Users: </B
>
   In order for this extension to work, there are
<ACRONYM
CLASS="acronym"
>DLL</ACRONYM
> files that must be available to the Windows
system <TT
CLASS="literal"
>PATH</TT
>. See the <ACRONYM
CLASS="acronym"
>FAQ</ACRONYM
> titled "<A
HREF="faq.installation.html#faq.installation.addtopath"
>How do I add my PHP directory to the PATH
on Windows</A
>" for information on how to do this. Although copying DLL
files from the PHP folder into the Windows system directory also works
(because the system directory is by default in the systems
<TT
CLASS="literal"
>PATH</TT
>), it is not recommended. 
<SPAN
CLASS="emphasis"
><I
CLASS="emphasis"
>This extension requires the following files to be in the
<TT
CLASS="literal"
>PATH</TT
>:</I
></SPAN
> 
   <TT
CLASS="filename"
>aspell-15.dll</TT
> from the 
   <TT
CLASS="filename"
>bin</TT
> folder of the aspell installation.
  </P
><P
>&#13;   Win32 support is available only in PHP 4.3.3 and later versions. Also, at
   least aspell version 0.50 is required.
  </P
></BLOCKQUOTE
></DIV
></DIV
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="pspell.configuration"
>Configurações em execução</A
></H1
><P
>Esta extensão não define nenhum parâmetro de configuração no <TT
CLASS="filename"
>php.ini</TT
>.</P
></DIV
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="pspell.resources"
>Tipos Resource</A
></H1
><P
>Esta extensão não possui nenhum tipo resource.</P
></DIV
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="pspell.constants"
>Constantes pré-definidas</A
></H1
><P
>&#13;As contantes abaixo são definidas por esta extensão e somente
 estarão disponíveis quando a extensão foi compilada com o PHP
 ou carregada dinamicamente durante a execução.
</P
><P
></P
><DIV
CLASS="variablelist"
><DL
><DT
><TT
CLASS="constant"
><B
>PSPELL_FAST</B
></TT
> 
    (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)</DT
><DD
><P
>&#13;     
    </P
></DD
><DT
><TT
CLASS="constant"
><B
>PSPELL_NORMAL</B
></TT
> 
    (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)</DT
><DD
><P
>&#13;     
    </P
></DD
><DT
><TT
CLASS="constant"
><B
>PSPELL_BAD_SPELLERS</B
></TT
> 
    (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)</DT
><DD
><P
>&#13;     
    </P
></DD
><DT
><TT
CLASS="constant"
><B
>PSPELL_RUN_TOGETHER</B
></TT
> 
    (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)</DT
><DD
><P
>&#13;     
    </P
></DD
></DL
></DIV
></DIV
></DIV
><DIV
CLASS="TOC"
><DL
><DT
><B
>Índice</B
></DT
><DT
><A
HREF="function.pspell-add-to-personal.html"
>pspell_add_to_personal</A
>&nbsp;--&nbsp;Add the word to a personal wordlist</DT
><DT
><A
HREF="function.pspell-add-to-session.html"
>pspell_add_to_session</A
>&nbsp;--&nbsp;Add the word to the wordlist in the current session
    </DT
><DT
><A
HREF="function.pspell-check.html"
>pspell_check</A
>&nbsp;--&nbsp;Check a word</DT
><DT
><A
HREF="function.pspell-clear-session.html"
>pspell_clear_session</A
>&nbsp;--&nbsp;Clear the current session</DT
><DT
><A
HREF="function.pspell-config-create.html"
>pspell_config_create</A
>&nbsp;--&nbsp;Create a config used to open a dictionary</DT
><DT
><A
HREF="function.pspell-config-data-dir.html"
>pspell_config_data_dir</A
>&nbsp;--&nbsp;
   location of language data files
  </DT
><DT
><A
HREF="function.pspell-config-dict-dir.html"
>pspell_config_dict_dir</A
>&nbsp;--&nbsp;
   Location of the main word list
  </DT
><DT
><A
HREF="function.pspell-config-ignore.html"
>pspell_config_ignore</A
>&nbsp;--&nbsp;Ignore words less than N characters long</DT
><DT
><A
HREF="function.pspell-config-mode.html"
>pspell_config_mode</A
>&nbsp;--&nbsp;Change the mode number of suggestions returned</DT
><DT
><A
HREF="function.pspell-config-personal.html"
>pspell_config_personal</A
>&nbsp;--&nbsp;Set a file that contains personal wordlist</DT
><DT
><A
HREF="function.pspell-config-repl.html"
>pspell_config_repl</A
>&nbsp;--&nbsp;Set a file that contains replacement pairs</DT
><DT
><A
HREF="function.pspell-config-runtogether.html"
>pspell_config_runtogether</A
>&nbsp;--&nbsp;Consider run-together words as valid compounds</DT
><DT
><A
HREF="function.pspell-config-save-repl.html"
>pspell_config_save_repl</A
>&nbsp;--&nbsp;Determine whether to save a replacement pairs list
    along with the wordlist</DT
><DT
><A
HREF="function.pspell-new-config.html"
>pspell_new_config</A
>&nbsp;--&nbsp;Load a new dictionary with settings based on a given config
    </DT
><DT
><A
HREF="function.pspell-new-personal.html"
>pspell_new_personal</A
>&nbsp;--&nbsp;Load a new dictionary with personal wordlist</DT
><DT
><A
HREF="function.pspell-new.html"
>pspell_new</A
>&nbsp;--&nbsp;Load a new dictionary</DT
><DT
><A
HREF="function.pspell-save-wordlist.html"
>pspell_save_wordlist</A
>&nbsp;--&nbsp;Save the personal wordlist to a file</DT
><DT
><A
HREF="function.pspell-store-replacement.html"
>pspell_store_replacement</A
>&nbsp;--&nbsp;Store a replacement pair for a word</DT
><DT
><A
HREF="function.pspell-suggest.html"
>pspell_suggest</A
>&nbsp;--&nbsp;Suggest spellings of a word</DT
></DL
></DIV
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="function.ps-translate.html"
ACCESSKEY="P"
>Anterior</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Principal</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="function.pspell-add-to-personal.html"
ACCESSKEY="N"
>Próxima</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>ps_translate</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="funcref.html"
ACCESSKEY="U"
>Acima</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>pspell_add_to_personal</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>