update : 2015.11.03
php.shukuma.com검색:
|
TokyoTyrant::setMaster(PECL tokyo_tyrant >= 0.1.0) TokyoTyrant::setMaster — Set the replication master 설명
public mixed TokyoTyrant::setMaster
( string
$host
, int $port
, int $timestamp
[, bool $check_consistency = true
] )Sets the replication master of the database Warning
This method is not supported on 32bit platforms. 인수
반환값This method returns the current object and throws TokyoTyrantException on failure. 예제
Example #1 TokyoTyrant::setMaster() example
<?php 참고
|