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

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

upload a file from wherever Storyplayer is running to the (possibly) remote host
public uploadFile ( HostDetails $hostDetails, string $sourceFilename, string $destFilename ) : void
$hostDetails HostDetails the details of the host to upload to
$sourceFilename string path to the file to upload
$destFilename string path to upload the file to
Результат void
    public function uploadFile($hostDetails, $sourceFilename, $destFilename);