PHP - Manual: odbc_cursor
2024-11-15
(PHP 4, PHP 5, PHP 7, PHP 8)
odbc_cursor — Get cursorname
$statement
): string|falseGets the cursorname for the given result_id.
statement
The result identifier.
Returns the cursor name, as a string, 或者在失败时返回 false
.