1. Question: The origins of PHP date back to ____.

    A
    1995

    B
    1999

    C
    1990

    D
    2007

    Note: Not available
    1. Report
  2. Question: Web Hosting Provider can be broken into ______ categories

    A
    Three

    B
    Four

    C
    Five

    D
    Six

    Note: Not available
    1. Report
  3. Question: For adding a value to the end of array we use _______

    A
    int array_push(array <em>array</em>, mixed variable [, mixed variable.....])

    B
    int array_unshift(array array, mixed variable[,mixed variable....])

    C
    int array_shift(array array, mixed variable[,mixed variable....])

    D
    int array_pop(array array, mixed variable[,mixed variable....])

    Note: Not available
    1. Report
  4. Question: For removing a value from the front of an array we use _______

    A
    int array_shift(array array, mixed variable[,mixed variable....])

    B
    int array_unshift(array array, mixed variable[,mixed variable....])

    C
    int array_pop(array array, mixed variable[,mixed variable....])

    D
    int array_push(array array, mixed variable[,mixed variable....])

    Note: Not available
    1. Report
  5. Question: Which is/are the web hosting provider?

    A
    Dedicated server hosting

    B
    Shared server hosting

    C
    Virtual private server hosting

    D
    All

    Note: Not available
    1. Report
  6. Question: What is the output of the following array function?

    $a = range(0, 20, 2);

    A
    $a = array(0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20);

    B
    $a = array( 2, 4, 6, 8, 10, 12, 14, 16, 18, 20);

    C
    $a = array(2, 4, 6, 8, 10, 12, 14, 16, 18);

    D
    None

    Note: Not available
    1. Report
  7. Question: For removing a value from the end of array, we use ______

    A
    int array_unshift(array array, mixed variable[,mixed variable....])

    B
    int array_shift(array array, mixed variable[,mixed variable....])

    C
    int array_pop(array<em> array</em>, mixed variable[,mixed variable....])

    D
    int array_push(array array, mixed variable[,mixed variable....])

    Note: Not available
    1. Report
  8. Question: How many levels are available in PHP's error_reporting directive?

    A
    Ten

    B
    Fifteen

    C
    Sixteen

    D
    Twenty

    Note: Not available
    1. Report
  9. Question: What will be determined by is_array() function?

    A
    whether variable is an array

    B
    types of array

    C
    number of available element

    D
    All

    Note: Not available
    1. Report
  10. Question: PHP script can performed ______  & ______.

    A
    logging visitor information

    B
    displaying the count of visitors to the web page

    C
    fledgling technology

    D
    independent softwere

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