検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 191 for handler (0.117 sec.)
ユーザーレベルのエラー/警告/通知メッセージを生成する 6005
« set_exception_handler user_error » PHP Manual エラー処理関数 ユーザーレベルのエラー/警告/通知メ ... エラーハンドラまたは新しいエラーハンドラ ( set_error_handler() ) として設定済みのユーザー定義関数と組み合わせて ... er_error() の例 より拡張した例については set_error_handler() を参照ください。 <?php if ( $divisor == 0 ) { tr ... () - 出力する PHP エラーの種類を設定する set_error_handler() - ユーザー定義のエラーハンドラ関数を設定する res ... tore_error_handler() - 以前のエラーハンドラ関数を回復する エラーレベル ...
https://man.plustar.jp/php/function.trigger-error.html - [similar]
実行時設定 5939
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... put_compression_level "-1" PHP_INI_ALL zlib.output_handler "" PHP_INI_ALL PHP_INI_* モードの詳細および定義につ ... 注意 : このオプションに 'On' を設定した場合、 output_handler を空にする必要があります! かわりに zlib.output_han ... ルを使用するかをサーバーで決定させます。 zlib.output_handler string zlib.output_compression が有効な場合、 他の ... ドラを指定することはできません。 この設定は、 output_handler と同じですが、順番が異なります。 関連キーワード: 設 ...
https://man.plustar.jp/php/zlib.configuration.html - [similar]
SessionHandler クラス 5830
« session_write_close SessionHandler::close » PHP Manual Sessions SessionHandler クラス SessionHandler ... ラス (PHP 5 >= 5.4.0, PHP 7, PHP 8) はじめに SessionHandler は特殊なクラスで、 これを継承したクラスを作れば PH ... ています。デフォルトでは、このクラスは session.save_handler で定義された内部セッションハンドラをラップします。 ... そして Memcached ( memcached ) が使えます。 SessionHandler のインスタンスを session_set_save_handler() でハン ... スタンスが現在の保存ハンドラをラップします。 SessionHandler を継承したクラスを作ると、 親クラスのメソッド、つま ...
https://man.plustar.jp/php/class.sessionhandler.html - [similar]
Creates a function at runtime 5830
« uopz_flags uopz_get_exit_status » PHP Manual Uopz 関数 Creates a function at runtime uopz_func ... 。 説明 uopz_function ( string $function , Closure $handler , int $modifiers = ? ): void uopz_function ( strin ... g $class , string $function , Closure $handler , int $modifiers = ? ): void Creates a function at ... the new function function The name of the function handler The Closure for the function modifiers The modifie ... opz , Creates , runtime , a , modifiers , string , handler , Closure , 関数 ...
https://man.plustar.jp/php/function.uopz-function.html - [similar]
ErrorException 5798
« Exception::__clone ErrorException::__construct » PHP Manual 定義済みの例外 ErrorException Erro ... プロパティ severity 例外の深刻度 例 例1 set_error_handler() を使用した、エラーメッセージから ErrorException ... への変換 <?php function exception_error_handler ( $severity , $message , $file , $line ) { if (!( ... age , 0 , $severity , $file , $line ); } set_error_handler ( "exception_error_handler" ); /* 例外を発生させま ... ack trace: #0 [internal function]: exception_error_handler(2, 'strpos() expect...', '/home/bjori/php...', 12, ...
https://man.plustar.jp/php/class.errorexception.html - [similar]
Adds non-existent function or method 5798
« Uopz 関数 uopz_allow_exit » PHP Manual Uopz 関数 Adds non-existent function or method uopz_add ... 説明 uopz_add_function ( string $function , Closure $handler , int &$flags = ZEND_ACC_PUBLIC ): bool uopz_add_f ... tion ( string $class , string $function , Closure $handler , int &$flags = ZEND_ACC_PUBLIC , int &$all = true ... lass. function The name of the function or method. handler The Closure that defines the new function or metho ... , Adds , existent , or , all , string , Closure , handler , int ...
https://man.plustar.jp/php/function.uopz-add-function.html - [similar]
実行時設定 5798
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... 変更履歴 output_buffering "0" PHP_INI_PERDIR output_handler NULL PHP_INI_PERDIR implicit_flush "0" PHP_INI_ALL ... ではこのディレクティブが常に Off となります。 output_handler string スクリプトの全ての出力を関数にリダイレクトす ... ることができます。 例えば、output_handler に mb_output_handler() を指定した場合、文字エンコー ... 出力 バッファリングを on にします。 注意 : ob_iconv_handler() と mb_output_handler() の両方で使用することは で ...
https://man.plustar.jp/php/outcontrol.configuration.html - [similar]
UI 5700
« GUI用の拡張モジュール はじめに » PHP Manual GUI用の拡張モジュール UI UI はじめに インストール/ ... ext — Get Text UI\Controls\Button::onClick — Click Handler UI\Controls\Button::setText — Set Text UI\Controls ... t Color UI\Controls\ColorButton::onChange — Change Handler UI\Controls\ColorButton::setColor — Set Color UI\C ... ect Read Only UI\Controls\Entry::onChange — Change Handler UI\Controls\Entry::setReadOnly — Set Read Only UI\ ... tion UI\Controls\MultilineEntry::onChange — Change Handler UI\Controls\MultilineEntry::setReadOnly — Set Read ...
https://man.plustar.jp/php/book.ui.html - [similar]
SessionHandlerInterface クラス 5667
« SessionHandler::write SessionHandlerInterface::close » PHP Manual Sessions SessionHandlerInter ... face クラス SessionHandlerInterface クラス (PHP 5 >= 5.4.0, PHP 7, PHP 8) はじ ... めに SessionHandlerInterface は カスタムセッションハンドラを作成する際 ... を オブジェクト指向型 の起動方法で session_set_save_handler() に渡すために、このインターフェイスを実装すること ... 意しましょう。 インターフェイス概要 interface SessionHandlerInterface { /* メソッド */ public close (): bool pu ...
https://man.plustar.jp/php/class.sessionhandlerinterface.html - [similar]
実行時設定 5667
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... ション 名前 デフォルト 変更可能 変更履歴 dba.default_handler DBA_DEFAULT PHP_INI_ALL 以下に設定ディレクティブに ... 関する 簡単な説明を示します。 dba.default_handler string デフォルトのハンドラ名。 関連キーワード: 設 ... 定 , 実行 , DBA , handler , default , dba , 変更 , インストール , 変化 , 名前 ...
https://man.plustar.jp/php/dba.configuration.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT