PHP 클래스 SlightPHP\Rest_Http

파일 보기 프로젝트 열기: hetao29/slightphp

공개 메소드들

메소드 설명
addServer ( $host, $path = "", $weight = 1, $timeout = 1 ) consistent hashing
addServers ( array $servers )
getServer ( $key )
init ( $params = [] )

비공개 메소드들

메소드 설명
_sort ( $a, $b )
hash ( $str )

메소드 상세

addServer() 공개 정적인 메소드

consistent hashing
public static addServer ( $host, $path = "", $weight = 1, $timeout = 1 )

addServers() 정적인 공개 메소드

static public addServers ( array $servers )
$servers array

getServer() 공개 정적인 메소드

public static getServer ( $key )

init() 공개 메소드

public init ( $params = [] )