200-530 Zend PHP 5.3 Certification

Loading demo links...

Showing 4–6 of 15 questions

Question 4

Which of these protocols are NOT governed by the W3C in their latest versions? (Choose

2)

Select all that apply, then click Submit answer.

  • XML-RPC

  • SOAP

  • WSDL

  • UDDI


Question 5

How can you determine if magic_quotes_gpc is enabled? (Choose 2)

Select all that apply, then click Submit answer.

  • Use the get_magic_quotes() function.

  • Using the get_magic_quotes_runtime() function.

  • Use the get_magic_quotes_gpc() function.

  • Using ini_get('magic_quotes_gpc').

  • Using ini_get('magic_quotes').


Question 6

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