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

it's like this one :
$array = array( [0] => firstentry,[1] => secondtentry,[2] =>
thirdentry,[...etc...]);


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

[2002-01-27 09:57:17] [EMAIL PROTECTED]

can you please provide the $array you are using?


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

[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