ID: 15244
Updated by: jan
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Feedback
Bug Type: Arrays related
Operating System: Linux
PHP Version: 4.0.5
New Comment:

can you please provide the $array you are using?



Previous Comments:
------------------------------------------------------------------------

[2002-01-27 09:53:41] [EMAIL PROTECTED]

both functions give back the same result:
array_slice($array,1,5);
is eaqual to:
array_splice($array,1,5);

but my phpDocumentation tells me that there should be a "small"
diverence

------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=15244&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to