PHP 클래스 Google\Cloud\Upload\ResumableUploader

상속: extends AbstractUploader
파일 보기 프로젝트 열기: GoogleCloudPlatform/gcloud-php 1 사용 예제들

공개 메소드들

메소드 설명
getResumeUri ( ) : string Gets the resume URI.
resume ( string $resumeUri ) : array Resumes a download using the provided URI.
upload ( ) : array Triggers the upload process.

비공개 메소드들

메소드 설명
createResumeUri ( ) : string Creates the resume URI.
getRangeStart ( string $rangeHeader ) : integer Gets the starting range for the upload.
getStatusResponse ( ) : Psr\Http\Message\ResponseInterface Gets the status of the upload.

메소드 상세

getResumeUri() 공개 메소드

Gets the resume URI.
public getResumeUri ( ) : string
리턴 string

resume() 공개 메소드

Resumes a download using the provided URI.
public resume ( string $resumeUri ) : array
$resumeUri string
리턴 array

upload() 공개 메소드

Triggers the upload process.
public upload ( ) : array
리턴 array