1. Question: Which function divides a string into various elements ?

    A
    ereg()

    B
    eregi()

    C
    split()

    D
    spliti()

    Note: Not available
    1. Report
  2. Question: What will be the correct output of the following syntax ? <?php       $text="this is\tsome text that\nwe might like to parse.";        print_r(split("[\n\t]",$text)); ?>

    A
    Array ( [0] => this is  some[1] => text that [2] => we might like to parse. )

    B
    Array ( [0] => this is [1] => some text  [2] =>that we might like to parse. )

    C
    Array ( [0] => this is [1] => some text that we [2] => might like to parse. )

    D
    Array ( [0] => this is [1] => some text that [2] => we might like to parse. )

    Note: Not available
    1. Report
  3. Question: What will be the correct output of the following syntax? <?php         $v="php 6.0";          echo sql_regcase($v); ?>

    A
    <span>[Pp][Hh][Pp] 6.0</span>

    B
    [pP][hH][pP] 6.0

    C
    [Pp][hH][Pp] 6.0

    D
    [Pp][pP][Hh] 6.0

    Note: Not available
    1. Report
  4. Question: PHP files contains are ______.

    A
    text

    B
    html tag

    C
    script

    D
    none

    Note: Not available
    1. Report
  5. Question: What are the extensions of PHP?

    A
    .phtml

    B
    .php

    C
    .php3

    D
    ppt

    Note: Not available
    1. Report
  6. Question: What means PHP?

    A
    Hypertext Preprocessor

    B
    Personal Hand Posission

    C
    PreHyer Process

    D
    All

    Note: Not available
    1. Report
  7. Question: What is PHP?

    A
    Server side language

    B
    Special language only for HTML

    C
    MySQL's Helper

    D
    Wed designer

    Note: Not available
    1. Report
  8. Question: PHP supports ______.

    A
    Generic ODBC

    B
    Solid

    C
    Oracle

    D
    Informix

    Note: Not available
    1. Report
  9. Question: Must be used in PHP ______.

    A
    PHP tag

    B
    ;

    C
    echo

    D
    $

    Note: Not available
    1. Report
  10. Question: What are the comments of  PHP?

    A
    /* */

    B
    //

    C
    #

    D
    ? ?

    Note: Not available
    1. Report
Copyright © 2025. Powered by Intellect Software Ltd