Inverse HEX Value with PHP

<? $inverse_color = strtr(strtoupper($color), '0123456789ABCDEF', 'FEDCBA9876543210'); // $color = "ffffff"; -> $inverse_color = "000000"
Inverse HEX Value with PHP

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.