検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 777 for e (0.670 sec.)
Gets read timeout 3523
« Stomp::error Stomp::getSessionId » PHP Manual Stomp Gets read timeout Stomp::getReadTimeout st ... omp_get_read_timeout (PECL stomp >= 0.3.0) Stomp::getRead ... Timeout -- stomp_get_read_timeout — Gets read timeout 説 ... 明 オブジェクト指向型 (method): public Stomp::getReadTimeout (): array 手続き ... 型: stomp_get_read_timeout ( resource $link ): array Gets read ...
https://man.plustar.jp/php/stomp.getreadtimeout.html - [similar]
ディレクトリハンドルからエントリを読み込む 3523
« streamWrapper::dir_opendir streamWrapper::dir_rewinddir » PHP Manual streamWrapper ディレクトリ ... ハンドルからエントリを読み込む streamWrapper::dir_readdir (PHP 4 >= 4.3.2, PHP 5, PHP ... 7, PHP 8) streamWrapper::dir_readdir — ディレクトリハンドルからエ ... ントリを読み込む 説明 public streamWrapper::dir_readdir (): string このメソッドは、 ... readdir() に対応してコールされます。 パラメータ この関 ...
https://man.plustar.jp/php/streamwrapper.dir-readdir.html - [similar]
The MongoDB\BSON\Decimal128 class 3489
« MongoDB\BSON\Binary::unserialize MongoDB\BSON\Decimal128::__construct » PHP Manual MongoDB\BSO ... N The MongoDB\BSON\Decimal128 class The MongoDB\BSON\Dec ... imal128 class (mongodb >=1.2.0) はじめに BSON type for the » Decimal128 floating-point format , which ... supports numbers with up to 34 decimal digits (i.e. significant d ... igits) and an exponent range of -6143 to +6144. Unlike the double ...
https://man.plustar.jp/php/class.mongodb-bson-decimal128.html - [similar]
定義済み定数 3489
« リソース型 エラーおよびエラー処理 » PHP Manual COM 定義済み定数 定義済み定数 以下の定数が定義さ ... 可能です。 COM 定数 定数 値 説明 備考 CLSCTX_INPROC_SERVER ( int ) 1 このクラスのコードを作成および管理す ... の関数と同じプロセスで動きます。 CLSCTX_INPROC_HANDLER ( int ) 2 このクラスのオブジェクトを管理するコード ... スのクライアント側の構造を実装します。 CLSCTX_LOCAL_SERVER ( int ) 4 このクラスのオブジェクトを作成および ... 管理する EXE コードで、 同じマシンで動きますが別のプロセス空間 ...
https://man.plustar.jp/php/com.constants.html - [similar]
警告およびエラーを返す 3489
« DateTimeImmutable::createFromMutable DateTimeImmutable::modify » PHP Manual DateTimeImmutable ... 警告およびエラーを返す DateTimeImmutable::getLastErrors (PHP 5 >= 5.5.0, PHP 7 ... , PHP 8) DateTimeImmutable::getLastErrors — 警告およびエラーを返 ... す 説明 public static DateTimeImmutable::getLastErrors (): array | false 日付 ... を含む配列を返します。 警告やエラーがない場合は false を返します。 例 例1 DateTimeImmutable::getLastErro ...
https://man.plustar.jp/php/datetimeimmutable.getlasterrors.html - [similar]
Unixタイムスタンプを書式化する 3489
« date_timezone_set getdate » PHP Manual 日付・時刻 関数 Unixタイムスタンプを書式化する date (PH ... P 4, PHP 5, PHP 7, PHP 8) date — Unixタイムスタンプを書式化する 説明 date ( strin ... g $format , ? int $timestamp = null ): string 指定された引数 timestamp (Un ... えられない場合は、現在の時刻が使われます。 つまり timestamp はオプションであり そのデフォルト値は time() ... 情報が付加された日付/時刻の情報を書式化するには、 DateTimeImmutable クラスや、 DateTimeInterface::format( ...
https://man.plustar.jp/php/function.date.html - [similar]
正規表現検索および置換を行う 3489
« preg_replace_callback preg_split » PHP Manual PCRE 関数 正規表現検索および置換を行う preg_repl ... ace (PHP 4, PHP 5, PHP 7, PHP 8) preg_replace — 正規表 ... 現検索および置換を行う 説明 preg_replace ( string | array $pattern , string | arra ... y $replacement , string | array $subject , int $limit = ... , int &$count = null ): string | array | null subject に関して pattern を用いて検索を行い、 replacemen ...
https://man.plustar.jp/php/function.preg-replace.html - [similar]
select() システムコールと同等の操作を、 ストリームの配列に対して seconds と micr... 3489
« stream_resolve_include_path stream_set_blocking » PHP Manual ストリーム 関数 select() システム ... コールと同等の操作を、 ストリームの配列に対して seconds と microseconds で指定されたタイムアウト時間を ... もって行う stream_select (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) str ... eam_select — select() システムコールと同等の操作を、 スト ... リームの配列に対して seconds と microseconds で指定されたタイムアウト時間を ...
https://man.plustar.jp/php/function.stream-select.html - [similar]
PHP 7 でのエラー 3489
« 基本 例外(exceptions) » PHP Manual エラー PHP 7 でのエラー PHP 7 でのエラー PHP 7 は大半のエラ ... エラー報告メカニズムを使うかわりに、 大半のエラーを Error 例外としてスローするようになったのです。 通常の ... 例外と同様、 Error 例外も、 最初にマッチした catch ブロックで現れ ... ます。 マッチするブロックがなければ、 set_exception_handler() で設定したデフォルトの例外ハン ... デフォルトの例外ハンドラもない場合は、例外が fatal error に変換されて、 これまでのバージョンのエラーと同 ...
https://man.plustar.jp/php/language.errors.php7.html - [similar]
3489
« マジック定数 演算子 » PHP Manual 言語リファレンス 式 式 式は、PHP における最も重要なビルディン ... の関数を考えてみましょう。 <?php function foo () { return 5 ; } ?> あなたが関数の概念に慣れていると仮定す ... 算子です。 PHP と他の多くの言語のユーザーは、 variable++ や variable-- といった表記法に慣れていることでし ... るのは、加算する式の値です。 前置加算は、'++ $variable ' と書かれますが、 加算後の値を評価します (PHP はそ ... の値を読む前に変数を増加させるので、'前置加算(pre-increment)' という名前がついています)。 後置加算は ...
https://man.plustar.jp/php/language.expressions.html - [similar]