Sophie

Sophie

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

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
>Constantes Predefinidas</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="Palavras reservadas do PHP"
HREF="reserved.html"><LINK
REL="PREVIOUS"
TITLE="Classes pre-definidas"
HREF="reserved.classes.html"><LINK
REL="NEXT"
TITLE="List of Resource Types"
HREF="resource.html"><META
HTTP-EQUIV="Content-type"
CONTENT="text/html; charset=UTF-8"></HEAD
><BODY
CLASS="sect1"
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="reserved.classes.html"
ACCESSKEY="P"
>Anterior</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
>Apêndice L. Palavras reservadas do PHP</TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="resource.html"
ACCESSKEY="N"
>Próxima</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="reserved.constants"
>Constantes Predefinidas</A
></H1
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="reserved.constants.core"
>Principais Constantes Predefinidas</A
></H2
><P
>&#13;        Essas constantes são definidas pelo núcleo do PHP. Isso inclui PHP,
        o engine do Zend e módulos SAPI.
    </P
><P
></P
><DIV
CLASS="variablelist"
><DL
><DT
><TT
CLASS="constant"
><B
>PHP_VERSION</B
></TT
>
                (<A
HREF="language.types.string.html"
><B
CLASS="type"
>string</B
></A
>)</DT
><DD
><P
>&#13;
                </P
></DD
><DT
><TT
CLASS="constant"
><B
>PHP_OS</B
></TT
>
                (<A
HREF="language.types.string.html"
><B
CLASS="type"
>string</B
></A
>)</DT
><DD
><P
>&#13;
                </P
></DD
><DT
><TT
CLASS="constant"
><B
>PHP_EOL</B
></TT
>
                (<A
HREF="language.types.string.html"
><B
CLASS="type"
>string</B
></A
>)</DT
><DD
><P
>&#13;                    Disponível desde o PHP 4.3.10 e PHP 5.0.2
                </P
></DD
><DT
><TT
CLASS="constant"
><B
>PHP_INT_MAX</B
></TT
>
                (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)</DT
><DD
><P
>&#13;                    Disponível desde o PHP 4.4.0 e PHP 5.0.5
                </P
></DD
><DT
><TT
CLASS="constant"
><B
>PHP_INT_SIZE</B
></TT
>
                (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)</DT
><DD
><P
>&#13;                    Disponível desde o PHP 4.4.0 e PHP 5.0.5
                </P
></DD
><DT
><TT
CLASS="constant"
><B
>DEFAULT_INCLUDE_PATH</B
></TT
>
                (<A
HREF="language.types.string.html"
><B
CLASS="type"
>string</B
></A
>)</DT
><DD
><P
>&#13;
                </P
></DD
><DT
><TT
CLASS="constant"
><B
>PEAR_INSTALL_DIR</B
></TT
>
                (<A
HREF="language.types.string.html"
><B
CLASS="type"
>string</B
></A
>)</DT
><DD
><P
>&#13;
                </P
></DD
><DT
><TT
CLASS="constant"
><B
>PEAR_EXTENSION_DIR</B
></TT
>
                (<A
HREF="language.types.string.html"
><B
CLASS="type"
>string</B
></A
>)</DT
><DD
><P
>&#13;
                </P
></DD
><DT
><TT
CLASS="constant"
><B
>PHP_EXTENSION_DIR</B
></TT
>
                (<A
HREF="language.types.string.html"
><B
CLASS="type"
>string</B
></A
>)</DT
><DD
><P
>&#13;
                </P
></DD
><DT
><TT
CLASS="constant"
><B
>PHP_BINDIR</B
></TT
>
                (<A
HREF="language.types.string.html"
><B
CLASS="type"
>string</B
></A
>)</DT
><DD
><P
>&#13;
                </P
></DD
><DT
><TT
CLASS="constant"
><B
>PHP_LIBDIR</B
></TT
>
                (<A
HREF="language.types.string.html"
><B
CLASS="type"
>string</B
></A
>)</DT
><DD
><P
>&#13;
                </P
