1. Question: Which parameter of php.ini file will need to be configured to allocate the maximum memory?

    A
    post_max_size

    B
    upload_max_filesize

    C
    memory_limit

    D
    None

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

    A
    declare()

    B
    include()

    C
    require()

    D
    define()

    Note: Not available
    1. Report
  3. Question: How to divide a string into various elements?

    A
    using string_divide()

    B
    Substring()

    C
    Split()

    D
    Str()

    Note: Not available
    1. Report
  4. Question: Which of the following property is used in initialize object properties?

    A
    method

    B
    constructor

    C
    destructor

    D
    _toString

    Note: Not available
    1. Report
  5. Question: Which of the following function removes the specified directory?

    A
    removedir()

    B
    deletedir()

    C
    rmdir()

    D
    touch()

    Note: Not available
    1. Report
  6. Question: Which of the following function reads an entire file?

    A
    fread()

    B
    readfile()

    C
    file()

    D
    fwrite()

    Note: Not available
    1. Report
  7. Question: There is a PHP class called MyPhp;and it has a function getData().If the $callPhp is an object of the class MyPhp then what is the correct statement from the following to call getData() function?

    A
    $callPhp->getData();

    B
    $callPhp-getData();

    C
    $callPhp<-getData();

    D
    $callPhp(getData());

    Note: Not available
    1. Report
  8. Question: If your object must inherit behavior from a number of sources you must use?

    A
    Interface

    B
    Abstract class

    C
    Static

    D
    Object

    Note: Not available
    1. Report
  9. Question: What is the default scope of any variable and function?

    A
    public

    B
    static

    C
    private

    D
    protected

    Note: Not available
    1. Report
  10. Question: Which of the following function is used to merges arrays together and return a single unified array?

    A
    array_combine()

    B
    array_merge()

    C
    array_slice()

    D
    None

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