Searched refs:mysqli_stmt_affected_rows (Results 1 – 7 of 7) sorted by relevance
2 mysqli_stmt_affected_rows()28 if (0 !== ($tmp = mysqli_stmt_affected_rows($stmt)))45 if (1 !== ($tmp = mysqli_stmt_affected_rows($stmt)))57 if (-1 !== ($tmp = mysqli_stmt_affected_rows($stmt)))67 if (2 !== ($tmp = mysqli_stmt_affected_rows($stmt)))77 if (2 !== ($tmp = mysqli_stmt_affected_rows($stmt)))87 if (1 !== ($tmp = mysqli_stmt_affected_rows($stmt)))113 if (2 !== ($tmp = mysqli_stmt_affected_rows($stmt)))123 if (1 !== ($tmp = mysqli_stmt_affected_rows($stmt)))133 if (1 !== ($tmp = mysqli_stmt_affected_rows($stmt)))[all …]
2 mysqli_stmt_affected_rows (delete)28 $x = mysqli_stmt_affected_rows($stmt);
84 mysqli_stmt_affected_rows($stmt);99 assert(mysqli_stmt_affected_rows($stmt) === $stmt->affected_rows);
49 printf ("Rows: %d\n", mysqli_stmt_affected_rows($stmt));
691 function mysqli_stmt_affected_rows(mysqli_stmt $statement): int|string {} function
764 ZEND_FUNCTION(mysqli_stmt_affected_rows);894 ZEND_FE(mysqli_stmt_affected_rows, arginfo_mysqli_stmt_affected_rows)
1958 PHP_FUNCTION(mysqli_stmt_affected_rows) argument
Completed in 29 milliseconds