1. Question: PHP developers have almost______ native liabaries at their disposal.

    A
    400

    B
    300

    C
    200

    D
    100

    Note: Not available
    1. Report
  2. Question: PDF stands for ______

    A
    Portable Document Format

    B
    Portade Document Format

    C
    Partial Document Format

    D
    Pre Determine Format

    Note: Not available
    1. Report
  3. Question: Who develops the PHP?

    A
    Rasmus Lerddrof

    B
    Rustam Lanlord

    C
    Raisul Alom

    D
    Rasmus Lerdrof

    Note: Not available
    1. Report
  4. Question: The PHP documentation is available in more than _____ languages.

    A
    20

    B
    30

    C
    200

    D
    02

    Note: Not available
    1. Report
  5. Question: Object oriented feature support from _________.

    A
    PHP-5

    B
    PHP-6

    C
    PHP-5 & 6

    D
    PHP-4

    Note: Not available
    1. Report
  6. Question: API is for____.

    A
    Application Programmer Interface

    B
    application Program Interface

    C
    Application Programming Interface

    D
    Application Programmer Interfaces

    Note: Not available
    1. Report
  7. Question: _______ Detective can be modified within the php.ini, httpd.conf or .htaccess files.

    A
    PHP_INI_SYSTEM

    B
    PHP_INI_PERDIR

    C
    PHP_INI_USER

    D
    PHP_INI_ALL

    Note: Not available
    1. Report
  8. Question: Which directive can be modified within the php.ini, httpd.confi files?

    A
    PHP_INI_SYSTEM

    B
    PHP_INI_PERDIR

    C
    PHP_INI_USER

    D
    PHP_INI_ALL

    Note: Not available
    1. Report
  9. Question: Which are correct for opening php syntax?

    A
    (Delimiter style) <?php echo "

    some dynamic output here

    "; ?>

    B
    (Short tags style) <? echo "

    some dynamic output here

    "; ?>

    C
    (ASp style) <% print "

    some dynamic output here

    "; %>

    D
    (Script style) <script language="php"> print "This another php example"; </script>

    Note: Not available
    1. Report
  10. Question: Which is correct way to embedding PHP tag into webpage delimiter syntax?

    A
    Welcome ! <?php echo "some dynamic output here"; ?> Some static output here

    B
    Welcome ! <? echo "some dynamic output here"; ?> Some static output here

    C
    Welcome ! <% echo "some dynamic output here"; %> Some static output here

    D
    <?php Welcome ! echo "some dynamic output here"; Some static output here ?>

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