Functions that returns a new array without disturbing their old arguments might be called as ___________________
Functions that returns a new array without disturbing their old arguments might be called as ___________________
array_splice function is same as array_slice but it starts taking arguments from ________________
array_splice function is same as array_slice but it starts taking arguments from ________________
array_slice ( ) function starts accepting arguments from _______________
array_slice ( ) function starts accepting arguments from _______________
arsort ( ) function same as asort ( ) but ____________________
arsort ( ) function same as asort ( ) but ____________________
For changing array with random numbers which function we can use?
For changing array with random numbers which function we can use?
array_merge ( ) function merges _______________
array_merge ( ) function merges _______________
shuffle ( ) function operates directly on its array arguments and changes it, that's why it is called ______________
shuffle ( ) function operates directly on its array arguments and changes it, that's why it is called ______________
Stacks work on the principle of _____________
Stacks work on the principle of _____________
The compact ( ) function is used to create an array from _______________
The compact ( ) function is used to create an array from _______________
array_pad ( ) takes three arguments, one of them is ______________
array_pad ( ) takes three arguments, one of them is ______________
LIFO stands for __________
LIFO stands for __________
A function that takes an array and returns a new array, where old values are changed with new keys?
A function that takes an array and returns a new array, where old values are changed with new keys?
The array_values ( ) function returns an array containing ____________
The array_values ( ) function returns an array containing ____________
Popping is an act of _____________
Popping is an act of _____________
For changing arrays into strings, which function is used?
For changing arrays into strings, which function is used?
Queues are similar to stacks but __________________
Queues are similar to stacks but __________________
How many functions are used by PHP to convert between arrays and vari- ables?
How many functions are used by PHP to convert between arrays and vari- ables?
A function that returns the keys of its input array in the form of new array where keys are stored as values, is a __________________
A function that returns the keys of its input array in the form of new array where keys are stored as values, is a __________________
What does explode ( ) function do?
What does explode ( ) function do?
Which of them is an abstract data structure (ADT)?
Which of them is an abstract data structure (ADT)?