• 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
What will be the output of the following PHP code?
echo stripos("I love php, I love php too!","PHP");

10
3
7
8

ANSWER DOWNLOAD EXAMIANS APP

PHP Functions
What will be the output of the following PHP code ?
$x = 75;
$y = 25;
function addition()
{
$GLOBALS['z'] = $GLOBALS['x'] + $GLOBALS['y'];
}
addition();
echo $z;

25
error
75
100

ANSWER DOWNLOAD EXAMIANS APP

PHP Functions
What will be the output of the following PHP code?
echo lcfirst("welcome to India");

Welcome to india
welcome to India
Welcome to India
welcome to india

ANSWER DOWNLOAD EXAMIANS APP

PHP Functions
. . . . . converts the keys of an array into values and the values into keys.

array_transpose()
array_trans()
array_flip()
array_flips()

ANSWER DOWNLOAD EXAMIANS APP

PHP Functions
Which of the following PHP functions can be used for generating unique id’s?

uniqueid()
mdid()
md5()
id()

ANSWER DOWNLOAD EXAMIANS APP

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

PHP 6
PHP 5
PHP 4
PHP 5.3

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
↑