検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 191 for handler (0.216 sec.)
セッションのデータを書き込む 4850
« SessionHandlerInterface::read SessionIdInterface » PHP Manual SessionHandlerInterface セッショ ... ンのデータを書き込む SessionHandlerInterface::write (PHP 5 >= 5.4.0, PHP 7, PHP 8) Ses ... sionHandlerInterface::write — セッションのデータを書き込む 説明 ... public SessionHandlerInterface::write ( string $id , string $data ): boo ... や通常のシャットダウン時にもコールされます。 SessionHandlerInterface::close() がこの関数の直後にコールされるこ ...
https://man.plustar.jp/php/sessionhandlerinterface.write.html - [similar]
assertion が false であるかどうかを調べる 4817
« assert_options cli_get_process_title » PHP Manual PHP オプション/情報 関数 assertion が false ... 1 ); // ハンドラ関数を作成する function my_assert_handler ( $file , $line , $code ) { echo "<hr>Assertion Fa ... 定する assert_options ( ASSERT_CALLBACK , 'my_assert_handler' ); // 失敗するassertionを作成 assert ( 'mysql_que ... 1 ); // ハンドラ関数を作成する function my_assert_handler ( $file , $line , $code , $desc = null ) { echo "A ... 定する assert_options ( ASSERT_CALLBACK , 'my_assert_handler' ); // 失敗するassertionを作成 assert ( '2 < 1' ); ...
https://man.plustar.jp/php/function.assert.html - [similar]
出力用バッファをクリア(消去)し、出力のバッファリングをオフにする 4817
« ob_clean ob_end_flush » PHP Manual 出力制御 関数 出力用バッファをクリア(消去)し、出力のバッファ ... バッファを開始するときに、 ob_start() で PHP_OUTPUT_HANDLER_CLEANABLE および PHP_OUTPUT_HANDLER_REMOVABLE フラ ...
https://man.plustar.jp/php/function.ob-end-clean.html - [similar]
出力バッファをフラッシュし、その内容を文字列として返した後で出力バッファリングを... 4817
« ob_get_contents ob_get_length » PHP Manual 出力制御 関数 出力バッファをフラッシュし、その内容を ... バッファを開始するときに、 ob_start() で PHP_OUTPUT_HANDLER_FLUSHABLE フラグを指定する必要があります。指定しな ... 出力バッファリングを On にします print_r ( ob_list_handlers ()); // バッファをファイルに保存します $buffer = ... ents ( 'buffer.txt' , $buffer ); print_r ( ob_list_handlers ()); ?> 上の例の出力は以下となります。 Array ( [0 ... ] => default output handler ) Array ( ) 参考 ob_end_clean() - 出力用バッファを ...
https://man.plustar.jp/php/function.ob-get-flush.html - [similar]
出力用バッファをフラッシュ(送信)し、出力のバッファリングをオフにする 4784
« ob_end_clean ob_flush » PHP Manual 出力制御 関数 出力用バッファをフラッシュ(送信)し、出力のバッ ... バッファを開始するときに、 ob_start() で PHP_OUTPUT_HANDLER_FLUSHABLE および PHP_OUTPUT_HANDLER_REMOVABLE フラ ...
https://man.plustar.jp/php/function.ob-end-flush.html - [similar]
のエイリアス ibase_field_info 4751
« fbird_fetch_row fbird_free_event_handler » PHP Manual Firebird/InterBase 関数 のエイリアス iba ...
https://man.plustar.jp/php/function.fbird-field-info.html - [similar]
php.ini ディレクティブのリスト 4751
« php.ini ディレクティブ php.ini のセクション一覧 » PHP Manual php.ini ディレクティブ php.ini デ ... NI_ALL date.timezone "UTC" PHP_INI_ALL dba.default_handler DBA_DEFAULT PHP_INI_ALL default_charset "UTF-8" PH ... INI_ALL output_buffering "0" PHP_INI_PERDIR output_handler NULL PHP_INI_PERDIR pcre.backtrack_limit "1000000" ... session.name "PHPSESSID" PHP_INI_ALL session.save_handler "files" PHP_INI_ALL session.auto_start "0" PHP_INI ... c_maxlifetime "1440" PHP_INI_ALL session.serialize_handler "php" PHP_INI_ALL session.cookie_lifetime "0" PHP_ ...
https://man.plustar.jp/php/ini.list.html - [similar]
実行時設定 4751
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... ing = On ;; 出力の変換を有効にするために mb_output_handler を設定 output_handler = mb_output_handler ;; HTTPヘ ...
https://man.plustar.jp/php/mbstring.configuration.html - [similar]
4719
« 定義済み定数 エラー処理関数 » PHP Manual エラー処理 例 例 エラー処理機能を PHP で使用するための ... ーの定義したエラーハンドリング関数 function userErrorHandler ( $errno , $errmsg , $filename , $linenum , $vars ... 2 - $c1 * $c1 ; } return sqrt ( $d ); } $old_error_handler = set_error_handler ( "userErrorHandler" ); // 未定 ...
https://man.plustar.jp/php/errorfunc.examples.html - [similar]
新しい関数 4719
« 新機能 新しいグローバル定数 » PHP Manual PHP 7.0.x から PHP 7.1.x への移行 新しい関数 新しい関 ... ble() PCNTL pcntl_async_signals() pcntl_signal_get_handler() 関連キーワード: 関数 , windows , pcntl , share , ...
https://man.plustar.jp/php/migration71.new-functions.html - [similar]