mysqli::reap_async_query
  mysqli_reap_async_query
  Get result from async query
  
 
  Description
  Object oriented style
  
   public mysqli_result mysqli::reap_async_query
    ( void
   )
  
  
   mysqli_result mysqli_reap_async_query
    ( mysqli $link
   )
  
  
 
  Parameters
  
   
    - 
link
- 
Procedural style only: A link identifier
returned by mysqli_connect or mysqli_init
 
 
 
  Return Values
  
   Returns mysqli_result in success, FALSE otherwise.