Would you like to see this page in English? Click here.


または
1-Clickで注文する場合は、サインインをしてください。
または
Amazonプライム会員に適用。注文手続きの際にお申し込みください。詳細はこちら
こちらからも買えますよ
この商品をお持ちですか? マーケットプレイスに出品する
PHP-Architect's Zend PHP 5 Certification Study Guide
 
その他のイメージを見る
 
Kindle化リクエスト
このタイトルのKindle化をご希望の場合、こちらをクリックしてください。

Kindle をお持ちでない場合、こちらから購入いただけます。 Kindle 無料アプリのダウンロードはこちら

PHP-Architect's Zend PHP 5 Certification Study Guide [ペーパーバック]

Davey Shafik , Ben Ramsey
5つ星のうち 5.0  レビューをすべて見る (2件のカスタマーレビュー)
価格: ¥ 3,610 通常配送無料 詳細
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
2点在庫あり。(入荷予定あり) 在庫状況について
この商品は、Amazon.co.jp が販売、発送します。 ギフトラッピングを利用できます。

会員なら、この商品は10%Amazonポイント還元 (ポイントが表示されている場合は、表示ポイント+10%還元)。

キャンペーンおよび追加情報


よく一緒に購入されている商品

PHP-Architect's Zend PHP 5 Certification Study Guide + Zend PHP Certification Study Guide (Developer's Library)
合計価格: ¥ 6,966

これらの商品のうちの1つが他の商品より先に発送されます。

選択された商品をまとめて購入

この商品をチェックした人はこんな商品もチェックしています


商品の説明

まえがき この本の使い方 第1章 PHPの基本 第2章 関数 第3章 配列 第4章 文字列とパターン 第5章 Webプログラミング 第6章 PHPのオブジェクト指向プログラミング 第7章 データベース・プログラミング 第8章 オブジェクト指向デザインの初歩 第9章 XMLとWebサービス 第10章 セキュリティ 第11章 ストリームとネットワーク プログラミング 付録A PHP4と5の違い

登録情報

  • ペーパーバック: 292ページ
  • 出版社: Musketeers.Me, LLC (2006/10/5)
  • 言語 英語, 英語, 英語
  • ISBN-10: 0973862149
  • ISBN-13: 978-0973862140
  • 発売日: 2006/10/5
  • 商品パッケージの寸法: 19.1 x 1.5 x 23.5 cm
  • おすすめ度: 5つ星のうち 5.0  レビューをすべて見る (2件のカスタマーレビュー)
  • Amazon ベストセラー商品ランキング: 洋書 - 53,744位 (洋書のベストセラーを見る)
  •  カタログ情報、または画像について報告


この商品を見た後に買っているのは?


カスタマーレビュー

星4つ
0
星3つ
0
星2つ
0
星1つ
0
最も参考になったカスタマーレビュー
2 人中、2人の方が、「このレビューが参考になった」と投票しています。
5つ星のうち 5.0 Zend Certificateにはこの一冊で十分。 2008/5/21
形式:ペーパーバック
すでにPHPの経験があり、簡単にオブジェクト指向もわかる方であれば、試験対策はこの一冊で十分です。この本で自分が得意なところと、不得意なところがはっきりします。あとはそれをインターネットで調べてものにするだけです。日本ではあまり知られていないかもしれませんが、海外では評価が高い試験です。

PHP5とオブジェクト指向を使って仕事をしてらっしゃる方には、ぜひトライしてみることをお薦めします。ただあくまでガイドなので、詳しいことはオンラインマニュアルや他の書籍で自分で調べる努力が必要になります。
このレビューは参考になりましたか?
形式:ペーパーバック
試験対策としてだけでなくPHPを学ぶ上で欠かせないエッセンスがつまった非常に有益な一冊だと思いました。とても丁寧かつ親切に解説されています。なにが重要なのか、注意点は何かなど”なぜそうなのか”が解説されていて、深く厚く理解することができます。ほかのPHP参考書や事典は”なぜ”という部分に答えていないものが多いので、この一冊を手に入れることでPHPの理解度がいっそう深まります。PHPの学習にいきづまったら、ぜひ手にしてほしい一冊です。ほかの本はいったいなんだったのかと馬鹿らしくなります。 PHPの入門書として日本語訳も期待したいほどのすばらしい内容です。
このレビューは参考になりましたか?
Amazon.com で最も参考になったカスタマーレビュー (beta)
Amazon.com: 5つ星のうち 3.2  16件のカスタマーレビュー
64 人中、62人の方が、「このレビューが参考になった」と投票しています。
5つ星のうち 2.0 A Waste 2008/2/23
By orangekay - (Amazon.com)
形式:ペーパーバック
One can easily argue that the certification exam itself is a waste of money, but with this book and its associated practice exams, the case is a little more cut-and-dry.

