Searched refs:mysqli_affected_rows (Results 1 – 7 of 7) sorted by relevance
2 mysqli_affected_rows()16 if (0 !== ($tmp = mysqli_affected_rows($link)))29 if (1 !== ($tmp = mysqli_affected_rows($link)))34 if (-1 !== ($tmp = mysqli_affected_rows($link)))40 if (2 !== ($tmp = mysqli_affected_rows($link)))46 if (2 !== ($tmp = mysqli_affected_rows($link)))53 if (1 !== ($tmp = mysqli_affected_rows($link)))59 if (4 !== ($tmp = mysqli_affected_rows($link)))65 if (2 !== ($tmp = mysqli_affected_rows($link)))71 if (1 !== ($tmp = mysqli_affected_rows($link)))[all …]
2 function test: mysqli_affected_rows21 $afc = mysqli_affected_rows($link);
158 assert(mysqli_affected_rows($link) === $mysqli->affected_rows);161 mysqli_affected_rows($link), gettype(mysqli_affected_rows($link)));
37 mysqli_affected_rows($mysqli);
524 function mysqli_affected_rows(mysqli $mysql): int|string {} function
689 ZEND_FUNCTION(mysqli_affected_rows);816 ZEND_FE(mysqli_affected_rows, arginfo_mysqli_affected_rows)
139 PHP_FUNCTION(mysqli_affected_rows) in PHP_FUNCTION() argument
Completed in 19 milliseconds