• Courses
  • Tutorials
  • Jobs
  • Practice
  • Contests

PHP Quiz | Set-3

Question 11

Which of the below method is used to send the given data using URL?
  • Post
  • Send
  • Get
  • Both A and D

Question 12

What is the output of the below code snippets:
<?php
    $input="gfg mcq quiz sets";
    echo ucwords($input);
?>
  • Gfg Mcq Quiz Sets
  • gfg MCq Quiz Sets
  • Gfg Mcq Quiz sets
  • Gfg McQ Quiz Sets

Question 13

Which of below functions is used to sort an array according to its value?
  • unshift()
  • asort()
  • arsort()
  • compact()

Question 14

Which function in PHP is used to annotates an image including the text?
  • Gmagick::getpackagename( value )
  • Gmagick::annotateImage()
  • Gmagick::getreleasedate()
  • Gmagick::getpackagename( void )

Question 15

Which of the below function in PHP and is used to convert the String into an array ?
  • add_last()
  • str_split()
  • str_casecmp()
  • str_add()

There are 15 questions to complete.

Last Updated :
Take a part in the ongoing discussion