Want to pass the exam? Know the following things:

1. What can and can't go in a function/variable name.

2. What typehints are, how they work, and where they're applied.

3. What all of the array_*() functions do. The more verbose array_*_*() functions which nobody uses can be safely skipped over.

4. How to use the SimpleXML library in a very general way i.e. access elements, attributes and convert to DOM.

5. Everything about the new object model, including abstract and final classes, the new constructor format, destructors, autoloaders and access specifiers (public, private, protected).

6. How and when to pass by reference.

7. When things go out of scope.

8. What the following php.ini directives do: allow_url_fopen, register_globals, enable_dl, disable_functions.

9. What goes in the superglobals and when ($_SERVER, $_GET, $_POST, $_REQUEST, $_ARGV).

10. What all of the bitwise operators do (you should also be able to convert numbers to and from decimal, octal, hexadecimal and binary notation with nothing but your brain and a piece of scratch paper).

Database topics are covered, but you generally don't have to know any of the nonsense about mysqli or PDO--these things are all too buggy to actually use anyway, so learning about them is doubly pointless. If you can memorize function argument lists, do so with the preg_ and various string functions, because they like to throw some curveballs that use the optional args no one ever thinks about. If you can't, then don't bother because you can usually eliminate at least two of the choices they give you right off the bat and guess your way through the rest.

And please, please, please, leave comments on the questions that have misspelled words. They really need to fix that if they're going to charge $125 for a test.
20 人中、20人の方が、「このレビューが参考になった」と投票しています。
5つ星のうち 2.0 Good overview, but poor exam prep 2008/10/9
By John M. Stokes - (Amazon.com)
形式:ペーパーバック|Amazon.co.jpで購入済み
I've been programming with PHP professionally for just a year. This book was a good introduction to some concepts I hadn't encountered in my day-to-day work yet, but little more. After reading this book twice, supplementing it with information from the PHP online manual, and passing their practice exams three times in a row, I still failed the exam.

This book doesn't even cover all the topics presented on their practice exams, much less the actual Zend exam. It's riddled with typos (even some in the code, which I consider unforgivable), has no practice questions or coding exercises to go with each chapter, and contains no "for more information, see..." referrals. The streams chapter, for example, primarily covers file I/O and barely touches on network and socket streams. There are some questions I still don't know where to find answers to short of scouring through the PHP manual itself in hopes of stumbling across it.

In short, a good overview of the PHP language, but pathetic exam prep.
11 人中、11人の方が、「このレビューが参考になった」と投票しています。
5つ星のうち 3.0 A good review, but not in-depth by any means... 2007/5/1
By Brian Dailey - (Amazon.com)
形式:ペーパーバック|Amazon.co.jpで購入済み
If you have already been using PHP5 on a regular basis, this book is a good source of review material but doesn't necessarily cover very much new material. It is, I suppose, a good foundation to study for the test, but it *most definitely* is not the only book that you're going to want to read before taking the Zend Certification test.

I also noticed a lot of errors in this book, so beware of that. I recommend the book by Mike Zandstra PHP 5 Objects, Patterns, and Practice in addition to this one, especially if you are moving from PHP4 to PHP5.
これらのレビューは参考になりましたか?   ご意見はクチコミでお聞かせください。
カスタマーレビューの検索
この商品のカスタマーレビューだけを検索する

クチコミ

クチコミは、商品やカテゴリー、トピックについて他のお客様と語り合う場です。お買いものに役立つ情報交換ができます。
この商品のクチコミ一覧
内容・タイトル 返答 最新の投稿
まだクチコミはありません

複数のお客様との意見交換を通じて、お買い物にお役立てください。
新しいクチコミを作成する
タイトル:
最初の投稿:
サインインが必要です
 

クチコミを検索
すべてのクチコミを検索
   


リストマニア

  • PHP   PHP: リスト作成者: Tak
リストを作成

関連商品を探す


フィードバック


Amazon.co.jpのプライバシー ステートメント Amazon.co.jpの発送情報 Amazon.co.jpでの返品と交換