検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 103 for break (0.005 sec.)
IntlRuleBasedBreakIterator クラス 5899
« IntlBreakIterator::setText IntlRuleBasedBreakIterator::__construct » PHP Manual intl IntlRuleB ... asedBreakIterator クラス IntlRuleBasedBreakIterator クラス ( ... PHP 5 >= 5.5.0, PHP 7, PHP 8) はじめに ICU の break iterator をカプセル化した IntlBreakIterator クラス ... を使って振る舞いが定義されています。 これは、殆どの break iterator に共通する機能です。 これらのルールは、 » ... で説明されています。 クラス概要 class IntlRuleBasedBreakIterator extends IntlBreakIterator { /* 継承した定数 ...
https://man.plustar.jp/php/class.intlrulebasedbreakiterator.html - [similar]
クライアントの接続が切断された際にスクリプトの実行を終了するかどうかを設定する 5899
« hrtime pack » PHP Manual その他の関数 クライアントの接続が切断された際にスクリプトの実行を終了 ... if( connection_status () != CONNECTION_NORMAL ) { break; } // 10 秒間お休み sleep ( 10 ); } // ここに到達し ... たということは、while ループ内で // 'break' が実行されたのでしょう // ここで、ログを記録したり ...
https://man.plustar.jp/php/function.ignore-user-abort.html - [similar]
Stops the event loop 5848
« EvLoop::stat EvLoop::suspend » PHP Manual EvLoop Stops the event loop EvLoop::stop (PECL ev >= ... oid Stops the event loop パラメータ how One of Ev::BREAK_* constants . 戻り値 値を返しません。 参考 EvLoop: ...
https://man.plustar.jp/php/evloop.stop.html - [similar]
MIME ヘッダフィールドを作成する 5809
« iconv_mime_decode iconv_set_encoding » PHP Manual iconv 関数 MIME ヘッダフィールドを作成する i ... た場合は、長さは 76 文字に限定されます。 76 996 line-break-chars string 長いヘッダフィールドに対して "折りたた ... -charset" => "UTF-8" , "line-length" => 76 , "line-break-chars" => "\n" ); $preferences [ "scheme" ] = "Q" ...
https://man.plustar.jp/php/function.iconv-mime-encode.html - [similar]
パーサトークンの一覧 5809
« PHP 型の比較表 ユーザーレベルでの命名の手引き » PHP Manual 付録 パーサトークンの一覧 パーサトー ... 演算子 T_BOOL_CAST (bool) or (boolean) 型キャスト T_BREAK break; break T_CALLABLE callable callable T_CASE c ...
https://man.plustar.jp/php/tokens.html - [similar]
デフォルトのイベントループを止める 5770
« Ev::sleep Ev::supportedBackends » PHP Manual Ev デフォルトのイベントループを止める Ev::stop (P ... ルトのイベントループを止めます。 パラメータ how Ev::BREAK_* 定数 のいずれか。 戻り値 値を返しません。 参考 E ...
https://man.plustar.jp/php/ev.stop.html - [similar]
5770
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... ); $this -> ev_write ( $id , "250 OK ehlo\r\n" ); break; case strncmp ( 'HELO ' , $line , 4 ): $this -> ev ... ); $this -> ev_write ( $id , "250 OK helo\r\n" ); break; case strncmp ( 'QUIT' , $line , 3 ): $this -> ev_ ... , "250 OK quit\r\n" ); $this -> ev_close ( $id ); break; case strncmp ( 'STARTTLS' , $line , 3 ): $this -> ... nx' ]-> enable ( Event :: READ | Event :: WRITE ); break; default: echo 'unknown command: ' . $line . "\n" ...
https://man.plustar.jp/php/event.examples.html - [similar]
ユーザー定義のエラーハンドラ関数を設定する 5770
« restore_exception_handler set_exception_handler » PHP Manual エラー処理関数 ユーザー定義のエラ ... "<b>My WARNING</b> [ $errno ] $errstr <br />\n" ; break; case E_USER_NOTICE : echo "<b>My NOTICE</b> [ $er ... rno ] $errstr <br />\n" ; break; default: echo "Unknown error type: [ $errno ] $er ... rstr <br />\n" ; break; } /* PHP の内部エラーハンドラを実行しません */ re ...
https://man.plustar.jp/php/function.set-error-handler.html - [similar]
IntlBreakIterator クラス 5718
« Transliterator::transliterate IntlBreakIterator::__construct » PHP Manual intl IntlBreakIterat ... or クラス IntlBreakIterator クラス (PHP 5 >= 5.5.0, PHP 7, PHP 8) はじ ... めに “break iterator” は、 テキスト中のどこに境界 (たとえば、単 ... るのかに関するメソッドを公開しています。 PHP の IntlBreakIterator は、 全ての break iterator の基底クラスにな ... サブクラスを公開しています。 たとえば、 IntlRuleBasedBreakIterator や IntlCodePointBreakIterator です。 このク ...
https://man.plustar.jp/php/class.intlbreakiterator.html - [similar]
新しいグローバル定数 5718
« 新しく追加された関数 下位互換性のない変更点 » PHP Manual PHP 7.3.x から PHP 7.4.x への移行 新し ... コア PHP_WINDOWS_EVENT_CTRL_C PHP_WINDOWS_EVENT_CTRL_BREAK マルチバイト文字列 MB_ONIGURUMA_VERSION Socket Fre ...
https://man.plustar.jp/php/migration74.constants.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT