Onetastic Macro Documentation >
>
>
Binary_GetSize Binary_GetSize
Returns the size of a given binary blob.
Syntax
Numeric Binary_GetSize(Binary blob)
Parameters
- Binary blob
- The binary blob to return the size of.
Examples
Copied!
$image = GetCurrentPage().images[0]
$size = Binary_GetSize($image.data)
|