https://github.com/marabesi/zcpe
Basic study guide to prepare for Zend certification exam
https://github.com/marabesi/zcpe
arrays dates db exam exception files functions php php5
Last synced: 6 months ago
JSON representation
Basic study guide to prepare for Zend certification exam
- Host: GitHub
- URL: https://github.com/marabesi/zcpe
- Owner: marabesi
- License: mit
- Created: 2015-06-15T21:22:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-06-28T08:02:56.000Z (over 6 years ago)
- Last Synced: 2025-03-23T21:51:52.916Z (7 months ago)
- Topics: arrays, dates, db, exam, exception, files, functions, php, php5
- Language: PHP
- Homepage: https://marabesi.github.io/zcpe
- Size: 682 KB
- Stars: 14
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: security/crypt.php
Awesome Lists containing this project
README
[](https://www.codacy.com/app/matheus-marabesi/zcpe?utm_source=github.com&utm_medium=referral&utm_content=marabesi/zcpe&utm_campaign=Badge_Grade)
# Z.C.P.E 5.5
[Would you like to become a Zend Certified Engineer ?](http://www.zend.com/en/services/certification)
Here you can find simple content of the topics you will find in the exam, and [there is an interface web](https://marabesi.github.io/zcpe) which you can easily see the examples in this repo.
| PHP Basics | Functions |Data format & Types|
|------------|-----------|-------------------|
| Syntax| Arguments | XML Basics |
| Operators| Variables| SimpleXML |
| Variables| References| XML Extension |
| Control Structures| Returns| Webservices Basics|
| Language Constructs and Functions| Variable Scope | SOAP |
| Namespaces | Anonymous Functions, closures| JSON |
| Extensions| - | DateTime |DOMDocument |
| Config| - | - |
| Performance/bytecode caching| - | - || Web Features | Object Oriented Programming | Security |
|--------------|-----------------------------|----------|
| Sessions| Instantiation | Configuration |
| Forms | Modifiers/Inheritance | Session Security |
| GET and POST data | Interfaces | Cross-Site Scripting |
| Cookies| Exceptions | Cross-Site Request Forgeries |
| HTTP Headers | Autoload | SQL Injection |
| HTTP Authentication | Reflection | Remote Code Injection |
| HTTP Status Codes | Type Hinting | Email Injection |
| - | Class Constants | Filter Input |
| - | Late Static Binding | Escape Output |
| - | Magic (_*) Methods | Encryption, Hashing algorithms |
| - | Instance Methods & Properties | File uploads |
| - | SPL | PHP Configuration |
| - | Traits | Password hashing API || Strings & Patterns | Databases & SQL | Array |
|--------------------|-----------------|-------|
| Quoting | SQL | Associative Arrays |
| Matching | Joins | Array Iteration |
| Extracting | Prepared Statements | Array Functions |
| Searching | Transactions | SPL, Objects as arrays |
| Replacing | PDO | Casting |
| Formatting | - | - |
| PCRE | - | - |
| NOWDOC | - | - |
| Encodings | - | - |# What you will not find here ?
You are not find here topics related to Zend Framework 1 Certification or Zend Framework 2 Certification, here we are focus on PHP 5.5 certification.