diff --git a/reference/uodbc/functions/odbc-binmode.xml b/reference/uodbc/functions/odbc-binmode.xml index 5c35f6f08e6..5d590467dc6 100644 --- a/reference/uodbc/functions/odbc-binmode.xml +++ b/reference/uodbc/functions/odbc-binmode.xml @@ -1,7 +1,7 @@ - - + + odbc_binmode @@ -17,6 +17,8 @@ バイナリカラムデータを処理できるようにします (関係するODBC SQL型: BINARY, VARBINARY, LONGVARBINARY)。 + デフォルトの処理モードは、&php.ini; の + uodbc.defaultbinmode 経由で設定できます。 バイナリ SQL データが文字データに変換される時、ソースデータの diff --git a/reference/uodbc/functions/odbc-longreadlen.xml b/reference/uodbc/functions/odbc-longreadlen.xml index 99dfdea59e8..53959b3f46d 100644 --- a/reference/uodbc/functions/odbc-longreadlen.xml +++ b/reference/uodbc/functions/odbc-longreadlen.xml @@ -1,7 +1,7 @@ - - + + odbc_longreadlen @@ -16,6 +16,8 @@ LONG および LONGVARBINARY のカラムを処理できるようにします。 + デフォルトの長さは、&php.ini; の + uodbc.defaultlrl 経由で設定できます。 diff --git a/reference/uodbc/ini.xml b/reference/uodbc/ini.xml index 33308dccfbb..65345f7cf13 100644 --- a/reference/uodbc/ini.xml +++ b/reference/uodbc/ini.xml @@ -1,7 +1,7 @@ - - + +
&reftitle.runtime; &extension.runtime; @@ -190,6 +190,7 @@ LONG フィールドの処理。変数に返されるバイト数を指定します。 + 詳細は odbc_longreadlen を参照して下さい。 &ini.shorthandbytes; @@ -205,6 +206,7 @@ バイナリデータの処理モード。 + 詳細は odbc_binmode を参照して下さい。