PHP Function List
mysql_query_unbuffered doesn't exist. Closest matches:
- mysql_unbuffered_query
- sqlite_unbuffered_query
- mysql_query
- msql_query
- mysql_db_query
- mssql_query
- mssql_rows_affected
- mysqlnd_ms_query_is_select
- mysql_num_fields
- sybase_unbuffered_query
- cubrid_unbuffered_query
- ps_get_buffer
- msql_db_query
- msql_numfields
- mysqli_slave_query
- mysql_error
- fbsql_query
- mysql_errno
- mysql_insert_id
- msql_num_fields
Site Search Results
-
mysql_unbuffered_query - Manualmysql_unbuffered_query (PHP 4 >= 4.0.6, PHP 5) mysql_unbuffered_query — 向 MySQL 发送一条 SQL 查询,并不获取和缓存结果的行
-
mysql_unbuffered_query - Manualmysql_unbuffered_query() sends the SQL query query to MySQL without automatically fetching and buffering the result rows as mysql_query() does. This saves a considerable amount of memory with SQL queries that produce large result sets, and you ...
-
mysql_query() 向与指定的连接标识符关联的服务器中的当前活动数据库发送一条 ... 参见 mysql_num_rows(),mysql_affected_rows(),mysql_unbuffered_query(),mysql_free_result(),mysql_fetch_array(),mysql_fetch_row(),mysql_fetch ...
-
mysql_unbuffered_query - Manualmysql_unbuffered_query() envoie la requête SQL query à MySQL sans automatiquement récupérer et mettre en mémoire les lignes du résultat, comme pourrait le faire la fonction mysql_query(). Ce comportement permet d'épargner une grande ...
-
... the memory usage if you use unbuffered querys and if you have not fetched all the data from mysql. in this case the mysql api has a problem: you want to free the result but do not want to close the connection. now mysql will only accept another query if all ...
-
mysql_ real_ escape_ string mysql_ result mysql_ select_ db mysql_ set_ charset mysql_ stat mysql_ tablename mysql_ thread_ id mysql_ unbuffered_ query ... mysql_db_query() selects a database, and executes a query on it.
-
mysql_ real_ escape_ string mysql_ result mysql_ select_ db mysql_ set_ charset mysql_ stat mysql_ tablename mysql_ thread_ id mysql_ unbuffered_ query ... while ($fielddata = mysql_fetch_array($query)) { echo '<tr>'; for ($i = 0; $i<$numfields; $i += 1)
-
Alternatives to this function include: mysqli_data_seek() PDO::FETCH_ORI_ABS Note: mysql_data_seek() 只能和 mysql_query() 结合起来使用,而不能用于 mysql_unbuffered_query()。
-
mysql_ real_ escape_ string mysql_ result mysql_ select_ db mysql_ set_ charset mysql_ stat mysql_ tablename mysql_ thread_ id mysql_ unbuffered_ query ... $insert = mysql_query("SELECT `test1`.*, `test2`.*, FROM `test1`, `test2`, ` WHERE ((`test1`.`author ...
-
PDO::MYSQL_ATTR_USE_BUFFERED_QUERY (integer) If this attribute is set to TRUE on a PDOStatement, the MySQL ... This will run fine but PDO will balk with the 'unbuffered' error if you follow this with another query.

Other forms of search
To search the string "mysql_query_unbuffered" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
