Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-release > by-pkgid > ebb1914cf182a88528b4547490db1dd8 > files > 1444

kdewebdev-quanta-doc-3.5.9-2mdv2008.1.x86_64.rpm

<HTML
><HEAD
><TITLE
>setlocale</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.44"><LINK
REL="HOME"
TITLE="PHP Manual"
HREF="manual.html"><LINK
REL="UP"
TITLE="String functions"
HREF="ref.strings.html"><LINK
REL="PREVIOUS"
TITLE="rawurlencode"
HREF="function.rawurlencode.html"><LINK
REL="NEXT"
TITLE="similar_text"
HREF="function.similar-text.html"></HEAD
><BODY
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>PHP Manual</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="function.rawurlencode.html"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="function.similar-text.html"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><H1
><A
NAME="function.setlocale"
>setlocale</A
></H1
><DIV
CLASS="refnamediv"
><A
NAME="AEN26114"
></A
>setlocale -- Set locale information.</DIV
><DIV
CLASS="refsect1"
><A
NAME="AEN26117"
></A
><H2
>Description</H2
><DIV
CLASS="funcsynopsis"
><P
></P
><CODE
CLASS="FUNCDEF"
>string setlocale</CODE
>(string category, string locale);<P
></P
></DIV
><P
>&#13;     <TT
CLASS="parameter"
><I
>Category</I
></TT
> is a string specifying the
     category of the functions affected by the locale setting:
     <P
></P
><UL
><LI
><P
>&#13;	LC_ALL for all of the below
       </P
></LI
><LI
><P
>&#13;	LC_COLLATE for string comparison - not currently implemented in PHP
       </P
></LI
><LI
><P
>&#13;	LC_CTYPE for character classification and conversion, for
	example <A
HREF="function.strtoupper.html"
><B
CLASS="function"
>strtoupper()</B
></A
>
       </P
></LI
><LI
><P
>&#13;	LC_MONETARY for localeconv() - not currently implemented in
	PHP
       </P
></LI
><LI
><P
> 
	LC_NUMERIC for decimal separator
       </P
></LI
><LI
><P
>&#13;	LC_TIME for date and time formatting with
	<A
HREF="function.strftime.html"
><B
CLASS="function"
>strftime()</B
></A
>
       </P
></LI
></UL
>
    </P
><P
>&#13;     If <TT
CLASS="parameter"
><I
>locale</I
></TT
> is the empty string
     <TT
CLASS="literal"
>""</TT
>, the locale names will be set from the
     values of environment variables with the same names as the above
     categories, or from "LANG".
    </P
><P
>&#13;     If locale is zero or <TT
CLASS="literal"
>"0"</TT
>, the locale setting
     is not affected, only the current setting is returned.
    </P
><P
>&#13;     Setlocale returns the new current locale, or false if the locale
     functionality is not implemented in the plattform, the specified
     locale does not exist or the category name is invalid.
     An invalid category name also causes a warning message.
    </P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="function.rawurlencode.html"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="manual.html"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="function.similar-text.html"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>rawurlencode</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="ref.strings.html"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>similar_text</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>