200-500 試験問題を無料オンラインアクセス
| 試験コード: | 200-500 |
| 試験名称: | Zend PHP 5 Certification |
| 認定資格: | Zend-Technologies |
| 無料問題数: | 219 |
| 更新日: | 2026-09-07 |
What happens if you try to access a property whose name is defined in a parent class as private, and is not declared in the current class?
After running this sort, what will be the value of $b?
$ a = array('_!', 'def', 0);
$ b = sort($a);