• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • msql_free_result()

    (PHP 4, PHP 5, PHP 7)

    Free result memory

    说明

    msql_free_result(resource $result): bool

    msql_free_result() frees the memory associated with$query_identifier. When PHP completes a request, this memory is freed automatically, so you only need to call this function when you want to make sure you don't use too much memory while the script is running.

    参数

    $result

    resource型的结果集。此结果集来自对msql_query()的调用。

    返回值

    成功时返回TRUE,或者在失败时返回FALSE

    上篇:msql_fieldtype()

    下篇:msql_list_dbs()