mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Use static modifier
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323240 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
dc1dcfb27b
commit
3112007d2d
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>array</type><methodname>PDO::getAvailableDrivers</methodname>
|
||||
<modifier>static</modifier> <type>array</type><methodname>PDO::getAvailableDrivers</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
<methodsynopsis>
|
||||
|
@ -20,7 +20,7 @@
|
|||
<para>
|
||||
This function returns all currently available PDO drivers which can be used
|
||||
in <parameter>DSN</parameter> parameter of
|
||||
<function>PDO::__construct</function>. This is a static method.
|
||||
<function>PDO::__construct</function>.
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue