PHP Class Qiniu_Rio_PutExtra

Show file Open project: zblogcn/zblogphp

Public Properties

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

Public Methods

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

Method Details

__construct() public method

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

Property Details

$Bucket public property

public $Bucket

$ChunkSize public property

public $ChunkSize

$MimeType public property

public $MimeType

$Notify public property

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

$NotifyErr public property

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

$Params public property

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

$Progresses public property

可选。尝试次数
public $Progresses

$TryTimes public property

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