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