The mt_rand ( ) function generates a random integer by using _____________
The mt_rand ( ) function generates a random integer by using _____________
The mt_rand ( ) function produces a better random value, and is 4 times faster than _______________
The mt_rand ( ) function produces a better random value, and is 4 times faster than _______________
Which function is used for converting arguments to doubles?
Which function is used for converting arguments to doubles?
The intval ( ) function is used for ________________
The intval ( ) function is used for ________________
The numerical type in PHP is integer and _____________
The numerical type in PHP is integer and _____________
The increment operator is denoted by _________________
The increment operator is denoted by _________________
If rand ( ) function is called by no argument it returns a number between 0 and ________________
If rand ( ) function is called by no argument it returns a number between 0 and ________________
floor ( ), ceil ( ), round ( ), abs ( ), min ( ), max ( ) all functions are exam- ple of ___________________
floor ( ), ceil ( ), round ( ), abs ( ), min ( ), max ( ) all functions are exam- ple of ___________________
A simple mathematical function in PHP that takes a single argument and returns the largest integer that is less than or equal to that argument, is a _______________
A simple mathematical function in PHP that takes a single argument and returns the largest integer that is less than or equal to that argument, is a _______________
The ceiling function is denoted by ____________
The ceiling function is denoted by ____________
The decrement operator is denoted by ______________
The decrement operator is denoted by ______________
Integer remainder from division of left hand argument by the absolute value of the right hand argument, is behavior of which arithmetic operator _______________
Integer remainder from division of left hand argument by the absolute value of the right hand argument, is behavior of which arithmetic operator _______________
Which operator returns true if the two arguments are not equal or not have the same type?
Which operator returns true if the two arguments are not equal or not have the same type?
Which operators have higher precedence?
Which operators have higher precedence?
The * , / , % operators have higher precedence than ________________
The * , / , % operators have higher precedence than ________________
abs ( ) stands for ____________
abs ( ) stands for ____________
The increment operator have two flavors one is postincrement and ________________
The increment operator have two flavors one is postincrement and ________________
How many numerical types are allowed in PHP?
How many numerical types are allowed in PHP?
The random number functions offered by PHP is implemented by _______________
The random number functions offered by PHP is implemented by _______________
For constructing a random string of letters which function is used ________________
For constructing a random string of letters which function is used ________________