A. Only i)
B. i), ii) and iv)
C. ii), iii) and iv)
D. All of the mentioned.
Which of the following are correct ways of creating an array?
i) state[0] = “karnataka”;
ii) $state[] = array(“karnataka”);
iii) $state[0] = “karnataka”;
iv) $state = array(“karnataka”);
Which one of the following functions finds the last occurrence of a string, returning its numerical position?
The filesize() function returns the file size in ___.
The date() function returns ___ representation of the current date and/or time.
Which one of the following should not be used while sending passwords or other sensitive information?