���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/alphpwcp/public_html/us/alphachat/ezcomponents/Database/src/exceptions/handler_not_found.php
���ѧ٧ѧ�
<?php /** * File containing the ezcDbException class. * * @package Database * @version 1.4.7 * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License */ /** * This exceptions is used when a database handler could not be found. * * @package Database * @version 1.4.7 */ class ezcDbHandlerNotFoundException extends ezcDbException { /** * Constructs a new exception. * * $name specifies the name of the name of the handler to use. * $known is a list of the known database handlers. * * @param string $name * @param array(string) $known */ public function __construct( $name, array $known = array() ) { if ( $name == '' || $name == null ) { $name = 'no name provided'; } $message = "Could not find the database handler: '{$name}'."; if ( count( $known ) > 0 ) { $knownMessage = ' The known databases are: ' . implode( ', ', $known ) . '.'; $message .= $knownMessage; } parent::__construct( $message ); } } ?>
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