MySQL Improved Extension (
Mysqli
)
2515
Notes
Note
mysqli_execute
is deprecated and will be removed.
See Also
mysqli_stmt_execute
20.7.3.15.11.
mysqli_fetch
Copyright 1997-2012 the PHP Documentation Group. [2230]
•
mysqli_fetch
Alias for
mysqli_stmt_fetch
Description
This function is an alias of
mysqli_stmt_fetch
.
Warning
This function has been DEPRECATED as of PHP 5.3.0 and REMOVED as of
PHP 5.4.0.
See Also
mysqli_stmt_fetch
20.7.3.15.12.
mysqli_get_cache_stats
Copyright 1997-2012 the PHP Documentation Group. [2230]
•
mysqli_get_cache_stats
Returns client Zval cache statistics
Description
array mysqli_get_cache_stats();
Warning
This function is currently not documented; only its argument list is available.
Returns client Zval cache statistics. Available only with
mysqlnd
.
Parameters
Return Values
Returns an array with client Zval cache stats if success,
FALSE
otherwise.
Examples
Example 20.211. A
mysqli_get_cache_stats
example
<?php
$link = mysqli_connect();
print_r(mysqli_get_cache_stats());
Summary of Contents for 5.0
Page 1: ...MySQL 5 0 Reference Manual ...
Page 18: ...xviii ...
Page 60: ...40 ...
Page 396: ...376 ...
Page 578: ...558 ...
Page 636: ...616 ...
Page 844: ...824 ...
Page 1234: ...1214 ...
Page 1427: ...MySQL Proxy Scripting 1407 ...
Page 1734: ...1714 ...
Page 1752: ...1732 ...
Page 1783: ...Configuring Connector ODBC 1763 ...
Page 1793: ...Connector ODBC Examples 1773 ...
Page 1839: ...Connector Net Installation 1819 2 You must choose the type of installation to perform ...
Page 2850: ...2830 ...
Page 2854: ...2834 ...
Page 2928: ...2908 ...
Page 3000: ...2980 ...
Page 3122: ...3102 ...
Page 3126: ...3106 ...
Page 3174: ...3154 ...
Page 3232: ...3212 ...