></DD
><DT
><TT
CLASS="constant"
><B
>PHP_DATADIR</B
></TT
>
                (<A
HREF="language.types.string.html"
><B
CLASS="type"
>string</B
></A
>)</DT
><DD
><P
>&#13;
                </P
></DD
><DT
><TT
CLASS="constant"
><B
>PHP_SYSCONFDIR</B
></TT
>
                (<A
HREF="language.types.string.html"
><B
CLASS="type"
>string</B
></A
>)</DT
><DD
><P
>&#13;
                </P
></DD
><DT
><TT
CLASS="constant"
><B
>PHP_LOCALSTATEDIR</B
></TT
>
                (<A
HREF="language.types.string.html"
><B
CLASS="type"
>string</B
></A
>)</DT
><DD
><P
>&#13;
                </P
></DD
><DT
><TT
CLASS="constant"
><B
>PHP_CONFIG_FILE_PATH</B
></TT
>
                (<A
HREF="language.types.string.html"
><B
CLASS="type"
>string</B
></A
>)</DT
><DD
><P
>&#13;
                </P
></DD
><DT
><TT
CLASS="constant"
><B
>PHP_OUTPUT_HANDLER_START</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
>PHP_OUTPUT_HANDLER_CONT</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
>PHP_OUTPUT_HANDLER_END</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
>E_ERROR</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
>E_WARNING</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
>E_PARSE</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
>E_NOTICE</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
>E_CORE_ERROR</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
>E_CORE_WARNING</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
>E_COMPILE_ERROR</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
>E_COMPILE_WARNING</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
>E_USER_ERROR</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
>E_USER_WARNING</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
>E_USER_NOTICE</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
>E_ALL</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
>E_STRICT</B
></TT
>
                (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)</DT
><DD
><P
>&#13;                    Disponível desde o PHP 5.0.0
                </P
></DD
><DT
><TT
CLASS="constant"
><B
>__COMPILER_HALT_OFFSET__</B
></TT
>
                (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)</DT
><DD
><P
>&#13;                    Disponível desde o PHP 5.1.0
                </P
></DD
></DL
></DIV
><P
>&#13;        Veja Também: <A
HREF="language.constants.predefined.html"
>Constantes
        Mágicas</A
>.
    </P
></DIV
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="reserved.constants.standard"
>Constantes Padrão Predefinidas</A
></H2
><P
>&#13;    Constantes definidas no PHP por padrão.
   </P
><P
></P
><DIV
CLASS="variablelist"
><DL
><DT
><TT
CLASS="constant"
><B
>EXTR_OVERWRITE</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
>EXTR_SKIP</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
>EXTR_PREFIX_SAME</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
>EXTR_PREFIX_ALL</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
>EXTR_PREFIX_INVALID</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
>EXTR_PREFIX_IF_EXISTS</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
>EXTR_IF_EXISTS</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
>SORT_ASC</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
>SORT_DESC</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
>SORT_REGULAR</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
>SORT_NUMERIC</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
>SORT_STRING</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
>CASE_LOWER</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
>CASE_UPPER</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
>COUNT_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
>COUNT_RECURSIVE</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
>ASSERT_ACTIVE</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
>ASSERT_CALLBACK</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
>ASSERT_BAIL</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
>ASSERT_WARNING</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
>ASSERT_QUIET_EVAL</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
>CONNECTION_ABORTED</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
>CONNECTION_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
>CONNECTION_TIMEOUT</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
>INI_USER</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
>INI_PERDIR</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
>INI_SYSTEM</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
>INI_ALL</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
>M_E</B
></TT
> 
      (<A
HREF="language.types.float.html"
>float</A
>)</DT
><DD
><P
>&#13;       
      </P
></DD
><DT
><TT
CLASS="constant"
><B
>M_LOG2E</B
></TT
> 
      (<A
HREF="language.types.float.html"
>float</A
>)</DT
><DD
><P
>&#13;       
      </P
