検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 440 for last (0.005 sec.)
直近の PCRE 正規表現処理のエラーコードを返す 6033
« preg_last_error_msg preg_match_all » PHP Manual PCRE 関数 直近の PCRE 正規表現処理のエラーコー ... ドを返す preg_last_error (PHP 5 >= 5.2.0, PHP 7, PHP 8) preg_last_err ... 近の PCRE 正規表現処理のエラーコードを返す 説明 preg_last_error (): int 直近の PCRE 正規表現処理のエラーコー ... ドを返します。 例1 preg_last_error() の例 <?php preg_match ( '/(?:\D+|<\d+>)*[! ... ?]/' , 'foobar foobar foobar' ); if ( preg_last_error () == PREG_BACKTRACK_LIMIT_ERROR ) { echo 'B ...
https://man.plustar.jp/php/function.preg-last-error.html - [similar]
最後に発生したエラーを取得する 5958
« error_clear_last error_log » PHP Manual エラー処理関数 最後に発生したエラーを取得する error_ge ... t_last (PHP 5 >= 5.2.0, PHP 7, PHP 8) error_get_last — 最 ... 後に発生したエラーを取得する 説明 error_get_last (): ? array 最後に発生したエラーについての情報を取 ... していない場合は null を返します。 例 例1 error_get_last() の例 <?php echo $a ; print_r ( error_get_last () ... 2 ) 参考 エラー定数 変数 $php_errormsg error_clear_last() - 最も最近のエラーをクリア ディレクティブ displa ...
https://man.plustar.jp/php/function.error-get-last.html - [similar]
この接続上で最後に成功した insert クエリが自動生成した ID を返す 5892
« db2_get_option db2_lob_read » PHP Manual IBM DB2 関数 この接続上で最後に成功した insert クエリ ... が自動生成した ID を返す db2_last_insert_id (PECL ibm_db2 >= 1.7.1) db2_last_insert_ ... した insert クエリが自動生成した ID を返す 説明 db2_last_insert_id ( resource $resource ): string この接続上 ... rt クエリが自動生成した ID を返します。 例 例1 db2_last_insert_id() の例 次の例は、この接続上で最後に成功し ... word ); if( $conn ) { $createTable = "CREATE TABLE lastInsertID (id integer GENERATED BY DEFAULT AS IDENTI ...
https://man.plustar.jp/php/function.db2-last-insert-id.html - [similar]
Removes and returns the last value 5718
« Ds\Deque::merge Ds\Deque::push » PHP Manual Deque Removes and returns the last value Ds\Deque: ... >= 1.0.0) Ds\Deque::pop — Removes and returns the last value 説明 public Ds\Deque::pop (): mixed Removes ... and returns the last value. パラメータ この関数にはパラメータはありませ ... ん。 戻り値 The removed last value. エラー / 例外 UnderflowException if empty. ...
https://man.plustar.jp/php/ds-deque.pop.html - [similar]
Removes and returns the last value 5718
« Ds\Sequence::merge Ds\Sequence::push » PHP Manual Sequence Removes and returns the last value ... 1.0.0) Ds\Sequence::pop — Removes and returns the last value 説明 abstract public Ds\Sequence::pop (): mi ... xed Removes and returns the last value. パラメータ この関数にはパラメータはありませ ... ん。 戻り値 The removed last value. エラー / 例外 UnderflowException if empty. ...
https://man.plustar.jp/php/ds-sequence.pop.html - [similar]
Removes and returns the last value 5718
« Ds\Vector::merge Ds\Vector::push » PHP Manual Vector Removes and returns the last value Ds\Vec ... >= 1.0.0) Ds\Vector::pop — Removes and returns the last value 説明 public Ds\Vector::pop (): mixed Removes ... and returns the last value. パラメータ この関数にはパラメータはありませ ... ん。 戻り値 The removed last value. エラー / 例外 UnderflowException if empty. ...
https://man.plustar.jp/php/ds-vector.pop.html - [similar]
Retrieve the last set exit status 5676
« uopz_function uopz_get_hook » PHP Manual Uopz 関数 Retrieve the last set exit status uopz_get_ ... , PECL uopz 7) uopz_get_exit_status — Retrieve the last set exit status 説明 uopz_get_exit_status (): mixe ... d Retrieves the last set exit status, i.e. the value passed to exit() . ... ータはありません。 戻り値 This function returns the last exit status, or null if exit() has not been called ...
https://man.plustar.jp/php/function.uopz-get-exit-status.html - [similar]
Returns the server's last update time in microseconds 5676
« MongoDB\Driver\ServerDescription::getHost MongoDB\Driver\ServerDescription::getPort » PHP Manu ... goDB\Driver\ServerDescription Returns the server's last update time in microseconds MongoDB\Driver\ServerD ... escription::getLastUpdateTime (mongodb >=1.13.0) MongoDB\Driver\Server ... Description::getLastUpdateTime — Returns the server's last update time ... final public MongoDB\Driver\ServerDescription::getLastUpdateTime (): int Returns the server's last update ...
https://man.plustar.jp/php/mongodb-driver-serverdescription.getlastupdatetime.ht... - [similar]
相対的な書式 5610
« 複合的な書式 サポートされるタイムゾーンのリスト » PHP Manual サポートする日付と時刻の書式 相対 ... th' | 'tenth' | 'eleventh' | 'twelfth' | 'next' | 'last' | 'previous' | 'this' reltext 'next' | 'last' | ' ... る使いかたが最適です。 "first day of January 2008" 'last day of' 現在月の最後の日にします。 これは、現在月に ... この書式に続けて月名を指定する使いかたが最適です。 "last day of next month" ordinal space dayname space 'of ... 番目の曜日を計算します。 "first sat of July 2008" 'last' space dayname space 'of' 現在月の 最後の 曜日を計 ...
https://man.plustar.jp/php/datetime.formats.relative.html - [similar]
pcntl_get_last_error のエイリアス 5610
« pcntl_async_signals pcntl_exec » PHP Manual PCNTL 関数 pcntl_get_last_error のエイリアス pcntl ... 5 >= 5.3.4, PHP 7, PHP 8) pcntl_errno — pcntl_get_last_error() のエイリアス 説明 この関数は次の関数のエイ ... リアスです。 pcntl_get_last_error() 関連キーワード: pcntl , 関数 , errno , asy ...
https://man.plustar.jp/php/function.pcntl-errno.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT