PHP Velho Oeste 2024

HaruEncoder::getWritingMode

(PECL haru >= 0.0.1)

HaruEncoder::getWritingModeエンコーダの書き込みモードを取得する

説明

HaruEncoder::getWritingMode ( void ) : int

エンコーダの書き込みモードを取得します。

パラメータ

この関数にはパラメータはありません。

返り値

エンコーダの書き込みモードを返します。 結果の値は次のようになります。

  • HaruEncoder::WMODE_HORIZONTAL - 横書きモード。
  • HaruEncoder::WMODE_VERTICAL - 縦書きモード。

エラー / 例外

エラー時に HaruException をスローします。

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top