検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 440 for last (0.012 sec.)
定義済み定数 5079
« リソース型 例 » PHP Manual PCRE 定義済み定数 定義済み定数 以下の定数が定義されています。 この関 ... .0 PREG_NO_ERROR エラーが存在しなかった場合に preg_last_error() から返されます。 5.2.0 PREG_INTERNAL_ERROR ... PCRE 内部エラーが発生した場合に preg_last_error() から返されます。 5.2.0 PREG_BACKTRACK_LIMI ... T_ERROR backtrack limit に達した場合に preg_last_error() から返されます。 5.2.0 PREG_RECURSION_LIMI ... T_ERROR recursion limit に達した場合に preg_last_error() から返されます。 5.2.0 PREG_BAD_UTF8_ERROR ...
https://man.plustar.jp/php/pcre.constants.html - [similar]
Get the lastest error message 5045
« swoole_get_local_ip swoole_load_module » PHP Manual Swoole 関数 Get the lastest error message ... swoole_last_error (PECL swoole >= 1.9.0) swoole_last_error — G ... et the lastest error message 説明 swoole_last_error (): int パ ... ラメータはありません。 戻り値 関連キーワード: Get , lastest , swoole , the , 関数 , パラメータ , local , lo ...
https://man.plustar.jp/php/function.swoole-last-error.html - [similar]
5045
« 定義済み定数 ソケットのエラー » PHP Manual ソケット 例 例 例1 ソケットの例: 簡易 TCP/IP サーバ ... ate() failed: reason: " . socket_strerror ( socket_last_error ()) . "\n" ; } if ( socket_bind ( $sock , $a ... ind() failed: reason: " . socket_strerror ( socket_last_error ( $sock )) . "\n" ; } if ( socket_listen ( $ ... ten() failed: reason: " . socket_strerror ( socket_last_error ( $sock )) . "\n" ; } do { if (( $msgsock = ... ept() failed: reason: " . socket_strerror ( socket_last_error ( $sock )) . "\n" ; break; } /* Send instruc ...
https://man.plustar.jp/php/sockets.examples.html - [similar]
JSON 文字列をデコードする 5012
« JSON 関数 json_encode » PHP Manual JSON 関数 JSON 文字列をデコードする json_decode (PHP 5 >= 5 ... ar_dump ( json_decode ( $json , true , 4 )); echo 'Last error: ' , json_last_error_msg (), PHP_EOL , PHP_E ... ar_dump ( json_decode ( $json , true , 3 )); echo 'Last error: ' , json_last_error_msg (), PHP_EOL , PHP_E ... => string(3) "Une" [1]=> string(7) "Janvier" } } } Last error: No error NULL Last error: Maximum stack dep ... セットです。 注意 : デコードに失敗した場合は、 json_last_error() を使用すればエラーの正確な状態を知ることが ...
https://man.plustar.jp/php/function.json-decode.html - [similar]
相対指定文字列から DateInterval を作成する 4979
« DateInterval::__construct DateInterval::format » PHP Manual DateInterval 相対指定文字列から Da ... <?php $i = DateInterval :: createFromDateString ( 'last day of next month' ); var_dump ( $i ); $i = DateIn ... terval :: createFromDateString ( 'last weekday' ); var_dump ( $i ); 上の例の PHP 8.2 での ... tring"]=> bool(true) ["date_string"]=> string(22) "last day of next month" } object(DateInterval)#2 (2) { ... tring"]=> bool(true) ["date_string"]=> string(12) "last weekday" } 上の例の PHP 8 での出力は、たとえば以下 ...
https://man.plustar.jp/php/dateinterval.createfromdatestring.html - [similar]
ページリクエスト時に生じた直近の IMAP エラーを返す 4979
« imap_headers imap_list » PHP Manual IMAP 関数 ページリクエスト時に生じた直近の IMAP エラーを返 ... す imap_last_error (PHP 4, PHP 5, PHP 7, PHP 8) imap_last_error ... クエスト時に生じた直近の IMAP エラーを返す 説明 imap_last_error (): string | false 現在のページに生じた直近の ... 文を返します。 エラースタックは変更されません。 imap_last_error() を続けてコールした際、 コール間に新規エラー ...
https://man.plustar.jp/php/function.imap-last-error.html - [similar]
Get elapsed ticks for the last interval 4979
« HRTime\StopWatch::getElapsedTime HRTime\StopWatch::getLastElapsedTime » PHP Manual HRTime\Stop ... Watch Get elapsed ticks for the last interval HRTime\StopWatch::getLastElapsedTicks (PE ... CL hrtime >= 0.4.3) HRTime\StopWatch::getLastElapsedTicks — Get elapsed ticks for the last inter ... val 説明 public HRTime\StopWatch::getLastElapsedTicks (): int Get elapsed ticks for the prev ... s , Get , interval , HRTime , StopWatch , the , getLastElapsedTicks , int , パラメータ ...
https://man.plustar.jp/php/hrtime-stopwatch.getlastelapsedticks.html - [similar]
Get elapsed time for the last interval 4979
« HRTime\StopWatch::getLastElapsedTicks HRTime\StopWatch::isRunning » PHP Manual HRTime\StopWatc ... h Get elapsed time for the last interval HRTime\StopWatch::getLastElapsedTime (PEC ... L hrtime >= 0.4.3) HRTime\StopWatch::getLastElapsedTime — Get elapsed time for the last interva ... l 説明 public HRTime\StopWatch::getLastElapsedTime ( int $unit = ? ): float Get elapsed ti ... , time , interval , HRTime , StopWatch , the , getLastElapsedTime , unit , float ...
https://man.plustar.jp/php/hrtime-stopwatch.getlastelapsedtime.html - [similar]
区別できないソケットの組を作成し、配列に保存する 4937
« socket_create_listen socket_create » PHP Manual ソケット 関数 区別できないソケットの組を作成し ... _pair failed. Reason: " . socket_strerror ( socket_last_error ()); } /* データの送受信 */ if ( socket_writ ... ite() failed. Reason: " . socket_strerror ( socket_last_error ( $sockets [ 0 ])); } if (( $data = socket_r ... ead() failed. Reason: " . socket_strerror ( socket_last_error ( $sockets [ 1 ])); } var_dump ( $data ); /* ... air() failed. Reason: " . socket_strerror ( socket_last_error ()); } $pid = pcntl_fork (); if ( $pid == - ...
https://man.plustar.jp/php/function.socket-create-pair.html - [similar]
入力配列から単一のカラムの値を返す 4904
« array_chunk array_combine » PHP Manual 配列 関数 入力配列から単一のカラムの値を返す array_colu ... y( array( 'id' => 2135 , 'first_name' => 'John' , 'last_name' => 'Doe' , ), array( 'id' => 3245 , 'first_n ... ame' => 'Sally' , 'last_name' => 'Smith' , ), array( 'id' => 5342 , 'first ... _name' => 'Jane' , 'last_name' => 'Jones' , ), array( 'id' => 5623 , 'first ... _name' => 'Peter' , 'last_name' => 'Doe' , ) ); $first_names = array_column ...
https://man.plustar.jp/php/function.array-column.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT