• HOME
  • QUIZ
  • CONTACT US
EXAMIANS
  • COMPUTER
  • CURRENT AFFAIRS
  • ENGINEERING
    • Chemical Engineering
    • Civil Engineering
    • Computer Engineering
    • Electrical Engineering
    • Mechanical Engineering
  • ENGLISH GRAMMAR
  • GK
  • GUJARATI MCQ

PHP Functions

PHP Functions
Above usleep() function pauses PHP for .usleep(1000000);

10 seconds
1 microseconds
1 second
100 microseconds

ANSWER DOWNLOAD EXAMIANS APP

PHP Functions
. . . . returns a new DateTime object.

getdate()
date_sunrise()
date()
date_create()

ANSWER DOWNLOAD EXAMIANS APP

PHP Functions
Type Hinting was introduced in which version of PHP?

PHP 6
PHP 5.3
PHP 4
PHP 5

ANSWER DOWNLOAD EXAMIANS APP

PHP Functions
What will be the output of the following PHP code?
$op2 = "blabla";
function foo($op1) {
echo $op1;
echo $op2;
}
foo("hello");

hello
helloblablablabla
error
helloblabla

ANSWER DOWNLOAD EXAMIANS APP

PHP Functions
What will be the output of the following PHP code?
$str = addslashes('What does "yolo" mean?');
echo($str);

What does ”yolo” mean?
What does ”yolo” mean?
What does ”yolo” mean?
What does /”yolo/” mean?

ANSWER DOWNLOAD EXAMIANS APP

PHP Functions
What will be the output of the following PHP code ?
function mine($m)
{if ($m < 0)
echo "less than 0";
if ($ >= 0)
echo "Not True";
}
mine(0);

None of the Mentioned
Less Than 0
Not True
No Output

ANSWER DOWNLOAD EXAMIANS APP
MORE MCQ ON PHP Functions

DOWNLOAD APP

  • APPLE
    from app store
  • ANDROID
    from play store

SEARCH

LOGIN HERE


  • GOOGLE

FIND US

  • 1.70K
    FOLLOW US
  • EXAMIANSSTUDY FOR YOUR DREAMS.
  • SUPPORT :SUPPORT EMAIL ACCOUNT : examians@yahoo.com

OTHER WEBSITES

  • GUJARATI MCQ
  • ACCOUNTIANS

QUICK LINKS

  • HOME
  • QUIZ
  • PRIVACY POLICY
  • DISCLAIMER
  • TERMS & CONDITIONS
  • CONTACT US
↑