<?php $hexColorCode = '#ffffff'; $start = microtime(TRUE); str_replace('#', '', $hexColorCode); $end = microtime(TRUE); echo $end - $start; echo "\n----"; $start = microtime(TRUE); ltrim($hexColorCode, '#'); $end = microtime(TRUE); echo $end - $start;
You have javascript disabled. You will not be able to edit any code.