Hallo,
Nein. Allerdings kannst Du das nachbauen mit Bitmasken:
define ('FK_RED', 0x01);
define ('FK_GREEN', 0x02);
define ('FK_BLUE', 0x03);
define ('FK_ALPHA', 0x04);
Ok, ich bin wohl noch nicht ganz ausgeschlafen, muss natürlich heißen:
~~~php
define ('FK_RED', 0x01);
define ('FK_GREEN', 0x02);
define ('FK_BLUE', 0x04);
define ('FK_ALPHA', 0x08);
Viele Grüße,
Christian
--
Mein "Weblog" [RSS]
Using XSLT to create JSON output (Saxon-B 9.0 for Java)
»I don't believe you can call yourself a web developer until you've built an app that uses hyperlinks for deletion and have all your data deleted by a search bot.«
-- Kommentar bei TDWTF
Mein "Weblog" [RSS]
Using XSLT to create JSON output (Saxon-B 9.0 for Java)
»I don't believe you can call yourself a web developer until you've built an app that uses hyperlinks for deletion and have all your data deleted by a search bot.«
-- Kommentar bei TDWTF