1. Question: What is the return type of echo?

    A
    Boolean

    B
    void

    C
    String

    D
    None

    Note: Not available
    1. Report
  2. Question: Concatenate means to combine two or more objects together to form _________

    A
    One single entity

    B
    Double entity

    C
    seperate entity

    D
    None

    Note: Not available
    1. Report
  3. Question: What is the return type of print?

    A
    Boolean

    B
    void

    C
    String

    D
    None of them

    Note: Not available
    1. Report
  4. Question: Echo is capable off outputting is ______?

    A
    single

    B
    multiple

    C
    boolean

    D
    void

    Note: Not available
    1. Report
  5. 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
  6. 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
  7. 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
  8. Question: What command is used manipulating PHP configuration Variable?

    A
    Unset()

    B
    ini_set()

    C
    php_conf

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

    A
    0

    B
    1

    C
    -1

    D
    NULL

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

    A
    3

    B
    4

    C
    5

    D
    6

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