General Knowledge Quiz - Question & Answers Set - 15

  • Question 3 :
  • What is PEAR
  • PEAR is short for "PHP Extension and Application Repository" The purpose of PEAR is to provide: 1. A structured library of open-sourced code for PHP users 2. A system for code distribution and package maintenance 3. A standard style for code w
  • Question 7 :
  • How can I execute a PHP script using command line
  • Just run the PHP CLI (Command Line Interface) program and provide the PHP script file name as the command line argument. For example, "php myScript.php", assuming "php" is the command to invoke the CLI program. Be aware that if your PHP script was writt
  • Question 11 :
  • What is the functionality of the function strstr and stristr
  • strstr() returns part of a given string from the first occurrence of a given substring to the end of the string. For example: strstr("user@example.com","@") will return "@example.com". stristr() is idential to strstr() except that it is case insensitive.
General Knowledge Quiz - Question & Answers Set - 15
Home Ask Questions Study Current Affairs Previous Papers Kerala PSCIBPSUPSCRBITNPSCMPSCSSCCBSEUnited StatesModel Tests News More Answers Coaching Centres Careers Downloads Colleges