1. Question: The practice of creating objects based on predefined classes is often referred to as

    A
    class creation

    B
    object instantiation

    C
    object creation

    D
    class instantiation

    Note: Not available
    1. Report
  2. Question: How can we inherit properties in PHP?

    A
    Implements

    B
    Extends

    C
    Include

    D
    None

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

    A
    mail()

    B
    mailto()

    C
    None

    D
    email()

    Note: Not available
    1. Report
  4. Question: The following piece of script will output: [code] <?php $email=admin@psexam.com; $new=strstr($email,’@’); Print $new; ?> [/php]

    A
    admin

    B
    admin@psexam

    C
    @psexam.com

    D
    psexam.com

    Note: Not available
    1. Report
  5. Question: Which type of function is called by itself?

    A
    Nesting Function

    B
    Recursive Function

    C
    Variable Function

    D
    All

    Note: Not available
    1. Report
  6. Question: Which statement is true about Regular Expressions?

    A
    Describing or matching data according to defined syntax rules

    B
    Allowing to slice and dice text in nearly every conceivable fashion

    C
    Used for searching data

    D
    None

    Note: Not available
    1. Report
  7. Question: Maximum, how many interface or interfaces a class can implement?

    A
    only one

    B
    only two

    C
    as many as required

    D
    at least three

    Note: Not available
    1. Report
  8. 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
  9. Question: Which of the following function is used for creating digital signatures?

    A
    md5()

    B
    mcrypt_encrypt()

    C
    phpinfo()

    D
    none

    Note: Not available
    1. Report
  10. Question: Which function executes a case-sensitive search of a string for defined pattern?

    A
    eregi()

    B
    ereg()

    C
    pereg()

    D
    pregI()

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