maxdb_close

maxdb::close

(PECL maxdb >= 1.0)

maxdb_close -- maxdb::closeCloses a previously opened database connection

설명

절차식 형식

bool maxdb_close ( resource $link )

객체 기반 형식

bool maxdb::close ( void )

The maxdb_close() function closes a previously opened database connection specified by the link parameter.

반환값

성공 시 TRUE를, 실패 시 FALSE를 반환합니다.

참고

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top