• 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
Which one of the following functions can be used to compress a string?

compress()
gzcompress()
zip_compress()
zip()

ANSWER DOWNLOAD EXAMIANS APP

PHP Functions
What will be the output of the following PHP code?
echo ucwords("i love all country");

i love all Country
I Love All Country
I love all country
I love all Country

ANSWER DOWNLOAD EXAMIANS APP

PHP Functions
Which one of the following is the right way of defining a function in PHP?

function fumctionName(parameters) { function body }
data type functionName(parameters) { function body }
functionName(parameters) { function body }
function { function body }

ANSWER DOWNLOAD EXAMIANS APP

PHP Functions
A function in PHP which starts with ______ (double underscore) is know as.

Inbuilt Function
Magic Function
User Defined Function
Default Function

ANSWER DOWNLOAD EXAMIANS APP

PHP Functions
What will be the output of the following PHP code?
function calc($price, $tax="") {
$total = $price + ($price * $tax);
echo "$total";
}
calc(42);

84
42
Error
0

ANSWER DOWNLOAD EXAMIANS APP

PHP Functions
phpinfo() will display about?
1. OS version information
2. PHP installation
3. Variables
4. HTTP headers

Option 1
Option 4
Option 2
All listed here

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
↑