/ Published in: PHP
creating arrays in php
Expand |
Embed | Plain Text
'black'=>0x08, 'blue'=>0x0C, 'brown'=>0x10, 'cyan'=>0x0F, 'gray'=>0x17, 'green'=>0x11, 'lime'=>0x0B, 'magenta'=>0x0E, 'navy'=>0x12, 'orange'=>0x35, 'purple'=>0x14, 'red'=>0x0A, 'silver'=>0x16, 'white'=>0x09, 'yellow'=>0x0D );
You need to login to post a comment.
