/* }}} */
-/* {{{ proto array imap_get_quota(int stream_id, string mailbox)
+/* {{{ proto array imap_getacl(int stream_id, string mailbox)
Gets the ACL for a given mailbox */
PHP_FUNCTION(imap_getacl)
{
}
/* }}} */
-/* {{{ ibase_num_rows( resource result_identifier ) */
+/* {{{ proto ibase_num_rows( resource result_identifier )
+ */
#if abies_0
PHP_FUNCTION(ibase_num_rows)
{
}
/* }}} */
-/* {{{ proto string mysqli_stmt_error(object stmt)
+/* {{{ proto string mysqli_stmt_sqlstate(object stmt)
*/
#if MYSQL_VERSION_ID >= 40101
PHP_FUNCTION(mysqli_stmt_sqlstate)
}
/* }}} */
-/* {{{ proto int mysqli_connct_errno()
+/* {{{ proto int mysqli_connect_errno()
Returns the numerical value of the error message from last connect command */
PHP_FUNCTION(mysqli_connect_errno)
{