mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
modified encoding and translation updated.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@66096 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f2ae1b966a
commit
f602a82b4c
2 changed files with 9 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.143 $ -->
|
||||
<!-- $Revision: 1.144 $ -->
|
||||
<reference id="ref.array">
|
||||
<title>Array Functions</title>
|
||||
<titleabbrev>Arrays</titleabbrev>
|
||||
|
@ -1444,6 +1444,12 @@ $d = array_reduce($x, "rsum", 1);
|
|||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
||||
<parameter>num</parameter> entries of the value of the
|
||||
<parameter>value</parameter> parameter, keys starting at the
|
||||
<parameter>start_index</parameter> parameter.
|
||||
</para>
|
||||
|
||||
<refentry id="function.array-shift">
|
||||
<refnamediv>
|
||||
<refname>array_shift</refname>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.25 $ -->
|
||||
<!-- $Revision: 1.26 $ -->
|
||||
<reference id="ref.fdf">
|
||||
<title>Forms Data Format functions</title>
|
||||
<titleabbrev>FDF</titleabbrev>
|
||||
|
@ -570,7 +570,7 @@ unlink("outtest.fdf");
|
|||
encoding in FDF document <parameter>fdf_document</parameter>.
|
||||
<parameter>encoding</parameter> should be the valid encoding
|
||||
name. The valid encoding name in Acrobat 5.0 are
|
||||
"<literal>Shift_JIS</literal>", "<literal>UHC</literal>",
|
||||
"<literal>Shift-JIS</literal>", "<literal>UHC</literal>",
|
||||
"<literal>GBK</literal>","<literal>BigFive</literal>".
|
||||
</para>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue