Fix typo.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@23349 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Andrei Zmievski 2000-04-28 17:16:32 +00:00
parent 037b731fb0
commit 57ef7a7edb

View file

@ -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