PHP » GoLang |
login |
register |
about
|
GoLang mysql_unbuffered_query
request it (433)
GoLang replacement for PHP's mysql_unbuffered_query
[edit | history]
mysql_unbuffered_query(PHP 4 >= 4.0.6, PHP 5) mysql_unbuffered_query — Send an SQL query to MySQL without fetching and buffering the result rows Warning
This extension was deprecated in PHP 5.5.0, and it was removed in PHP 7.0.0. Instead, the MySQLi or PDO_MySQL extension should be used. See also MySQL: choosing an API guide and related FAQ for more information. Alternatives to this function include: Description
resource mysql_unbuffered_query
( string
$query
[, resource $link_identifier = NULL
] )
mysql_unbuffered_query() sends the SQL query
Parameters
Return Values
For SELECT, SHOW, DESCRIBE or EXPLAIN statements,
mysql_unbuffered_query()
returns a resource on success, or
For other type of SQL statements, UPDATE, DELETE, DROP, etc,
mysql_unbuffered_query() returns Notes
|
more
Recently updated
more
Most requested
more
Last requests
|