Fix proto

This commit is contained in:
Kalle Sommer Nielsen 2009-05-02 01:36:45 +00:00
parent c18c8ee36d
commit 7115e4a23b

View File

@ -1181,7 +1181,7 @@ static PHP_METHOD(PDO, __sleep)
}
/* }}} */
/* {{{ proto array pdo_drivers()
/* {{{ proto array PDO::getAvailableDrivers()
Return array of available PDO drivers */
static PHP_METHOD(PDO, getAvailableDrivers)
{