Convert to bytes.
convert_to_bytes( int|string $val ) : int
$val (int|string) (Required)
(int)
$val = '1K'; echo convert_to_bytes($val); // 1024