Warning: file_put_contents(): Only -1 of 162 bytes written, possibly out of free disk space in /var/www/html/index.php on line 3

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 23

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 25
dbplus_first dbplus_freealllocks DB++ PHP Manual dbplus_flush (PHP 4 >= 4.0.7, PECL dbplus:0.9) — Flush all changes made on a relation Description int ( resource $relation ) Writes applied to ...
Forum und email

dbplus_flush

(PHP 4 >= 4.0.7, PECL dbplus:0.9)

dbplus_flush — Flush all changes made on a relation

Description

int dbplus_flush ( resource $relation )

Writes all changes applied to relation since the last flush to disk.

Parameters

relation

A relation opened by dbplus_open().

Return Values

Returns DBPLUS_ERR_NOERR on success or a db++ error code on failure.

Notes

Warning

這個函數是實驗性質的。這個函數的行為、名稱、和關於此函數的任何其他文件在未來PHP的發行中可能會在不通知的情況下改變。 使用此延伸需自行承擔風險。