mirror of
https://github.com/php/doc-zh.git
synced 2026-03-26 16:12:19 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/zh/trunk@94751 c90b9560-bf6c-de11-be94-00142212c4b1
58 lines
1.4 KiB
XML
Executable File
58 lines
1.4 KiB
XML
Executable File
<?xml version="1.0" encoding="gb2312"?>
|
|
<!-- $Revision: 1.1 $ -->
|
|
<!-- $Author: dallas $ -->
|
|
<!-- EN-Revision: 1.3 Maintainer: dallas Status: ready -->
|
|
<section id="array.constants">
|
|
&reftitle.constants;
|
|
&extension.constants.core;
|
|
<variablelist>
|
|
<varlistentry>
|
|
<term>
|
|
<constant>CASE_LOWER</constant>
|
|
(<link linkend="language.types.integer">integer</link>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
<constant>CASE_LOWER</constant> 用在
|
|
<function>array_change_key_case</function> 中将数组的键名转换成小写字母。这也是
|
|
<function>array_change_key_case</function> 的默认值。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term>
|
|
<constant>CASE_UPPER</constant>
|
|
(<link linkend="language.types.integer">integer</link>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
<constant>CASE_UPPER</constant> 用在
|
|
<function>array_change_key_case</function> 中将数组的键名转换成大写字母。
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"../../../manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|
|
|