Searched refs:cpg_format_bytes (Results 1 – 7 of 7) sorted by relevance
64 $maxfilesize = sprintf($lang_upload_php['max_fsize'], cpg_format_bytes($maxfilesizebytes));74 …ze = sprintf($lang_upload_php['restriction_filesize'], '<strong>' . cpg_format_bytes($maxfilesizeb…
42 $maxfilesize = sprintf($lang_upload_php['max_fsize'], cpg_format_bytes($maxfilesizebytes));
34 $filesize = cpg_format_bytes($log['filesize']);
97 …ze = sprintf($lang_upload_php['restriction_filesize'], '<strong>' . cpg_format_bytes($CONFIG['max_…
513 $disk_usage_output = cpg_format_bytes($disk_usage);
428 $totalSpaceCount_fmt = cpg_format_bytes($totalSpaceCount);
4023 $peak_memory_usage = cpg_format_bytes(memory_get_peak_usage());4027 $table[] = array('Memory usage', cpg_format_bytes(memory_get_usage()), $peak_memory_usage);5921 function cpg_format_bytes($bytes) function