検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 1007 for [SIMILAR] 16 1024 4096 WITH 14448 ス定 WITH 1098... (0.678 sec.)
名前空間と動的言語機能 0
« 名前空間の使用法: 基本編 namespace キーワードおよび __NAMESPACE__ 定数 » PHP Manual 名前空間 名前空間と動的言語機能 名前空間と動的言語機能 (PHP 5 >= 5.3.0, PHP 7, PHP 8) PHP における名前空間の実装は、PHP 自身が動的プログラミング言語であるという性質に影響を受けています。 したがって、次の ...
https://man.plustar.jp/php/language.namespaces.dynamic.html - [similar]
SolrGenericResponse クラス 0
« SolrPingResponse::getResponse SolrGenericResponse::__construct » PHP Manual Solr SolrGenericResponse クラス SolrGenericResponse クラス (PECL solr >= 0.9.2) はじめに Solr サーバーからのレスポンスを表現 クラス概要 final class SolrGenericResponse extends SolrResponse { /* 定数 */ const in ...
https://man.plustar.jp/php/class.solrgenericresponse.html - [similar]
SolrQueryResponse クラス 0
« SolrResponse::success SolrQueryResponse::__construct » PHP Manual Solr SolrQueryResponse クラス SolrQueryResponse クラス (PECL solr >= 0.9.2) はじめに クエリーリクエストに対するレスポンスを表現 クラス概要 final class SolrQueryResponse extends SolrResponse { /* 定数 */ const int PARSE_S ...
https://man.plustar.jp/php/class.solrqueryresponse.html - [similar]
SolrUpdateResponse クラス 0
« SolrQueryResponse::__destruct SolrUpdateResponse::__construct » PHP Manual Solr SolrUpdateResponse クラス SolrUpdateResponse クラス (PECL solr >= 0.9.2) はじめに 更新リクエストに対するレスポンスを表現 クラス概要 final class SolrUpdateResponse extends SolrResponse { /* 定数 */ const int ...
https://man.plustar.jp/php/class.solrupdateresponse.html - [similar]
その他の関数 0
« LuaSandboxTimeoutError はじめに » PHP Manual その他の基本モジュール その他の関数 その他の関数 はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 その他の関数 connection_aborted — クライアントとの接続が切断されているかどうかを調べる connection_status — 接 ...
https://man.plustar.jp/php/book.misc.html - [similar]
定義済み定数 0
« リソース型 例 » PHP Manual Zip 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。 ZipArchive はクラス定数を使用します。定数には フラグ (接頭辞 FL_ )、 エラー (接 ...
https://man.plustar.jp/php/zip.constants.html - [similar]
SolrPingResponse クラス 0
« SolrUpdateResponse::__destruct SolrPingResponse::__construct » PHP Manual Solr SolrPingResponse クラス SolrPingResponse クラス (PECL solr >= 0.9.2) はじめに サーバーへの ping リクエストに対するレスポンスを表現 クラス概要 final class SolrPingResponse extends SolrResponse { /* 定数 */ co ...
https://man.plustar.jp/php/class.solrpingresponse.html - [similar]
サービスの状態を問い合わせる 0
« win32_pause_service win32_send_custom_control » PHP Manual win32service 関数 サービスの状態を問い合わせる win32_query_service_status (PECL win32service >=0.1.0) win32_query_service_status — サービスの状態を問い合わせる 説明 win32_query_service_status ( string $servicename , string $mac ...
https://man.plustar.jp/php/function.win32-query-service-status.html - [similar]
新機能 0
« PHP 7.0.x から PHP 7.1.x への移行 新しい関数 » PHP Manual PHP 7.0.x から PHP 7.1.x への移行 新機能 新機能 nullable な型 パラメータや戻り値の型宣言で nullable 指定ができるようになりました。 型の前にクエスチョンマークをつけると、nullable であることを指定できます。 nullable 指定をすると、 ...
https://man.plustar.jp/php/migration71.new-features.html - [similar]
配列 0
« 数値形式の文字列 Iterable » PHP Manual 型 配列 配列 PHP の配列は、実際には順番付けられたマップです。マップは型の一種で、 値 を キー に関連付けます。 この型は、さまざまな使い道にあわせて最適化されます。 配列としてだけでなく、リスト (ベクター)、 ハッシュテーブル (マップの実装の一つ)、辞書 ...
https://man.plustar.jp/php/language.types.array.html - [similar]