1. Question: What is Stand for Wampserver?

    A
    Windows Application mySQLPHP

    B
    Windows Apache MySQL PHP

    C
    Windows Application amd MySQL PHP

    D
    Windows Apache Microsoft PHP

    Note: Not available
    1. Report
  2. Question: Which parameter of php.ini file will need to be configured to allocate the memory for php script?

    A
    post_max_size

    B
    upload_max_filesize

    C
    memory_limit

    D
    None

    Note: Not available
    1. Report
  3. Question: Which parameter is used for a condition that must be immediately resolved to avertĀ  jeopardizing system integrity?

    A
    LOG_CRIT

    B
    LOG_EMERG

    C
    LOG_ALERT

    D
    LOG_WARNING

    Note: Not available
    1. Report
  4. Question: What will be output of this php script? <?php $output="This is one line. And this is another line"; echo $output; ?>

    A
    This is one line. And this is another line.

    B
    This is one line And this is another line

    C
    This is one line and this is another line

    D
    None

    Note: Not available
    1. Report
  5. Question: What command is used manipulating PHP configuration Variable?

    A
    Unset()

    B
    ini_set()

    C
    php_conf

    Note: Not available
    1. Report
  6. Question: Write the output:  echo (is_string(123));

    A
    0

    B
    1

    C
    -1

    D
    NULL

    Note: Not available
    1. Report
  7. Question: How many ways you can declare PHP tag?

    A
    3

    B
    4

    C
    5

    D
    6

    Note: Not available
    1. Report
  8. Question: What is the correct prototype of syslog() function?

    A
    int syslog(int priority, string message)

    B
    int syslog(int priority)

    C
    syslog(int priority, string message)

    D
    int syslog(string priority, int message)

    Note: Not available
    1. Report
  9. Question: What is Apache?

    A
    This is packeged with all mainstream Linux distributions

    B
    This is a web performed protocall

    C
    It's abilable in more than a variety of formats

    D
    all

    Note: Not available
    1. Report
  10. Question: Write the output of the following code? $p = 40; function add(){ $p= $p+2; }echo $p++;

    A
    41

    B
    40

    C
    42

    D
    43

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