PHP 클래스 phprs\Response

..'
저자: caoym
상속: implements ArrayAccess
파일 보기 프로젝트 열기: caoym/phprs-restful 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( array $sender = null ) 创建响应
append ( array $buffer ) 附加更多数据
clear ( ) : void 清除缓存
flush ( $limit = null, $func = null ) : array: 想缓存写出
getBuffer ( ) : multitype:
offsetExists ( $offset ) (non-PHPdoc)
offsetGet ( $offset ) 通过[]操作符设置输出数据
offsetSet ( $offset, $value ) (non-PHPdoc)
offsetUnset ( $offset ) (non-PHPdoc)
setBuffer ( unknown $buffer )

메소드 상세

__construct() 공개 메소드

创建响应
public __construct ( array $sender = null )
$sender array 数据发送方法

append() 공개 메소드

附加更多数据
public append ( array $buffer )
$buffer array

clear() 공개 메소드

清除缓存
public clear ( ) : void
리턴 void

flush() 공개 메소드

想缓存写出
public flush ( $limit = null, $func = null ) : array:
$limit 取指定的项目
$func 取出后调用的方法
리턴 array:

getBuffer() 공개 메소드

public getBuffer ( ) : multitype:
리턴 multitype:

offsetExists() 공개 메소드

(non-PHPdoc)
또한 보기: ArrayAccess::offsetExists()
public offsetExists ( $offset )

offsetGet() 공개 메소드

通过[]操作符设置输出数据
public offsetGet ( $offset )

offsetSet() 공개 메소드

(non-PHPdoc)
또한 보기: ArrayAccess::offsetSet()
public offsetSet ( $offset, $value )

offsetUnset() 공개 메소드

(non-PHPdoc)
또한 보기: ArrayAccess::offsetUnset()
public offsetUnset ( $offset )

setBuffer() 공개 메소드

public setBuffer ( unknown $buffer )
$buffer unknown