></DD
><DT
><TT
CLASS="constant"
><B
>M_LOG10E</B
></TT
> 
      (<A
HREF="language.types.float.html"
>float</A
>)</DT
><DD
><P
>&#13;       
      </P
></DD
><DT
><TT
CLASS="constant"
><B
>M_LN2</B
></TT
> 
      (<A
HREF="language.types.float.html"
>float</A
>)</DT
><DD
><P
>&#13;       
      </P
></DD
><DT
><TT
CLASS="constant"
><B
>M_LN10</B
></TT
> 
      (<A
HREF="language.types.float.html"
>float</A
>)</DT
><DD
><P
>&#13;       
      </P
></DD
><DT
><TT
CLASS="constant"
><B
>M_PI</B
></TT
> 
      (<A
HREF="language.types.float.html"
>float</A
>)</DT
><DD
><P
>&#13;       
      </P
></DD
><DT
><TT
CLASS="constant"
><B
>M_PI_2</B
></TT
> 
      (<A
HREF="language.types.float.html"
>float</A
>)</DT
><DD
><P
>&#13;       
      </P
></DD
><DT
><TT
CLASS="constant"
><B
>M_PI_4</B
></TT
> 
      (<A
HREF="language.types.float.html"
>float</A
>)</DT
><DD
><P
>&#13;       
      </P
></DD
><DT
><TT
CLASS="constant"
><B
>M_1_PI</B
></TT
> 
      (<A
HREF="language.types.float.html"
>float</A
>)</DT
><DD
><P
>&#13;       
      </P
></DD
><DT
><TT
CLASS="constant"
><B
>M_2_PI</B
></TT
> 
      (<A
HREF="language.types.float.html"
>float</A
>)</DT
><DD
><P
>&#13;       
      </P
></DD
><DT
><TT
CLASS="constant"
><B
>M_2_SQRTPI</B
></TT
> 
      (<A
HREF="language.types.float.html"
>float</A
>)</DT
><DD
><P
>&#13;       
      </P
></DD
><DT
><TT
CLASS="constant"
><B
>M_SQRT2</B
></TT
> 
      (<A
HREF="language.types.float.html"
>float</A
>)</DT
><DD
><P
>&#13;       
      </P
></DD
><DT
><TT
CLASS="constant"
><B
>M_SQRT1_2</B
></TT
> 
      (<A
HREF="language.types.float.html"
>float</A
>)</DT
><DD
><P
>&#13;       
      </P
></DD
><DT
><TT
CLASS="constant"
><B
>CRYPT_SALT_LENGTH</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
>CRYPT_STD_DES</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
>CRYPT_EXT_DES</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
>CRYPT_MD5</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
>CRYPT_BLOWFISH</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
>DIRECTORY_SEPARATOR</B
></TT
> 
      (<A
HREF="language.types.string.html"
><B
CLASS="type"
>string</B
></A
>)</DT
><DD
><P
>&#13;       
      </P
></DD
><DT
><TT
CLASS="constant"
><B
>SEEK_SET</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
>SEEK_CUR</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
>SEEK_END</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
>LOCK_SH</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
>LOCK_EX</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
>LOCK_UN</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
>LOCK_NB</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
>HTML_SPECIALCHARS</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
>HTML_ENTITIES</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
>ENT_COMPAT</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
>ENT_QUOTES</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
>ENT_NOQUOTES</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
>INFO_GENERAL</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
>INFO_CREDITS</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
>INFO_CONFIGURATION</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
>INFO_MODULES</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
>INFO_ENVIRONMENT</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
>INFO_VARIABLES</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
>INFO_LICENSE</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
>INFO_ALL</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
>CREDITS_GROUP</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
>CREDITS_GENERAL</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
>CREDITS_SAPI</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
>CREDITS_MODULES</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
>CREDITS_DOCS</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
>CREDITS_FULLPAGE</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
>CREDITS_QA</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
>CREDITS_ALL</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
>STR_PAD_LEFT</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
>STR_PAD_RIGHT</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
>STR_PAD_BOTH</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
>PATHINFO_DIRNAME</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
>PATHINFO_BASENAME</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
>PATHINFO_EXTENSION</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
>PATH_SEPARATOR</B
></TT
> 
      (<A
HREF="language.types.string.html"
><B
CLASS="type"
>string</B
></A
>)</DT
><DD
><P
>&#13;       
      </P
