1. Question: A key may be either an integer or a string. If a key is the standard representation of an integer

    A
    True

    B
    False

    Note: Not available
    1. Report
  2. Question: Which function adds  element to the front of array?

    A
    Shift()

    B
    Unshift()

    C
    push()

    D
    Pop()

    Note: Not available
    1. Report
  3. Question: Which function removes and returns the first item found in an array?

    A
    Shift()

    B
    Unshift()

    C
    push()

    D
    Pop()

    Note: Not available
    1. Report
  4. Question: Which function adds a value to the end of an array?

    A
    Shift()

    B
    Unshift()

    C
    push()

    D
    Pop()

    Note: Not available
    1. Report
  5. Question: Which function accepts a variable and sends its contents to standard output, returning TRUE on success and FALSE otherwise?

    A
    Shift()

    B
    Unshift()

    C
    push()

    D
    print_r()

    Note: Not available
    1. Report
  6. Question: Which function returns all values located in an array?

    A
    array_Shift()

    B
    array_Unshift()

    C
    array_push()

    D
    array_values()

    Note: Not available
    1. Report
  7. Question: Which function returns the array value residing at the current pointer position of the array?

    A
    current()

    B
    Unshift()

    C
    push()

    D
    Pop()

    Note: Not available
    1. Report
  8. Question: Which function serves to set an array pointer back to the beginning  of the array?

    A
    Unshift()

    B
    Shift()

    C
    reset()

    D
    Push()

    Note: Not available
    1. Report
  9. Question: Which function reverses the roles of the keys and their corresponding values in an array?

    A
    array_sort()

    B
    array_flip()

    C
    array_shift()

    D
    array_list()

    Note: Not available
    1. Report
  10. Question: Which function is functionally identical to natsort(), except that it is case insensitive?

    A
    natcasesort()

    B
    natsort()

    C
    ksort()

    D
    krsort()

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