���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/craftaro.to/includes/vendor/aura/sql/src/ConnectionLocatorInterface.php
���ѧ٧ѧ�
<?php /** * * This file is part of Aura for PHP. * * @license https://opensource.org/licenses/MIT MIT * */ namespace Aura\Sql; /** * * Locates PDO connections for default, read, and write databases. * * @package Aura.Sql * */ interface ConnectionLocatorInterface { /** * * Sets the default connection registry entry. * * @param callable $callable The registry entry. * * @return null * */ public function setDefault(callable $callable); /** * * Returns the default connection object. * * @return ExtendedPdoInterface * */ public function getDefault(); /** * * Sets a read connection registry entry by name. * * @param string $name The name of the registry entry. * * @param callable $callable The registry entry. * * @return null * */ public function setRead($name, callable $callable); /** * * Returns a read connection by name; if no name is given, picks a * random connection; if no read connections are present, returns the * default connection. * * @param string $name The read connection name to return. * * @return ExtendedPdoInterface * */ public function getRead($name = ''); /** * * Sets a write connection registry entry by name. * * @param string $name The name of the registry entry. * * @param callable $callable The registry entry. * * @return null * */ public function setWrite($name, callable $callable); /** * * Returns a write connection by name; if no name is given, picks a * random connection; if no write connections are present, returns the * default connection. * * @param string $name The write connection name to return. * * @return ExtendedPdoInterface * */ public function getWrite($name = ''); }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