mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:02:54 +00:00
Rewrite getBytesFromShorthand prose
This commit is contained in:
parent
7183f36239
commit
40094bbda7
1 changed files with 1 additions and 1 deletions
|
@ -532,7 +532,7 @@ class Strings
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This function converts a PHP's shorthand notation string for file sizes into an integer number of total bytes.
|
* This function converts a file size string written in PHP's shorthand notation to an integer number of total bytes.
|
||||||
* For example: The string for shorthand notation of '2M' (which is 2,097,152 Bytes) is converted to 2097152
|
* For example: The string for shorthand notation of '2M' (which is 2,097,152 Bytes) is converted to 2097152
|
||||||
* @see https://www.php.net/manual/en/faq.using.php#faq.using.shorthandbytes
|
* @see https://www.php.net/manual/en/faq.using.php#faq.using.shorthandbytes
|
||||||
* @param string $shorthand
|
* @param string $shorthand
|
||||||
|
|
Loading…
Reference in a new issue