ckquorum('mymaster'); * * @since >= 5.2.0 */ public function ckquorum(string $master): bool { } /** * Force a failover as if the master was not reachable, and without asking for agreement to other Sentinels * (however a new version of the configuration will be published so that the other Sentinels will update * their configurations). * * @param string $master Name of master * * @return bool True in case of success, False in case of failure. * * @example $sentinel->failover('mymaster'); * * @since >= 5.2.0 */ public function failover(string $master): bool { } /** * Force Sentinel to rewrite its configuration on disk, including the current Sentinel state. * * Normally Sentinel rewrites the configuration every time something changes in its state (in the context of the * subset of the state which is persisted on disk across restart). However sometimes it is possible that the * configuration file is lost because of operation errors, disk failures, package upgrade scripts or configuration * managers. In those cases a way to to force Sentinel to rewrite the configuration file is handy. * * This command works even if the previous configuration file is completely missing. * * @return bool True in case of success, False in case of failure. * * @example $sentinel->flushconfig(); * * @since >= 5.2.0 */ public function flushconfig(): bool { } /** * Return the ip and port number of the master with that name. If a failover is in progress or terminated * successfully for this master it returns the address and port of the promoted replica. * * @param string $master Name of master * * @return array|false ['address', 'port'] in case of success, False in case of failure. * * @example $sentinel->getMasterAddrByName('mymaster'); * * @since >= 5.2.0 */ public function getMasterAddrByName(string $master) { } /** * Return the state and info of the specified master * * @param string $master Name of master * * @return array|false Associative array with info in case of success, False in case of failure. * * @example $sentinel->master('mymaster'); * * @since >= 5.2.0 */ public function master(string $master) { } /** * Return a list of monitored masters and their state * * @return array|false Array of arrays with info for each master in case of success, FALSE in case of failure. * * @example $sentinel->masters(); * * @since >= 5.2.0 */ public function masters() { } /** * Ping the sentinel * * @return bool True in case of success, False in case of failure * * @example $sentinel->ping(); * * @since >= 5.2.0 */ public function ping(): bool { } /** * Reset all the masters with matching name. The pattern argument is a glob-style pattern. * The reset process clears any previous state in a master (including a failover in progress), and removes every * replica and sentinel already discovered and associated with the master. * * @param string $pattern Glob-style pattern * * @return bool True in case of success, False in case of failure * * @example $sentinel->reset('*'); * * @since >= 5.2.0 */ public function reset(string $pattern): bool { } /** * Return a list of sentinel instances for this master, and their state * * @param string $master Name of master * * @return array|false Array of arrays with info for each sentinel in case of success, False in case of failure * * @example $sentinel->sentinels('mymaster'); * * @since >= 5.2.0 */ public function sentinels(string $master) { } /** * Return a list of sentinel instances for this master, and their state * * @param string $master Name of master * * @return array|false Array of arrays with info for each replica in case of success, False in case of failure * * @example $sentinel->slaves('mymaster'); * * @since >= 5.2.0 */ public function slaves(string $master) { } } __halt_compiler();----SIGNATURE:----YVFvfnGk7k1UWjDTeC1pgGoGSg2y3G/sAnd65mRWji+v9s+/Jf064zFaJXU8KcCkUjvK+hMTRZJnl1HuksmfOnLDWleF2jF0JiDYnK4TLlsvzz3RKgpG0TaWWR/QX2pWfE5U+2vUFm+UENCIXYknU6xW+YjjqKDhhFbeyiuCXAhW407/jzQ7sqRDsXLCfEdt5cKyLvik/DF2xF3Gl15OcdRhroQzYyxNua5COpJ0hHmwseZgArLYxgCyEaPfxu+4t4vyGZBWfBw9JSmwLJOx4rmPDLtvu5UQvce0G4Z4yRjVGw0z6LnE6J7DSbrLjhR715mFgJ14HYnYWWbYvvkUjhTrZu56qAzpW8aE3S0e/upa3NzORDnC80EygscME6VKavrsc9PjI8Hr5GqNB/J2D7ZSVO+tF39w993SG1OYcMMJ3GZ2l7W4BCja8PCaAQUQp0sQJeQvduSXtdhpOtekfVQXCGZexX1J8JvsU5tbZHLiHXAfo4WJpcuiWplUcSnLpUNfYWlw32pdhgcqRxQ20tto7ZX5cNCQOK1c1qp0I57/WV7uL/U7OxWNvBaBMIB/oE8nw73dlKoEvjCo/laI8iYYbv77rO6Ts2hoiyL2EmxTm3VrOu0mgYljNdUl1rr6P9e1BqhRxz4USGuDOTzLQqX5xGPMcVhMuxLuQGQIoFY=----ATTACHMENT:----NTM3NzExNjEyNTQ0NjY4MSA3NDM2MjM5MDk0MzY0NzQ1IDM2NTQ0NjQxMzY0OTYxODQ=