mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
pdo_drivers alias (bug #44155)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268495 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a79bfb070b
commit
e124f4b998
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry xml:id="pdo.getavailabledrivers" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>PDO::getAvailableDrivers</refname>
|
||||
|
@ -13,6 +13,10 @@
|
|||
<type>array</type><methodname>PDO::getAvailableDrivers</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
<methodsynopsis>
|
||||
<type>array</type><methodname>pdo_drivers</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
This function returns all currently available PDO drivers which can be used
|
||||
in <parameter>DSN</parameter> parameter of
|
||||
|
|
Loading…
Reference in a new issue