PHP 8

null coalescing operator Before Now Write to left-hand operand nullsafe operator Before Now

Read More

PHP, JS: Code Dokumentation

Diese PHP-Dokumentation, welche der Einfachheit halber auch für JavaScript verwendet werden kann, basiert auf PHPDoc1. /** * File documentation * * Description * * @category # Used to organize groups of packages together. # * @package # Can only be used to document procedural pages or classes. # * @author Patric Eberle * @copyright Copyright […]

Read More

Basics

Objekt formatiert ausgeben echo ‘<pre>’; print_r($output->main()); echo ‘</pre>’;  

Read More

Kontaktformular

E-Mail Eingabe testen preg_match(“/^[a-z]+[a-z0-9]*[\.|\-|_]?[a-z0-9]+@([a-z]+[a-z0-9]*[\.|\-]?[a-z]+[a-z0-9]*[a-z0-9]+){1,4}\.[a-z]{2,4}$/”, $email)  

Read More