質問 1:Which of the following items in the $_SERVER super global are important for authenticating the client
when using HTTP Basic authentication? (Choose 2)
A. PHP _AUTH_USER
B. PHP _AUTH_PASSWORD
C. PHP _AUTH_TYPE
D. PHP _AUTH_PW
E. PHP _AUTH_DIGEST
正解:A,D
質問 2:Consider the following table data and PHP code. What is a possible outcome?
Table data (table name "users" with primary key "id"):
PHP code (assume the PDO connection is correctly established):
$ dsn = 'mysql:host=localhost;dbname=exam';
$ user= 'username';
$ pass='********';
$ pdo = new PDO($dsn, $user, $pass);
$ cmd = "SELECT name, email FROM users LIMIT 1";
$ stmt = $pdo->prepare($cmd);
$ stmt->execute();
$ result= $stmt->fetchAll(PDO::FETCH_BOTH);
$ row= $result[0];
A. The value of $row is 'array(0 => 'anna', 1 => '
[email protected]')'.
B. The value of $row is 'array(0 => 'anna', 'name' => 'anna', 1 => '
[email protected]', 'email' =>
'
[email protected]')'.
C. The value of $result is ' array('anna' => '
[email protected]')'.
D. The value of $row is 'array('name' => 'anna', 'email'=> '
[email protected]')'.
正解:B
質問 3:You work for a shared hosting provider, and your supervisor asks you to disable user scripts to
dynamically load PHP extensions using the di() function. How can you do this? (Choose 2)
A. Add di to the current value of disable_classes in the server's php.ini configuration file.
B. Set enable_dl to Off in the server's php.ini configuration file.
C. Add di to the current value of disable_functions in the server's php.ini configuration file.
D. Write a custom function called di() , save it under the name prepend.inc and then set the
auto_prepend_file directive to prepend.inc in php.ini.
正解:B,C
質問 4:What is the result of the following code?
define('PI', 3.14);
class T
{
canst Pl = Pl;
}
class Math
{
canst Pl = T::PI;
}
echo Math::PI;
A. Parse error
B. T::PI
C. 3.14
D. Pl
正解:C
質問 5:How can the id attribute of the 2nd baz element from the XML string below be retrieved from the
SimpleXML object found inside $xml?
< ?xml version=1.0'?>
< foo>
< bar>
< baz id="l">One</baz>
< baz id="2">Two</baz>
< /bar>
< /foo>
A. $xml->foo->bar->baz[2]['id']
B. $xml->bar->baz[l]['id']
C. $xml->foo->baz[2] ['id']
D. $xml->getElementByld('2');
E. $xml->foo->bar->baz[l]['id']
正解:B
質問 6:How many elements does the array $matches from the following code contain?
$ str = "The cat sat on the roof of their house.";
$ matches= preg_split("/(the)/i", $str, -1, PREG_SPLIT_DELIM_CAPTURE);
A. 9
B. 2
C. 3
D. 4
E. 7
正解:E
質問 7:You want to access the 3rd character of a string, contained in the variable $test. Which of the following
possibilites work? (Choose 2)
A. echo $test(3);
B. echo $test[2];
C. echo $test{2};
D. echo $test(2);
E. echo $test{3};
正解:B,C
質問 8:What method can be used to find the tag <any> via the DOM extension?
A. getElementByld()
B. getElementsByTagNameNS()
C. getElementByName()
D. findTag()
E. getElementsByTagName()
正解:E
TopExamは君に200-710の問題集を提供して、あなたの試験への復習にヘルプを提供して、君に難しい専門知識を楽に勉強させます。TopExamは君の試験への合格を期待しています。
弊社のZend-Technologies 200-710を利用すれば試験に合格できます
弊社のZend-Technologies 200-710は専門家たちが長年の経験を通して最新のシラバスに従って研究し出した勉強資料です。弊社は200-710問題集の質問と答えが間違いないのを保証いたします。
この問題集は過去のデータから分析して作成されて、カバー率が高くて、受験者としてのあなたを助けて時間とお金を節約して試験に合格する通過率を高めます。我々の問題集は的中率が高くて、100%の合格率を保証します。我々の高質量のZend-Technologies 200-710を利用すれば、君は一回で試験に合格できます。
弊社は失敗したら全額で返金することを承諾します
我々は弊社の200-710問題集に自信を持っていますから、試験に失敗したら返金する承諾をします。我々のZend-Technologies 200-710を利用して君は試験に合格できると信じています。もし試験に失敗したら、我々は君の支払ったお金を君に全額で返して、君の試験の失敗する経済損失を減少します。
一年間の無料更新サービスを提供します
君が弊社のZend-Technologies 200-710をご購入になってから、我々の承諾する一年間の更新サービスが無料で得られています。弊社の専門家たちは毎日更新状態を検査していますから、この一年間、更新されたら、弊社は更新されたZend-Technologies 200-710をお客様のメールアドレスにお送りいたします。だから、お客様はいつもタイムリーに更新の通知を受けることができます。我々は購入した一年間でお客様がずっと最新版のZend-Technologies 200-710を持っていることを保証します。
弊社は無料Zend-Technologies 200-710サンプルを提供します
お客様は問題集を購入する時、問題集の質量を心配するかもしれませんが、我々はこのことを解決するために、お客様に無料200-710サンプルを提供いたします。そうすると、お客様は購入する前にサンプルをダウンロードしてやってみることができます。君はこの200-710問題集は自分に適するかどうか判断して購入を決めることができます。
200-710試験ツール:あなたの訓練に便利をもたらすために、あなたは自分のペースによって複数のパソコンで設置できます。
Zend-Technologies 200-710 認定試験の出題範囲:
トピック | 出題範囲 |
---|
トピック 1 | - Databases & SQL Prepared Statements, Transactions
|
トピック 2 | - Data Format & Types XML Basics, SimpleXML, XML Extension, Webservices Basics, DOMDocument, JSON
|
トピック 3 | - Security Cross-Site Request Forgeries, Remote Code Injection, Encryption, Hashing algorithms, Password hashing API
|
トピック 4 | - Object Oriented Programming
- Class Constants, Instantiation, Late Static Binding, Return Types, Interfaces
|
トピック 5 | - Strings & Patterns Matching, Extracting, Searching, Encodings, Formatting
|
トピック 6 | - Arrays Associative Arrays, Array Iteration, SPL, Objects as arrays, Array Functions
|
参照:https://www.zend.com/training/php-certification-exam
安全的な支払方式を利用しています
Credit Cardは今まで全世界の一番安全の支払方式です。少数の手続きの費用かかる必要がありますとはいえ、保障があります。お客様の利益を保障するために、弊社の200-710問題集は全部Credit Cardで支払われることができます。
領収書について:社名入りの領収書が必要な場合、メールで社名に記入していただき送信してください。弊社はPDF版の領収書を提供いたします。