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 changes I have to do in php.ini file for file uploading?
What is the difference between $argv and $argc? Give example?
What Is a Persistent Cookie?
What is the difference between echo, print and printf()?
Explain me what are the 3 scope levels available in php and how would you define them?
How many types of inheritances used in php and how we achieve it.
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 do I run a php script?
How do you find the length of a string in php?
What is the difference between single-quoted and double-quoted strings in php?
What is the meaning of symbol '$' in jquery?
Is php procedural or oop?
Is key in array php?
Does cors prevent csrf?
What does isset() function?