PHP 클래스 Oara\Curl\Access

저자: Carlos Morillo Merino
파일 보기 프로젝트 열기: fubralimited/php-oara

공개 메소드들

메소드 설명
__construct ( $credentials ) \Oara\Curl\Access constructor.
createCookieDir ( $credentials ) Creating the cookie directory
get ( array $urls, integer $deep, $allowEmptyResult = false ) : array Get
getCookiePath ( ) : array
getCookies ( ) : string
getOptions ( ) : array
getPostFields ( array $data ) : string
post ( array $urls, integer $deep, $allowEmptyResult = false ) : array Post
setCookiePath ( $cookiePath )
setCookies ( $data ) : string
setOptions ( $options )

비공개 메소드들

메소드 설명
keyName ( array $a, $pos ) : mixed
keyPosition ( array $data, $key ) : integer | null

메소드 상세

__construct() 공개 메소드

\Oara\Curl\Access constructor.
public __construct ( $credentials )
$credentials

createCookieDir() 공개 메소드

Creating the cookie directory
public createCookieDir ( $credentials )
$credentials

get() 공개 메소드

Get
public get ( array $urls, integer $deep, $allowEmptyResult = false ) : array
$urls array
$deep integer
리턴 array

getCookiePath() 공개 메소드

public getCookiePath ( ) : array
리턴 array

getCookies() 공개 메소드

public getCookies ( ) : string
리턴 string

getOptions() 공개 메소드

public getOptions ( ) : array
리턴 array

getPostFields() 공개 메소드

public getPostFields ( array $data ) : string
$data array
리턴 string

post() 공개 메소드

Post
public post ( array $urls, integer $deep, $allowEmptyResult = false ) : array
$urls array
$deep integer
리턴 array

setCookiePath() 공개 메소드

public setCookiePath ( $cookiePath )
$cookiePath

setCookies() 공개 메소드

public setCookies ( $data ) : string
리턴 string

setOptions() 공개 메소드

public setOptions ( $options )
$options