PHP Class Qiniu_Rio_PutExtra

Afficher le fichier Open project: zblogcn/zblogphp

Méthodes publiques

Свойство Type Description
$Bucket
$ChunkSize
$MimeType
$Notify 可选。上传进度:[]BlkputRet
$NotifyErr 进度通知:func(blkIdx int, blkSize int, ret *BlkputRet)
$Params 必选(未来会没有这个字段)。
$Progresses 可选。尝试次数
$TryTimes 可选。每次上传的Chunk大小

Méthodes publiques

Méthode Description
__construct ( $bucket = null ) 错误通知:func(blkIdx int, blkSize int, err error)

Method Details

__construct() public méthode

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

Property Details

$Bucket public_oe property

public $Bucket

$ChunkSize public_oe property

public $ChunkSize

$MimeType public_oe property

public $MimeType

$Notify public_oe property

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

$NotifyErr public_oe property

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

$Params public_oe property

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

$Progresses public_oe property

可选。尝试次数
public $Progresses

$TryTimes public_oe property

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