The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
1answer
616 views

PHP magic methods example

I have this question from the Zend PHP study guide and can't find a proper explanation... <?php class Magic { public $a = "A"; protected $b = array("a"=>"A", "b"=>"B", ...
1
vote
3answers
280 views

Can I declare a variable without $ in PHP

I saw this code in a PHP book (PHP architect, ZEND PHP 5 Certification guide page 141) class foo{ public $bar; protected $baz; private $bas; public var1="Test"; //String public var2=1.23; ...
6
votes
1answer
5k views

Zend PHP Certification sample exam questions

I'm planing to approach Zend PHP (5.3) Certification Exam. Maybe anyone know where I can find sample exam questions?
0
votes
2answers
668 views

Zend php 5 certification [duplicate]

Possible Duplicate: Zend PHP5 Certification, does it matter? Who passed this exam and how it helped employment? Is it difficult to test? Duplicate questions from The Zend PHP ...
1
vote
1answer
293 views

Zend PHP qualification [closed]

The company I work for paid alot of money to put me on the Zend PHP programming course, i completed all the online classes and tutorials all I need to do know is book the test and pass. Any advice ...
2
votes
2answers
410 views

Using flock() to lock a stream is only assured to work under what circumstances?

This is a question from PHP zend exam, Using flock() to lock a stream is only assured to work under what circumstances? When running in a Linux environment local filesystem When accessing the ...
3
votes
2answers
824 views

zend php certification test percentage [closed]

Does anyone know how many questions you can get wrong in the Zend PHP Certification Exam without failing it? It doesn't say anywhere on the Zend site it just says you can either pass it or fail it(I ...
7
votes
4answers
1k views

Zend Certification [closed]

I'm looking to get my Zend certification soon for PHP5. Has anybody that's taken the exam come out of it with good advice? Are there any useless/nonsense/obscure/esoteric topics covered on it? Thanks ...
6
votes
3answers
1k views

Zend Framework Certification

I have read the answers to a question asking whether Zend PHP certification is worth the effort: http://stackoverflow.com/questions/165999/zend-php5-certification-does-it-matter I was wondering ...
0
votes
1answer
2k views

Zend Framework Certification Read Material Sample Questions

Can anyone please provide some reading material ( Except Zend Framework Certification Guide ) or Sample Questions and Guidelines for Zend Framework Certification Exam ? Pleas share your experiance ...
4
votes
4answers
2k views

How many percent we need to pass Zend Certifieed PHP5 Exam [closed]

How many percent we need to pass Zend Certifieed PHP5 Exam?
11
votes
3answers
2k views

What are some good study resources for the Zend PHP certification? [closed]

I'm preparing to take the Zend PHP exam and want to find some resources for study materials. I already have php|Architect's Zend PHP 5 study guide, and of course there is the documentation at the PHP ...