Searched refs:dec (Results 1 – 2 of 2) sorted by relevance
41 $dec = ord($c);42 if (($dec == 32) && ($i == ($linlen - 1))) { // convert space at eol only44 …} elseif (($dec == 61) || ($dec < 32) || ($dec > 126)) { // always encode "\t", which is *not* req…45 $h2 = floor($dec / 16);46 $h1 = floor($dec % 16);
1395 * @param int $dec A number of decimal places1402 function filesize_h($size, $dec = 1) argument1413 return round($size, $dec) . "\xC2\xA0" . $sizes[$i]; //non-breaking space