Deleting a specific item by using array_splice/array_slice in PHP
Posted
by lovespring
on Stack Overflow
See other posts from Stack Overflow
or by lovespring
Published on 2010-04-12T12:29:43Z
Indexed on
2010/04/12
14:03 UTC
Read the original article
Hit count: 278
How do I delete a specific item by using array_splice
/array_slice
in PHP?
for example: array('a','b','c'); how to just delete 'b'?
Thanks
© Stack Overflow or respective owner