21. |
What will be the output of the following PHP code?
|
||||||||
Answer:
Option (b) |
22. |
Which of the following PHP function will return true if a variable is an array or false if it is not an array?
|
||||||||
Answer:
Option (b) |
23. |
Which in-built function will add a value to the end of an array?
|
||||||||
Answer:
Option (d) |
24. |
What will be the output of the following PHP code?
|
||||||||
Answer:
Option (d) |
25. |
What will be the output of the following PHP code?
|
||||||||
Answer:
Option (a) |
26. |
Which of the functions is used to sort an array in descending order?
|
||||||||
Answer:
Option (c) |
27. |
What will be the output of the following PHP code?
|
||||||||
Answer:
Option (d) |
28. |
The filesize() function returns the file size in ___________
|
||||||||
Answer:
Option (b) |
29. |
Which one of the following PHP function is used to determine a file’s last access time?
|
||||||||
Answer:
Option (c) |
30. |
Which one of the following function is capable of reading a file into a string variable?
|
||||||||
Answer:
Option (b) |