検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 1007 for [SIMILAR] 16 1024 4096 WITH 14448 ス定 WITH 1098... (0.561 sec.)
SolrInputDocument クラス 0
« SolrUtils::queryPhrase SolrInputDocument::addChildDocument » PHP Manual Solr SolrInputDocument クラス SolrInputDocument クラス (PECL solr >= 0.9.2) はじめに このクラスは、Solr インデックスにサブミットされようとしている Solr 文書を表現します。 クラス概要 final class SolrInputDocument { ...
https://man.plustar.jp/php/class.solrinputdocument.html - [similar]
SolrResponse クラス 0
« SolrClient::threads SolrResponse::getDigestedResponse » PHP Manual Solr SolrResponse クラス SolrResponse クラス (PECL solr >= 0.9.2) はじめに Solr サーバーからのレスポンスを表現 クラス概要 abstract class SolrResponse { /* 定数 */ const int PARSE_SOLR_OBJ = 0 ; const int PARSE_SOLR_DOC ...
https://man.plustar.jp/php/class.solrresponse.html - [similar]
すべてのタイムゾーン識別子を含む配列を返す 0
« DateTimeZone::listAbbreviations DateInterval » PHP Manual DateTimeZone すべてのタイムゾーン識別子を含む配列を返す DateTimeZone::listIdentifiers timezone_identifiers_list (PHP 5 >= 5.2.0, PHP 7, PHP 8) DateTimeZone::listIdentifiers -- timezone_identifiers_list — すべてのタイムゾーン識別 ...
https://man.plustar.jp/php/datetimezone.listidentifiers.html - [similar]
画像のインターレース手法を設定する 0
« Gmagick::setimageindex Gmagick::setimageiterations » PHP Manual Gmagick 画像のインターレース手法を設定する Gmagick::setimageinterlacescheme (PECL gmagick >= Unknown) Gmagick::setimageinterlacescheme — 画像のインターレース手法を設定する 説明 public Gmagick::setimageinterlacescheme ( int ...
https://man.plustar.jp/php/gmagick.setimageinterlacescheme.html - [similar]
アトリビュートの概要 0
« アトリビュート アトリビュートの文法 » PHP Manual アトリビュート アトリビュートの概要 アトリビュートの概要 (PHP 8) アトリビュートを使うと、 コンピューターが解析できる構造化されたメタデータの情報を、 コードの宣言時に埋め込むことができます。 つまり、クラス、メソッド、関数、プロパティ、クラ ...
https://man.plustar.jp/php/language.attributes.overview.html - [similar]
ストリームのクラス 0
« 実行時設定 定義済み定数 » PHP Manual インストール/設定 ストリームのクラス ストリームのクラス ユーザー定義のラッパーは、 stream_wrapper_register() で、同関数の説明ページに記載されたクラス定義を使うことで、 登録することができます。 ユーザー定義のフィルタ用に、ベースとなる抽象クラスとして ...
https://man.plustar.jp/php/stream.resources.html - [similar]
サンプル 0
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Example#0 - 初歩的な例 Example#1 - 初めての PHP スクリプト: hello.php Example#2 - PHP からシステムに関する情報を取得する Example#3 - 変数を出力する (配列要素) Example#4 - 制御構造 および 関数の使 ...
https://man.plustar.jp/php/indexes.examples.html - [similar]
下位互換性のない変更点 0
« 新しいグローバル定数 PHP 7.4.x で推奨されなくなる機能 » PHP Manual PHP 7.3.x から PHP 7.4.x への移行 下位互換性のない変更点 下位互換性のない変更点 PHP コア 配列でない値を配列スタイルでアクセスした場合 null , bool , int , float または resource 型を ( $null["key"] のように) 配列としてアク ...
https://man.plustar.jp/php/migration74.incompatible.html - [similar]
新機能 0
« PHP 8.0.x から PHP 8.1.x への移行 新しいクラスとインターフェイス » PHP Manual PHP 8.0.x から PHP 8.1.x への移行 新機能 新機能 PHP コア 8進数の整数リテラルのプレフィックス指定 8進数の整数値の場合に、 数値リテラルのプレフィックスとして明示的に 0o や 0O を指定できるようになりました。 これ ...
https://man.plustar.jp/php/migration81.new-features.html - [similar]
型演算子 0
« 配列演算子 制御構造 » PHP Manual 演算子 型演算子 型演算子 instanceof を使用して、 ある PHP 変数が特定の クラス のオブジェクトのインスタンスであるかどうかを調べます。 例1 クラスでの instanceof の使用法 <?php class MyClass { } class NotMyClass { } $a = new MyClass ; var_dump ( $a instanc ...
https://man.plustar.jp/php/language.operators.type.html - [similar]