検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 68 for [SIMILAR] 16 1024 4096 WITH 24904 generator WITH... (0.096 sec.)
return 0
« declare require » PHP Manual 制御構造 return return (PHP 4, PHP 5, PHP 7, PHP 8) return は、プログラムの制御を呼び出し元に戻します。 呼び出し側のモジュールでは、呼び出しの次の式から続行します。 関数内で呼び出されると、 return 文は即座に その関数の実行を停止し、引数を関数の値として返しま ...
https://man.plustar.jp/php/function.return.html - [similar]
定義済みのインターフェイスとクラス 0
« FiberError::__construct Traversable » PHP Manual 言語リファレンス 定義済みのインターフェイスとクラス 定義済みのインターフェイスとクラス 目次 Traversable Iterator IteratorAggregate Throwable ArrayAccess Serializable Closure Generator Fiber WeakReference WeakMap Stringable UnitEnum Backe ...
https://man.plustar.jp/php/reserved.interfaces.html - [similar]
フィルタを適用するときにコールされる 0
« php_user_filter php_user_filter::onClose » PHP Manual php_user_filter フィルタを適用するときにコールされる php_user_filter::filter (PHP 5, PHP 7, PHP 8) php_user_filter::filter — フィルタを適用するときにコールされる 説明 public php_user_filter::filter ( resource $in , resource $out , i ...
https://man.plustar.jp/php/php-user-filter.filter.html - [similar]
Win32Service サービス制御メッセージが受領されたときのビットマスク 0
« Win32Service サービス制御メッセージ定数 Win32Service サービス開始型定数 » PHP Manual 定義済み定数 Win32Service サービス制御メッセージが受領されたときのビットマスク Win32Service サービス制御メッセージが受領されたときのビットマスク 定数 値 説明 WIN32_SERVICE_ACCEPT_HARDWAREPROFILECHANGE ...
https://man.plustar.jp/php/win32service.constants.controlsaccepted.html - [similar]
switch 0
« continue match » PHP Manual 制御構造 switch switch (PHP 4, PHP 5, PHP 7, PHP 8) switch 文は、同じ式を用いてIF文を並べたのに似ています。 同じ変数を異なる値と比較し、値に応じて異なったコードを実行したいと 思うことがしばしばあるかと思います。 switch 文は、まさにこのためにあるのです。 注意 ...
https://man.plustar.jp/php/control-structures.switch.html - [similar]
定義済み定数 0
« リソース型 JsonException » PHP Manual JSON 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。 次の定数は、 json_last_error() が返したり、 JsonException の code に ...
https://man.plustar.jp/php/json.constants.html - [similar]
文を実行する 0
« oci_error oci_fetch_all » PHP Manual OCI8 関数 文を実行する oci_execute (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_execute — 文を実行する 説明 oci_execute ( resource $statement , int $mode = OCI_COMMIT_ON_SUCCESS ): bool oci_parse() が返した statement を実行します。 実行後、 INSERT ...
https://man.plustar.jp/php/function.oci-execute.html - [similar]
繰り返し正規表現検索を行う 0
« preg_last_error preg_match » PHP Manual PCRE 関数 繰り返し正規表現検索を行う preg_match_all (PHP 4, PHP 5, PHP 7, PHP 8) preg_match_all — 繰り返し正規表現検索を行う 説明 preg_match_all ( string $pattern , string $subject , array &$matches = null , int $flags = 0 , int $offset = 0 ): in ...
https://man.plustar.jp/php/function.preg-match-all.html - [similar]
Iterable 0
« 配列 オブジェクト » PHP Manual 型 Iterable Iterable Iterable は PHP 7.1 で導入された疑似型です。 array 、あるいは Traversable インターフェイスを実装したオブジェクトを 許容します。これらの型は、いずれも foreach で繰り返し可能であり、また、 ジェネレータ 内で yield from できます。 Iterabl ...
https://man.plustar.jp/php/language.types.iterable.html - [similar]
例外(exceptions) 0
« PHP 7 でのエラー 例外を拡張する » PHP Manual 言語リファレンス 例外(exceptions) 例外(exceptions) 目次 例外を拡張する PHP は、他のプログラミング言語に似た例外モデルを有しています。 PHP 内で例外が投げられ ( throw され)、それが 捕捉され ( catch され) ます。発生した例外を 捕捉するには、コー ...
https://man.plustar.jp/php/language.exceptions.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT