1. 최저혈압 57... 이게 제 몸무게면 얼마나 좋을까요
2. 인바디 결과 마른비만으로 ☆결★정☆ 수영해서 살을 뺀게 이정도면 대체 전에는 어떤 상태였던 거였지
3. 그렇게 술을 처먹었는데 왜 내 간수치는 바닥에 있는 것일까... 그러니 마십시다
그리고 팔 근육 부족이 계속 뜨는데 앉아서 할 수 있는 팔 운동 추천 부탁드립니다 선생님덜
$MCache = new Memcached();
$Memcache = &$MCache;
$MCache->addSErver('/var/run/memcached.sock', 0);
$Re = new Redis();
$Re->connect('/var/run/redis/redis.sock');
?>
$Memcache = new Memcached();
$Memcache->addServer('/var/run/memcached.sock', 0);
$Redis = new Redis();
$Redis->connect('/var/run/redis/redis.sock');
class Push {
private $channel;
function __construct() {
global $Redis;
$this->channel = 'ANIZONE_GLOBAL';
$this->redis = &$Redis;
}
function channel($channel) {
$this->channel = $channel;
}
function trigger($event, $data, $channel = null) {
if($channel == null) $channel = $this->channel;
$json['channel'] = $channel;
$json['data']['event'] = $event;
$json['data']['data'] = $data;
$json = json_encode($json);
$this->redis->publish('juggernaut', $json);
}
}
class PushWing {
function queue($phone, $subject, $contents, $url, $timestamp = null) {
if($timestamp === null) $timestamp = time();
$odb = &oDB::getInstance();
$contents = str_replace( "
", '\n', $contents );
$contents = str_replace( "
", '\n', $contents );
$contents = str_replace( "
", '\n', $contents );
$contents = str_replace( "
1. 최저혈압 57... 이게 제 몸무게면 얼마나 좋을까요
2. 인바디 결과 마른비만으로 ☆결★정☆ 수영해서 살을 뺀게 이정도면 대체 전에는 어떤 상태였던 거였지
3. 그렇게 술을 처먹었는데 왜 내 간수치는 바닥에 있는 것일까... 그러니 마십시다
그리고 팔 근육 부족이 계속 뜨는데 앉아서 할 수 있는 팔 운동 추천 부탁드립니다 선생님덜