Searched refs:formatArray (Results 1 – 1 of 1) sorted by relevance
435 function formatArray(array $values, int $width, string $format) : string { function451 return formatArray($values, $width, "0x%04x");454 return formatArray($values, $width, "% 5d");457 return formatArray($values, $width, "0x%08x");
Completed in 14 milliseconds