Searched refs:mysqli_affected_rows (Results 1 – 7 of 7) sorted by relevance
2 mysqli_affected_rows()17 if (0 !== ($tmp = mysqli_affected_rows($link)))30 if (1 !== ($tmp = mysqli_affected_rows($link)))35 if (-1 !== ($tmp = mysqli_affected_rows($link)))41 if (2 !== ($tmp = mysqli_affected_rows($link)))47 if (2 !== ($tmp = mysqli_affected_rows($link)))54 if (1 !== ($tmp = mysqli_affected_rows($link)))60 if (4 !== ($tmp = mysqli_affected_rows($link)))66 if (2 !== ($tmp = mysqli_affected_rows($link)))72 if (1 !== ($tmp = mysqli_affected_rows($link)))[all …]
2 function test: mysqli_affected_rows22 $afc = mysqli_affected_rows($link);
159 assert(mysqli_affected_rows($link) === $mysqli->affected_rows);162 mysqli_affected_rows($link), gettype(mysqli_affected_rows($link)));
38 mysqli_affected_rows($mysqli);
748 function mysqli_affected_rows(mysqli $mysql): int|string {} function
727 ZEND_FUNCTION(mysqli_affected_rows);852 ZEND_FE(mysqli_affected_rows, arginfo_mysqli_affected_rows)
139 PHP_FUNCTION(mysqli_affected_rows) in PHP_FUNCTION() argument
Completed in 20 milliseconds