Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 2.14 KB

php-and-web-security.md

File metadata and controls

50 lines (38 loc) · 2.14 KB
title
PHP and Web Security - Symfony Certification Preparation List

Back to index

PHP and Web Security

PHP API up to PHP 7.2 version

Object Oriented Programming

Namespaces

Interfaces

Anonymous functions and closures

Abstract classes

Exception and error handling

Traits

  • Traits - php.net
    • Traits can't contain constants.
    • The magic constant TRAIT will giev you the name of the trait

PHP extensions

SPL

  • Standard PHP Library - php.net
    • Structures des données, Itérateurs, Interfaces, Exceptions, Fonctions SPL, fonction, Classes et interfaces diverses

Web security (XSS, CSRF, etc.)