array_slice ( ) function starts accepting arguments from _______________
array_slice ( ) function starts accepting arguments from _______________
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?
Queues are similar to stacks but __________________
Queues are similar to stacks but __________________
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)?
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?
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 ___________________
For changing array with random numbers which function we can use?
For changing array with random numbers which function we can use?
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 ______________
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 ________________
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 _______________
The array_values ( ) function returns an array containing ____________
The array_values ( ) function returns an array containing ____________
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 __________________
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 ______________
arsort ( ) function same as asort ( ) but ____________________
arsort ( ) function same as asort ( ) 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?
LIFO stands for __________
LIFO stands for __________