What is the content of $c after the following code has executed?
<code>
$a = 2;
$b = 3;
$c = ($a++ * ++$b);
</code>

A.
0
Set thesession.duration directive in php.ini
B.
5
Set session cookie expiry date locally viasession_set_cookie_params()
C.
8
Set session expiry date locally viasession_cache_expire()
D.
4
QUESTION 15
Which options do you have in PHP to set the expiry date of a session?
None of the above
A.
0
Set thesession.duration directive in php.ini
B.
5
Set session cookie expiry date locally viasession_set_cookie_params()
C.
8
Set session expiry date locally viasession_cache_expire()
D.
4
QUESTION 15
Which options do you have in PHP to set the expiry date of a session?
None of the above