mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Fix typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@23349 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
037b731fb0
commit
57ef7a7edb
1 changed files with 1 additions and 1 deletions
|
@ -516,7 +516,7 @@ $output = array_slice ($input, 0, 3); // returns "a", "b", and "c"
|
|||
</paramdef>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
<function>array_splice</function> removed the elements designated
|
||||
<function>array_splice</function> removes the elements designated
|
||||
by <parameter>offset</parameter> and
|
||||
<parameter>length</parameter> from the
|
||||
<parameter>input</parameter> array, and replaces them with the
|
||||
|
|
Loading…
Reference in a new issue