DataSift\Storyplayer\OsLib\SupportedOs::getFileDetails PHP Метод

getFileDetails() публичный Метод

get details about a filesystem entry
public getFileDetails ( HostDetails $hostDetails, string $filename ) : stdClass
$hostDetails HostDetails the details of the host to query
$filename string path to the file/folder to query
Результат stdClass
    public function getFileDetails($hostDetails, $filename);