I have 10 elements of Array, how can i remove 5 array
element, with single function.
Answer Posted / yukti vig
thats should be array_slice
array_splice is used remove a portion of the array and
replace it with something else
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is helper library?
Write down the benefits of php7?
Hi this is amul jani here, i complied my graduation in B.com stream.. but as career i looking for PHP language.. to get shape my career. so is that possible to enter in IT world.. for me how much scope of develop my career in this field.. amul jani
How to register a variable in PHP session?
How do sessions work in php?
What is meant by pear in php? What is the purpose of it?
How do you remove whitespace from the beginning and end of a $string variable?
Which methods should be used for sending an email using the variables $to, $subject, and $body?
What is constructor and destructor?
Explain NULL?
Is null or empty c#?
Is it difficult to learn php?
Which framework is best for php development?
What is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
What is the difference between unset and unlink?