Вход Регистрация
Файл: vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PingableConnection.php
Строк: 27
<?php

namespace DoctrineDBALDriver;

/**
 * An interface for connections which support a "native" ping method.
 *
 * @deprecated
 */
interface PingableConnection
{
    
/**
     * Pings the database server to determine if the connection is still
     * available. Return true/false based on if that was successful or not.
     *
     * @return bool
     */
    
public function ping();
}
Онлайн: 1
Реклама