a) size
b) complexity
c) effort
d) all of the mentioned
Answer: d
Explanation: All of the mentioned
Related Posts
Which function sets the file filename’s last-modified and last-accessed times?
What will be the output of the following PHP code?
<?php
$a = 1;
$b = 2;
$c = 3;
echo ($a * (($b) – $c));
?>PHP variables are case-sensitive?
Which one of the following function is capable of reading a specific number of characters form a file?
Which one of the following PHP function is used to determine a file’s last access time?
A variable name can only contain ____________?
When you need to obtain the ASCII value of a character which of the following function you apply in PHP?
Join The Discussion