/ Published in: PHP
Expand |
Embed | Plain Text
{ function hex2rgb($h, $a=false) { { $h = str_split($h,1); foreach ($h as &$c) $c .= $c; } { $h = str_split($h,2); } else return null; foreach ($h as &$t) { } } }
You need to login to post a comment.
