PHP 클래스 DummyCurl

파일 보기 프로젝트 열기: mpyw/co 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $identifier, integer $cost, boolean $error = false )
__toString ( ) : string
alreadyRead ( ) : boolean
done ( ) : boolean
errno ( ) : integer
errstr ( ) : string
getContent ( ) : string
getMultiHandle ( DummyCurlMulti $mh )
prepared ( ) : boolean
read ( )
reset ( )
running ( ) : boolean
setMultiHandle ( DummyCurlMulti $mh )
startedAt ( ) : integer
stoppedAt ( ) : integer
update ( integer $exec_count )

메소드 상세

__construct() 공개 메소드

public __construct ( string $identifier, integer $cost, boolean $error = false )
$identifier string
$cost integer
$error boolean

__toString() 공개 메소드

public __toString ( ) : string
리턴 string

alreadyRead() 공개 메소드

public alreadyRead ( ) : boolean
리턴 boolean

done() 공개 메소드

public done ( ) : boolean
리턴 boolean

errno() 공개 메소드

public errno ( ) : integer
리턴 integer

errstr() 공개 메소드

public errstr ( ) : string
리턴 string

getContent() 공개 메소드

public getContent ( ) : string
리턴 string

getMultiHandle() 공개 메소드

public getMultiHandle ( DummyCurlMulti $mh )
$mh DummyCurlMulti

prepared() 공개 메소드

public prepared ( ) : boolean
리턴 boolean

read() 공개 메소드

public read ( )

reset() 공개 메소드

public reset ( )

running() 공개 메소드

public running ( ) : boolean
리턴 boolean

setMultiHandle() 공개 메소드

public setMultiHandle ( DummyCurlMulti $mh )
$mh DummyCurlMulti

startedAt() 공개 메소드

public startedAt ( ) : integer
리턴 integer

stoppedAt() 공개 메소드

public stoppedAt ( ) : integer
리턴 integer

update() 공개 메소드

public update ( integer $exec_count )
$exec_count integer