function::pages_to_string
名称
function::pages_to_string — Turns pages into a human readable string
Synopsis
pages_to_string:string(pages:long)
Arguments
pages
- Number of pages to translate.
Description
Multiplies pages by
page_size
to get the number of bytes and returns the result of bytes_to_string
.