Premium Partner

PHP 7

Vorbereitung auf die Zend PHP Certification

Vorbereitung auf die Zend PHP Certification


Kartei Details

Karten 15
Sprache Deutsch
Kategorie Informatik
Stufe Andere
Erstellt / Aktualisiert 27.06.2017 / 14.08.2018
Lizenzierung Namensnennung - Nicht-kommerziell -Weitergabe unter gleichen Bedingungen (CC BY-NC-SA)    (Franz-Ferdinand Lehnert)
Weblink
https://card2brain.ch/box/20170627_php_7
Einbinden
<iframe src="https://card2brain.ch/box/20170627_php_7/embed" width="780" height="150" scrolling="no" frameborder="0"></iframe>
PHP Tags (pure PHP)

PHP Tags in HTML

Instruction Separation

; or ?>

Comments

#, //, /**/

Comment Hierarchy

/**/ over // and #

Scalar Types

boolean, integer, float (aka double), string

Compound Types

array, object, callable, iterable

Special Types

resource, NULL