検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 1237 for n (0.014 sec.)
4514
« 定義済み定数 ウォッチャー » PHP Manual Ev 例 例 例1 タイマーのサンプル <?php // タイマーを作り ... 、2 秒後に起動します $w1 = new EvTimer ( 2 , 0 , function () { echo "2 seconds ... elapsed\n" ; }); // タイマーを作って 2 秒後に起動させ、その後 ... は // 手で止めるまで 1 秒おきに繰り返します $w2 = new EvTimer ( 2 , 1 , function ( $w ) { echo "is cal ... led every second, is launched after 2 seconds\n" ; echo "iteration ...
https://man.plustar.jp/php/ev.examples.html - [similar]
結果セットの次のフィールドを返す 4486
« mysqli_result::fetch_field_direct mysqli_result::fetch_fields » PHP Manual mysqli_result 結果セ ... 返します。 オブジェクトのプロパティ プロパティ 説明 name カラムの名前。 orgname もしエイリアスが指定され ... ータベース名 catalog カタログ名。常に "def"。 max_length 結果セットにおけるフィールドの最大幅。 length テ ... ーブルの定義で指定されているフィールド幅。 charsetnr フィールドの文字セット番号。 flags フィールドのビ ... フィールドのデータ型。 decimals フィールドの桁数(integer 型のフィールド)。 例 例1 オブジェクト指向型 ...
https://man.plustar.jp/php/mysqli-result.fetch-field.html - [similar]
利用例 4463
« 例 Gender\Gender » PHP Manual 例 利用例 利用例 Gender クラスの利用例です。 例1 利用例 <?php na ... mespace Gender ; $gender = new Gender ; $name = "Milene" ; $co ... untry = Gender :: FRANCE ; $result = $gender -> get ( ... $name , $country ); $data = $gender -> country ( $cou ... ntry ); switch( $result ) { case Gender :: IS_FEMALE : printf ( "%sは、%sでは女性の名前 ...
https://man.plustar.jp/php/gender.example.admin.html - [similar]
Constructs EventHttp object(the HTTP server) 4441
« EventHttp::bind EventHttp::removeServerAlias » PHP Manual EventHttp Constructs EventHttp objec ... t(the HTTP server) EventHttp::__construct (PECL event >= 1.2.6-beta) Event ... Http::__construct — Constructs EventHttp object(the HTTP serve ... r) 説明 public EventHttp::__construct ( EventBase $base , EventSslCont ... ext $ctx = null ) Constructs the HTTP server object. パラメータ ...
https://man.plustar.jp/php/eventhttp.construct.html - [similar]
ビット演算子 4441
« 代入演算子 比較演算子 » PHP Manual 演算子 ビット演算子 ビット演算子 ビット演算子は、整数値の特 ... 列になります。 それ以外の場合は、左右のオペランドを integer に変換 し、結果も integer になります。 ~ 演算 ... なります。 それ以外の場合は、オペランドや演算結果を integer として扱います。 << および >> 演算子のオペラン ... ドとその結果は、常に integer として扱います。 PHP の ini 設定 error_report ... ing はビット値を用いています。 これを用いて、特定のビ ...
https://man.plustar.jp/php/language.operators.bitwise.html - [similar]
4418
« 定義済み定数 エラー処理関数 » PHP Manual エラー処理 例 例 エラー処理機能を PHP で使用するための ... // 自分のエラーハンドリングを行います error_reporting ( 0 ); // ユーザーの定義したエラーハンドリング関数 ... function userErrorHandler ( $errno , $errmsg , $filena ... me , $linenum , $vars ) { // エラーエントリのタイムスタンプ ... す。 // 実際のところ、考慮する必要があるのは // E_WARNING、E_NOTICE、E_USER_ERROR、 // E_USER_WARNING そし ...
https://man.plustar.jp/php/errorfunc.examples.html - [similar]
エラー配列を取得する 4418
« libxml_disable_entity_loader libxml_get_last_error » PHP Manual libxml 関数 エラー配列を取得す ... ドラを構築する方法を示すものです。 <?php libxml_use_internal_errors ( true ); $xmlstr = <<< XML <?xml ver ... sion='1.0' standalone='yes'?> <movies> <movie> <titles> ... PHP: Behind the Parser</title> </movie> </movies> XML; $doc = ... simplexml_load_string ( $xmlstr ); $xml = explode ( "\n" , $xmlstr ); i ...
https://man.plustar.jp/php/function.libxml-get-errors.html - [similar]
オーバーロード 4395
« 無名クラス オブジェクトの反復処理 » PHP Manual クラスとオブジェクト オーバーロード オーバーロー ... ます。 プロパティのオーバーロード public __set ( string $name , mixed $value ): void public __get ( strin ... g $name ): mixed public __isset ( string $name ): bool ... public __unset ( string $name ): void __set() は、 アクセス不能 ... ないプロパティに対して実行したときに起動します。 __unset() は、 unset() をアクセス不能(protected または ...
https://man.plustar.jp/php/language.oop5.overloading.html - [similar]
Connects to a hostname with optionally asyncronous DNS resolving 4344
« EventBufferEvent::connect EventBufferEvent::__construct » PHP Manual EventBufferEvent Connects ... to a hostname with optionally asyncronous DNS resolving Event ... BufferEvent::connectHost (PECL event >= 1.2.6-beta) EventBuff ... erEvent::connectHost — Connects to a hostname with option ... ally asyncronous DNS resolving 説明 public EventBufferEvent: ...
https://man.plustar.jp/php/eventbufferevent.connecthost.html - [similar]
Create a new SSL buffer event to send its data over another buffer event 4344
« EventBufferEvent::sslError EventBufferEvent::sslGetCipherInfo » PHP Manual EventBufferEvent Cr ... eate a new SSL buffer event to send its data over another b ... uffer event EventBufferEvent::sslFilter (PECL event >= 1.2.6- ... beta) EventBufferEvent::sslFilter — Create a new SSL buffer e ... vent to send its data over another buffer event 説明 p ...
https://man.plustar.jp/php/eventbufferevent.sslfilter.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT