PHP - binmode 函式



語法

bool odbc_binmode ( resource $result_id , int $mode )

定義和用法

它用於處理二進位制列資料。

返回值

成功時返回 true,失敗時返回 false。

引數

序號 引數及描述
1

result_id

用於標識結果。

2

mode

用於查詢模式資訊。

php_function_reference.htm
廣告