mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Incorporate some things from the notes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@132125 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9e03316449
commit
084737947f
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.setlocale">
|
||||
<refnamediv>
|
||||
|
@ -85,7 +85,9 @@
|
|||
Setlocale returns the new current locale, or &false; if the locale
|
||||
functionality is not implemented in the platform, the specified
|
||||
locale does not exist or the category name is invalid.
|
||||
An invalid category name also causes a warning message.
|
||||
An invalid category name also causes a warning message. Category/locale
|
||||
names can be found in <ulink url="&url.rfc;1766">RFC 2915</ulink>
|
||||
and <ulink url="&url.iso-639">ISO 639</ulink>.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue