Home

What is the correct answer?

4

Which one of the following function is useful for producing a timestamp based on a given date and time.

A.

time()

B.

mktime()

C.

mrtime()

D.

mtime()

Correct Answer :

B.

mktime()


Related Questions

What will be the output of the following code?<?php $foo = 'Bob';… What will be the output of the following PHP code ? <?php $i = 5;while… Which of the following is/are a PHP code editor?i) Notepadii) Notepad++iii)… If the format is F then which one of the following will be returned? What will be the output of the following PHP code ? <?php $color1 =… What will be the output of the following PHP code ? <?php $i = 0;while… A PHP script should start with ___ and end with ___: What will be the output of the following PHP code ? <?php class myObject… Which of following variables can be assigned a value to it?i) $3helloii)… What will be the output of the following code? If say date is 22/06/2013.… PHP files have a default file extension of.. What will be the output of the following PHP code? <?php $a1 = array_fill(3,… What will be the output of the following PHP code? <?php $cars = array(Volvo,… Neglecting to set which of the following cookie will result in the cookies… Which function displays the web pages most recent modification date? If the directive session.cookie_lifetime is set to 3600, the cookie will… If session.use_cookie is set to 0, this results in use of.. The date() function returns ___ representation of the current date and/or… Which one of the following function is used to start a session? What will be the output of the following PHP code ? <?php $color =… What is the default number of seconds that cached session pages are made… What will be the output of the following PHP code? <?php $cars = array(Volvo,… What will be the output of the following PHP code ? <?php $color1 =… What will be the output of the following PHP code ? <?php $color1 =… What will be the output of the following PHP code ? <?php define(GREETING,… To create an object and set the date to JUNE 22, 2013, which one of the… What will be the output of the following PHP code? <?php $a1 = array(red,… What will be the output of the following PHP code ? <?php define('GREETING_TEST',… What will be the output of the following PHP code? <?php echo (checkdate(4,31,2010)… What will be the output of the following PHP code ? <?php $i = 2;while…