1. Question:  ________Return the current key and value pair from an array and advance the array cursor.

    A
    Prev

    B
    Next

    C
    Last

    D
    Each

    Note: Not available
    1. Report
  2. Question: Which construct used to make simultaneously variable assignments from values extracted from an array?

    A
    Array_list()

    B
    list ()

    C
    list_array()

    Note: Not available
    1. Report
  3. 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
  4. Question: Which function adds  element to the front of array?

    A
    Shift()

    B
    Unshift()

    C
    push()

    D
    Pop()

    Note: Not available
    1. Report
  5. 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
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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
Copyright © 2024. Powered by Intellect Software Ltd