1. Question: The return() statement returns any ensuing value back to the ________.

    A
    function caller

    B
    function paramiters

    C
    variables

    D
    none

    Note: Not available
    1. Report
  2. Question: Which of the following is correct mail() function of PHP?

    A
    mail("Recipient", "This is the subject", "This is the mail body","headers");

    B
    mail(“Congratulation, Be happy!”,$headers);

    C
    mail("Subject","Body","Recipient")

    D
    mail("to","Boby","subject")

    Note: Not available
    1. Report
  3. Question: Which of the following function return multiple values?

    A
    return()

    B
    list()

    C
    none()

    D
    values()

    Note: Not available
    1. Report
  4. Question: Which function in PHP sends mail?

    A
    mail()

    B
    mailto()

    C
    None

    D
    email()

    Note: Not available
    1. Report
  5. Question: Which of the following function provides a convenient means for moving an uploaded file from the temporary directory to a final location

    A
    is_uploaded_file()

    B
    move_uploaded_file()

    C
    move_uploaded()

    D
    none

    Note: Not available
    1. Report
  6. Question: In PHP, which of the following function is used to insert content of one PHP file into another PHP file before server executes it

    A
    include[]

    B
    #include()

    C
    Include()

    D
    #include{}

    Note: Not available
    1. Report
  7. Question: Which of the following function sorts array items in descending order?

    A
    asort

    B
    sort

    C
    rsort

    D
    ksort

    Note: Not available
    1. Report
  8. Question: We can declare constant the by using following function______

    A
    declare()

    B
    include()

    C
    require()

    D
    define()

    Note: Not available
    1. Report
  9. Question: Which of the following function determine whether a file specified by the input parameters filename is uploaded using the post method?

    A
    Uploaded_file()

    B
    File_uploaded()

    C
    Is_uploaded_file()

    D
    None

    Note: Not available
    1. Report
  10. Question: In order to know the data type of variable we need to use built-in function

    A
    getVar()

    B
    gettype()

    C
    getType()

    D
    getDataType()

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