mysqli_send_query
mysqli->send_query()
(PHP 5)
mysqli->send_query() — Send the query and return
Description
Procedural style:
   bool mysqli_send_query
    ( mysqli $link
   , string $query
   )
  Object oriented style (method)
mysqli
   
    bool send_query
     ( string $query
    )
  Warning
 Αυτή η συνάρτηση επί του παρόντος δεν είναι τεκμηριωμένη, μόνο ο κατάλογος των argument της είναι διαθέσιμος.