1. Question: An operator is a ______ that specifies aparticular action in an expression.

    A
    symbol

    B
    object

    C
    method

    D
    none

    Note: Not available
    1. Report
  2. Question: What is the purpose of Operator Precedence "new"?

    A
    Object instantiation

    B
    Expression subgrouping

    C
    Index encloser

    D
    All

    Note: Not available
    1. Report
  3. Question: The multiplication (*) operator is ________ associative

    A
    left to right

    B
    up to bottom

    C
    right to left

    D
    bottom to left

    Note: Not available
    1. Report
  4. Question: What is the outcome of "$a += 5"?

    A
    $a equals $a plus 5

    B
    $a equals 5 plus

    C
    $a equals $a with 5

    D
    none

    Note: Not available
    1. Report
  5. Question: The return() statement returns any ensuing value back to the ________.

    A
    function caller

    B
    function paramiters

    C
    variables

    D
    none

    Note: Not available
    1. Report
  6. Question: Unlike other langueges PHP doesn't require that assign a size to an array at creation time.

    A
    true

    B
    false

    Note: Not available
    1. Report
  7. Question: For Adding a Value to the Front of an Array What We Use?

    A
    The array_unshift() function

    B
    The array_shift() function

    C
    The array_push() function

    D
    The array_pop() function

    Note: Not available
    1. Report
  8. Question: Which function returns the type of variable?

    A
    gettype()

    B
    settype()

    C
    ini_set()

    D
    none of the above

    Note: Not available
    1. Report
  9. Question: When release the php 3.0 version?

    A
    1998

    B
    1997

    C
    1995

    D
    2000

    Note: Not available
    1. Report
  10. Question: When release the php 2.0 version?

    A
    1997

    B
    1998

    C
    1999

    D
    2000

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