Feature: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „==Name== Feature ==Beschreibung== Dieses Objekt beinhaltet Informationen über ein Publikationsziel ==Attribute== {| class="prettytable sortable" |- class="hint…“) |
|||
Zeile 11: | Zeile 11: | ||
|- | |- | ||
| php | | php | ||
− | | [[#PHPFeature]] | + | | [[#PHPFeature|PHPFeature]] |
| Sammlung von PHP-Features | | Sammlung von PHP-Features | ||
| 2.13 | | 2.13 |
Version vom 16. Juli 2015, 13:20 Uhr
Name
Feature
Beschreibung
Dieses Objekt beinhaltet Informationen über ein Publikationsziel
Attribute
Attribut | Type | Beschreibung | ab IES Version |
---|---|---|---|
php | PHPFeature | Sammlung von PHP-Features | 2.13 |
PHPFeature
Attribut | Type | Beschreibung | ab IES Version |
---|---|---|---|
hasShortArray | boolean | Gibt an, ob die Short Array Syntax unterstützt wird ([] anstelle von array() )
|
2.13 |
hasShortEcho | boolean | Gibt an, ob die Short Echo Syntax unterstützt wird (<?=123?> )
|
2.13 |