200-500 Zend PHP 5 Certification

Loading demo links...

Showing 1–3 of 15 questions

Question 1 (Volume D)

The function mysqli_affected_rows() can be used to perform which of the following actions?

(Choose 2)

Select all that apply, then click Submit answer.

  • get the number of rows that are affected by SELECT statements

  • get the number of rows that are affected by UPDATE statements

  • get the number of rows that are affected by INSERT statements

  • get the number of rows in a result set

  • get the numbers of rows that are affected after committing a transaction using COMMIT


Question 2 (Volume A)

Type hinting in PHP allows the identification of the following variable types: (Choose 2)

Select all that apply, then click Submit answer.

  • String

  • Integer

  • Array

  • Any class or interface type


Question 3 (Volume A)

Which methods can be used to overload object properties? (Choose 2)

Select all that apply, then click Submit answer.

  • set(), get()

  • __set(), __get()

  • __put(), __receive(), __exists()

  • set(), get(), isset()

  • __isset(), __unset()