Winter Sale Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: v4s65

200-530 Exam Dumps - Zend PHP 5.3 Certification

Go to page:
Question # 25

Which of the following are valid SoapClient calls? (Choose 2)

A.

$client = new SoapClient("weather.wsdl");

B.

$client = new SoapClient;

C.

$client = new SoapClient(null, array("location" =>

"http://example.com/weather ", "uri" => "http://test-uri.com/ "));

D.

$client = new SoapClient(null, array());

Full Access
Question # 26

What DOMElement method should be used to check for availability of a non-namespaced attribute?

A.

getAttributeNS()

B.

getAttribute()

C.

hasAttribute()

D.

hasAttributeNS()

Full Access
Question # 27

What is the output of the following code?

A.

false-false

B.

false-true

C.

true-false

D.

true-true

Full Access
Question # 28

You analyze the code of a colleague and see a call to the function quotemeta(). You give the string "Holy $%&[. What's going on?" as a parameter to it. What will it output?

A.

Holy $%&[. What's going on?

B.

Holy \$%&\[\. What's going on\?

C.

Holy $%&[. What\'s going on?

D.

Holy \$\%\&\[\. What\'s going on\?

Full Access
Question # 29

Which of the following data types is implicitly passed by reference in PHP 5 while it is passed by value in PHP 4?

A.

Class

B.

String

C.

Object

D.

Array

Full Access
Question # 30

What is the output of the following code?

echo "22" + "0.2", 23 . 1;

A.

220.2231

B.

22.2231

C.

22.2,231

D.

56.2

Full Access
Question # 31

Which requirements need NOT be met so that file uploads work?

A.

The PHP directive file_uploads must be set to on

B.

The form's method attribute must be set to "post"

C.

Sate mode must be turned off so that the uploaded file an be written to the server

D.

The form's enctype attribute must be set to "multipart/form-data"

Full Access
Question # 32

Which of the following is used to find all PHP files under a certain directory?

A.

PHPIterator

B.

RecursiveTreelterator

C.

RecursiveDirectorylterator

D.

SplTempFileObject

Full Access
Go to page: