Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > a34ed6838d4b29d38abd504392a4a797 > files > 2337

php-manual-es-4.3.0-2mdk.noarch.rpm

<HTML
><HEAD
><TITLE
>pspell_new_config</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="Manual de PHP"
HREF="index.html"><LINK
REL="UP"
TITLE="Pspell Functions"
HREF="ref.pspell.html"><LINK
REL="PREVIOUS"
TITLE="pspell_config_save_repl"
HREF="function.pspell-config-save-repl.html"><LINK
REL="NEXT"
TITLE="pspell_new_personal"
HREF="function.pspell-new-personal.html"><META
HTTP-EQUIV="Content-type"
CONTENT="text/html; charset=ISO-8859-1"></HEAD
><BODY
CLASS="refentry"
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 de PHP</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="function.pspell-config-save-repl.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-new-personal.html"
ACCESSKEY="N"
>Siguiente</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><H1
><A
NAME="function.pspell-new-config"
></A
>pspell_new_config</H1
><DIV
CLASS="refnamediv"
><A
NAME="AEN67162"
></A
><P
>    (PHP 4 &#62;= 4.0.2)</P
>pspell_new_config&nbsp;--&nbsp;Load a new dictionary with settings based on a given config
    </DIV
><DIV
CLASS="refsect1"
><A
NAME="AEN67165"
></A
><H2
>Description</H2
>int <B
CLASS="methodname"
>pspell_new_config</B
> ( int config)<BR
></BR
><P
>&#13;     <B
CLASS="function"
>pspell_new_config()</B
> opens up a new dictionary with
     settings specified in a config, created with with
     <A
HREF="function.pspell-config-create.html"
><B
CLASS="function"
>pspell_config_create()</B
></A
> and modified with
     <B
CLASS="function"
>pspell_config_*()</B
> functions. This method provides you
     with the most flexibility and has all the functionality provided by
     <A
HREF="function.pspell-new.html"
><B
CLASS="function"
>pspell_new()</B
></A
> and 
     <A
HREF="function.pspell-new-personal.html"
><B
CLASS="function"
>pspell_new_personal()</B
></A
>.
    </P
><P
>&#13;     The config parameter is the one returned by
     <A
HREF="function.pspell-config-create.html"
><B
CLASS="function"
>pspell_config_create()</B
></A
> when the config was created.
    </P
><P
>&#13;     <TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
CLASS="EXAMPLE"
><TR
><TD
><DIV
CLASS="example"
><A
NAME="AEN67182"
></A
><P
><B
>Ejemplo 1. <B
CLASS="function"
>pspell_new_config()</B
></B
></P
><TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
CELLPADDING="5"
><TR
><TD
><PRE
CLASS="php"
>$pspell_config = pspell_config_create ("en");
pspell_config_personal ($pspell_config, "/var/dictionaries/custom.pws");
pspell_config_repl ($pspell_config, "/var/dictionaries/custom.repl");
$pspell_link = pspell_new_config ($pspell_config);</PRE
></TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
>
    </P
></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.pspell-config-save-repl.html"
ACCESSKEY="P"
>Anterior</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Inicio</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="function.pspell-new-personal.html"
ACCESSKEY="N"
>Siguiente</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>pspell_config_save_repl</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="ref.pspell.html"
ACCESSKEY="U"
>Subir</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>pspell_new_personal</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>