Syntax Syntax
Parameters Parameters
- $path
-
(Required)
Return Return
(float|bool)
Source Source
File: wp-includes/ID3/getid3.lib.php
} else { $GETID3_ERRORARRAY[] = $diemessage; } return false; } /** * @param string $string * * @return string */ public static function trimNullByte($string) { return trim($string, "\x00"); } /** * @param string $path * * @return float|bool */ public static function getFileSizeSyscall($path) { $filesize = false;