Queues are similar to stacks but __________________
Queues are similar to stacks but __________________
arsort ( ) function same as asort ( ) but ____________________
arsort ( ) function same as asort ( ) but ____________________
Popping is an act of _____________
Popping is an act of _____________
What does explode ( ) function do?
What does explode ( ) function do?
The compact ( ) function is used to create an array from _______________
The compact ( ) function is used to create an array from _______________
Which of them is an abstract data structure (ADT)?
Which of them is an abstract data structure (ADT)?
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?
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 ________________
The array_values ( ) function returns an array containing ____________
The array_values ( ) function returns an array containing ____________
For changing array with random numbers which function we can use?
For changing array with random numbers which function we can use?
For changing arrays into strings, which function is used?
For changing arrays into strings, which function is used?
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 ______________
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 __________________
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 ___________________
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?
Stacks work on the principle of _____________
Stacks work on the principle of _____________
LIFO stands for __________
LIFO stands for __________
array_merge ( ) function merges _______________
array_merge ( ) function merges _______________
array_pad ( ) takes three arguments, one of them is ______________
array_pad ( ) takes three arguments, one of them is ______________
array_slice ( ) function starts accepting arguments from _______________
array_slice ( ) function starts accepting arguments from _______________