></DD
><DT
><TT
CLASS="constant"
><B
>CHAR_MAX</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
>LC_CTYPE</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
>LC_NUMERIC</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
>LC_TIME</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
>LC_COLLATE</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
>LC_MONETARY</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
>LC_ALL</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
>LC_MESSAGES</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
>ABDAY_1</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
>ABDAY_2</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
>ABDAY_3</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
>ABDAY_4</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
>ABDAY_5</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
>ABDAY_6</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
>ABDAY_7</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
>DAY_1</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
>DAY_2</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
>DAY_3</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
>DAY_4</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
>DAY_5</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
>DAY_6</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
>DAY_7</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
>ABMON_1</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
>ABMON_2</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
>ABMON_3</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
>ABMON_4</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
>ABMON_5</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
>ABMON_6</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
>ABMON_7</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
>ABMON_8</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
>ABMON_9</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
>ABMON_10</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
>ABMON_11</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
>ABMON_12</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
>MON_1</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
>MON_2</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
>MON_3</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
>MON_4</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
>MON_5</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
>MON_6</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
>MON_7</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
>MON_8</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
>MON_9</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
>MON_10</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
>MON_11</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
>MON_12</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
>AM_STR</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
>PM_STR</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
>D_T_FMT</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
>D_FMT</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
>T_FMT</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
>T_FMT_AMPM</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
>ERA</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
>ERA_YEAR</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
>ERA_D_T_FMT</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
>ERA_D_FMT</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
>ERA_T_FMT</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
>ALT_DIGITS</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
>INT_CURR_SYMBOL</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
>CURRENCY_SYMBOL</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
>CRNCYSTR</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
>MON_DECIMAL_POINT</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
>MON_THOUSANDS_SEP</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
>MON_GROUPING</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
>POSITIVE_SIGN</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
>NEGATIVE_SIGN</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
>INT_FRAC_DIGITS</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
>FRAC_DIGITS</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
>P_CS_PRECEDES</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
>P_SEP_BY_SPACE</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
>N_CS_PRECEDES</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
>N_SEP_BY_SPACE</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
>P_SIGN_POSN</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
>N_SIGN_POSN</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
>DECIMAL_POINT</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
>RADIXCHAR</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
>THOUSANDS_SEP</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
>THOUSEP</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
>GROUPING</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
>YESEXPR</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
>NOEXPR</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
>YESSTR</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
>NOSTR</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
>CODESET</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
>LOG_EMERG</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
>LOG_ALERT</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
>LOG_CRIT</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
>LOG_ERR</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
>LOG_WARNING</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
>LOG_NOTICE</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
>LOG_INFO</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
>LOG_DEBUG</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
>LOG_KERN</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
>LOG_USER</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
>LOG_MAIL</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
>LOG_DAEMON</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
>LOG_AUTH</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
>LOG_SYSLOG</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
>LOG_LPR</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
>LOG_NEWS</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
>LOG_UUCP</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
>LOG_CRON</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
>LOG_AUTHPRIV</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
>LOG_LOCAL0</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
>LOG_LOCAL1</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
>LOG_LOCAL2</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
>LOG_LOCAL3</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
>LOG_LOCAL4</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
>LOG_LOCAL5</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
>LOG_LOCAL6</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
>LOG_LOCAL7</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
>LOG_PID</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
>LOG_CONS</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
>LOG_ODELAY</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
>LOG_NDELAY</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
>LOG_NOWAIT</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
>LOG_PERROR</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="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="reserved.classes.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="resource.html"
ACCESSKEY="N"
>Próxima</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Classes pre-definidas</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="reserved.html"
ACCESSKEY="U"
>Acima</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>List of Resource Types</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>