mirror of
https://github.com/php/doc-en.git
synced 2026-03-25 00:02:17 +01:00
Co-authored-by: Alexey Kryuchkov <alexey.kryuchkov@jetbrains.com> Closes GH-1077.
This commit is contained in:
@@ -147,6 +147,13 @@ from one file system to another.</para></note>'>
|
||||
</note>
|
||||
'>
|
||||
|
||||
<!ENTITY note.reset-index "<note xmlns='http://docbook.org/ns/docbook'>
|
||||
<para>
|
||||
Resets array's internal pointer to the first element.
|
||||
</para>
|
||||
</note>
|
||||
">
|
||||
|
||||
<!ENTITY note.resource-migration-8.0-dead-function '<note xmlns="http://docbook.org/ns/docbook">
|
||||
<para>
|
||||
This function has no effect. Prior to PHP 8.0.0, this function was used to close the resource.
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
keys will be re-indexed.
|
||||
</para>
|
||||
¬e.sort-unstable;
|
||||
¬e.reset-index;
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
order. All numerical array keys will be modified to start counting from
|
||||
zero while literal keys won't be changed.
|
||||
</para>
|
||||
¬e.reset-index;
|
||||
</refsect1>
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
element order is significant.
|
||||
</para>
|
||||
¬e.sort-unstable;
|
||||
¬e.reset-index;
|
||||
</refsect1>
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
element order is significant.
|
||||
</para>
|
||||
¬e.sort-unstable;
|
||||
¬e.reset-index;
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
in descending order.
|
||||
</para>
|
||||
¬e.sort-unstable;
|
||||
¬e.reset-index;
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
in ascending order.
|
||||
</para>
|
||||
¬e.sort-unstable;
|
||||
¬e.reset-index;
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
key/value associations. This is described as a "natural ordering".
|
||||
</para>
|
||||
¬e.sort-unstable;
|
||||
¬e.reset-index;
|
||||
</refsect1>
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
(used in <function>sort</function>) can be seen in the example below.
|
||||
</para>
|
||||
¬e.sort-unstable;
|
||||
¬e.reset-index;
|
||||
</refsect1>
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
</para>
|
||||
¬e.sort-unstable;
|
||||
¬e.no-key-association;
|
||||
¬e.reset-index;
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
||||
@@ -84,6 +84,7 @@ foreach ($numbers as $number) {
|
||||
<refsect1 role="notes">
|
||||
&reftitle.notes;
|
||||
¬e.no-key-association;
|
||||
¬e.reset-index;
|
||||
</refsect1>
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
</para>
|
||||
¬e.sort-unstable;
|
||||
¬e.no-key-association;
|
||||
¬e.reset-index;
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
element order is significant.
|
||||
</para>
|
||||
¬e.sort-unstable;
|
||||
¬e.reset-index;
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
user-supplied comparison function to determine the order.
|
||||
</para>
|
||||
¬e.sort-unstable;
|
||||
¬e.reset-index;
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
||||
Reference in New Issue
Block a user