Spring Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Zend PHP 5 Certification

Last Update 9 hours ago Total Questions : 219

The Zend PHP 5 Certification content is now fully updated, with all current exam questions added 9 hours ago. Deciding to include 200-500 practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our 200-500 exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these 200-500 sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any Zend PHP 5 Certification practice test comfortably within the allotted time.

Question # 61

What is the output of the following code?

str_pad( ' PHP ' , 10, ' P ' , STR_PAD_BOTH);

A.

H

B.

PHPPPPPPPP

C.

PPPPHPPPPP

D.

PPPPPPPPHP

Question # 62

You have a variable $test that contains sub-strings divided by a dash ( " - " ). How can you put every sub-string into an array element easily?

A.

extract($test, " - " );

B.

explode( " - " , $test);

C.

to_array($test, " - " );

D.

explode($test, " - " );

Question # 63

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

A.

get the number of rows that are affected by SELECT statements

B.

get the number of rows that are affected by UPDATE statements

C.

get the number of rows that are affected by INSERT statements

D.

get the number of rows in a result set

E.

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

Question # 64

What function is ideal for outputting contents of a static file to screen?

A.

file_get_contents()

B.

readfile()

C.

fread()

D.

include()

E.

require()

F.

file()

Question # 65

What does the chown() function do?

A.

Change the file permissions.

B.

Change the owner of the file.

C.

Change the group of the file.

D.

Checks if the file is accessible.

Go to page: