mysqli_result::freemysqli_free_result(PHP 5) mysqli_result::free -- mysqli_free_result — Frees the memory associated with a result ОписаниеОбъектно-ориентированный стиль 
   void mysqli_result::free
    ( void
   ) 
  
   void mysqli_result::close
    ( void
   ) 
  
   void mysqli_result::free_result
    ( void
   ) 
  Процедурный стиль 
   void mysqli_free_result
    ( mysqli_result $result
   ) 
  Frees the memory associated with the result. 
 Список параметров
 
 Возвращаемые значенияЭта функция не возвращает значения после выполнения. Смотрите также
 
  | 
||