adplus-dvertising
frame-decoration

Question

For constructing a random string of letters which function is used

a.

random_char

b.

mt_rand

c.

random_string

d.

Both a and c

Answer: (d).Both a and c

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. For constructing a random string of letters which function is used

Similar Questions

Discover Related MCQs

Q. Abs ( ) stands for

Q. Rand ( ) and mt_ rand ( ) functions are examples of

Q. Comparison operators have higher precedence than

Q. === operator is true if its two arguments are exactly

Q. Increment operator is denoted by

Q. +=, −=, *=, /=, %= all are example of

Q. Operator that takes simple values as arguments and evaluate it either TRUE or FALSE

Q. Module operator % in PHP only accepts

Q. Intval ( ) function is used for

Q. If rand ( ) function is called by no argument it returns a number between 0 and

Q. Which operator returns true if two arguments are not equal or not have same type?

Q. Floor ( ), ceil ( ), round ( ), abs ( ), min ( ), max ( ) all functions are example of

Q. *, /, % operators have higher precedence than

Q. Increment operator have two flavors one is postincrement and

Q. Random number functions offered by PHP is implemented by

Q. Ceiling function is denoted by

Q. Integer remainder from division of left hand argument by absolute value of right hand argument, is behavior of which arithmetic operator

Q. Which function is used for converting arguments to doubles?

Q. PHP does automatic conversion of

Q. Mt_rand ( ) function generates a random integer by using