代码拉取完成,页面将自动刷新
同步操作将从 郭新华/php-cp 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?php
if (class_exists("PDO")):
/**
* pdoProxy stub
* @stub
*/
class pdoProxy extends PDO
{
/**
* release current PDO connection to the pool
* @return bool
*/
public function release()
{
return true;
}
/**
* force use the master connection
*
* only valid when using master-slave config
* @return true
*/
public function forceMaster()
{
return true;
}
/**
* close the PDO connection
* @return bool
*/
public function close()
{
return true;
}
/**
* 是否异步
*
* @param bool $async
*
* @return bool
*/
public function setAsync($async)
{
unset($async);
return true;
}
/**
* 异步执行完成
* @return bool|mixed
*/
public function done()
{
return true;
}
}
/**
* Class pdo_connect_pool_PDOStatement
* @stub
*/
class pdo_connect_pool_PDOStatement extends PDOStatement implements Iterator
{
/**
* 是否异步
*
* @param bool $async
*
* @return bool
*/
public function setAsync($async)
{
unset($async);
return true;
}
/**
* release current PDO connection to the pool
* @return bool
*/
public function release()
{
return true;
}
/**
* 异步执行完成
* @return bool|mixed
*/
public function done()
{
return true;
}
/**
* move cursor the beginning
*/
public function rewind()
{
}
/**
* move cursor to the next
*/
public function next()
{
}
/**
* get current element
* @return mixed
*/
public function current()
{
return null;
}
/**
* get current key
* @return mixed
*/
public function key()
{
return null;
}
/**
* is valid
* @return bool
*/
public function valid()
{
return true;
}
}
endif;
if (class_exists("PDO")):
class redisProxy extends Redis
{
/**
* release current PDO connection to the pool
* @return bool
*/
public function release()
{
return true;
}
/**
* force use the master connection
*
* only valid when using master-slave config
* @return true
*/
public function forceMaster()
{
return true;
}
/**
* close the PDO connection
* @return bool
*/
public function close()
{
return true;
}
/**
* 是否异步
*
* @param bool $async
*
* @return bool
*/
public function setAsync($async)
{
unset($async);
return true;
}
/**
* 异步执行完成
* @return bool|mixed
*/
public function done()
{
return true;
}
}
endif;
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。