downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

mysqli::multi_query> <mysqli::kill
[edit] Last updated: Sat, 07 Jan 2012

view this page in

mysqli::more_results

mysqli_more_results

(PHP 5)

mysqli::more_results -- mysqli_more_resultsCheck if there are any more query results from a multi query

설명

객체 기반 형식

bool mysqli::more_results ( void )

절차식 형식

bool mysqli_more_results ( mysqli $link )

Indicates if one or more result sets are available from a previous call to mysqli_multi_query().

인수

link

순차 형식 전용: mysqli_connect()mysqli_init()가 반환한 연결 식별자.

반환값

성공할 경우 TRUE를, 실패할 경우 FALSE를 반환합니다.

예제

See mysqli_multi_query().

참고



add a note add a note User Contributed Notes mysqli::more_results
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites