PHP 클래스 Qiniu_Rio_PutExtra

파일 보기 프로젝트 열기: zblogcn/zblogphp

공개 프로퍼티들

프로퍼티 타입 설명
$Bucket
$ChunkSize
$MimeType
$Notify 可选。上传进度:[]BlkputRet
$NotifyErr 进度通知:func(blkIdx int, blkSize int, ret *BlkputRet)
$Params 必选(未来会没有这个字段)。
$Progresses 可选。尝试次数
$TryTimes 可选。每次上传的Chunk大小

공개 메소드들

메소드 설명
__construct ( $bucket = null ) 错误通知:func(blkIdx int, blkSize int, err error)

메소드 상세

__construct() 공개 메소드

错误通知:func(blkIdx int, blkSize int, err error)
public __construct ( $bucket = null )

프로퍼티 상세

$Bucket 공개적으로 프로퍼티

public $Bucket

$ChunkSize 공개적으로 프로퍼티

public $ChunkSize

$MimeType 공개적으로 프로퍼티

public $MimeType

$Notify 공개적으로 프로퍼티

可选。上传进度:[]BlkputRet
public $Notify

$NotifyErr 공개적으로 프로퍼티

进度通知:func(blkIdx int, blkSize int, ret *BlkputRet)
public $NotifyErr

$Params 공개적으로 프로퍼티

必选(未来会没有这个字段)。
public $Params

$Progresses 공개적으로 프로퍼티

可选。尝试次数
public $Progresses

$TryTimes 공개적으로 프로퍼티

可选。每次上传的Chunk大小
public $TryTimes