検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 252 for [SIMILAR] 16 1024 4096 WITH 15863 solrinputdocum... (0.248 sec.)
現在のセッション名を取得または設定する 0
« session_module_name session_regenerate_id » PHP Manual セッション関数 現在のセッション名を取得または設定する session_name (PHP 4, PHP 5, PHP 7, PHP 8) session_name — 現在のセッション名を取得または設定する 説明 session_name ( ? string $name = null ): string | false session_name() は、現 ...
https://man.plustar.jp/php/function.session-name.html - [similar]
配列を昇順にソートする 0
« sizeof uasort » PHP Manual 配列 関数 配列を昇順にソートする sort (PHP 4, PHP 5, PHP 7, PHP 8) sort — 配列を昇順にソートする 説明 sort ( array &$array , int $flags = SORT_REGULAR ): bool array を値で昇順にソートします。 注意 : 比較結果が等しくなる二つの要素があった場合、それらの並び順は ...
https://man.plustar.jp/php/function.sort.html - [similar]
ユーザー定義の比較関数で配列をソートし、連想インデックスを保持する 0
« sort uksort » PHP Manual 配列 関数 ユーザー定義の比較関数で配列をソートし、連想インデックスを保持する uasort (PHP 4, PHP 5, PHP 7, PHP 8) uasort — ユーザー定義の比較関数で配列をソートし、連想インデックスを保持する 説明 uasort ( array &$array , callable $callback ): bool インデックスとそ ...
https://man.plustar.jp/php/function.uasort.html - [similar]
変更された関数 0
« PHP 7.1.x で推奨されなくなる機能 その他の変更 » PHP Manual PHP 7.0.x から PHP 7.1.x への移行 変更された関数 変更された関数 PHP コア getopt() に、オプションの第三引数が追加されました。 これは参照渡しの引数で、処理対象の引数リストの次の要素のインデックスが格納されます。 getenv() の引数が ...
https://man.plustar.jp/php/migration71.changed-functions.html - [similar]
MySQL Native Driverプラグイン のアーキテクチャ 0
« mysqlnd plugin APIを取得する mysqlnd のプラグインAPI » PHP Manual MySQL Native Driver プラグインAPI MySQL Native Driverプラグイン のアーキテクチャ MySQL Native Driverプラグイン のアーキテクチャ このセクションでは、 mysqlnd プラグイン のアーキテクチャについての概要を示します。 MySQL Nat ...
https://man.plustar.jp/php/mysqlnd.plugin.architecture.html - [similar]
SolrDocumentField クラス 0
« SolrDocument::valid SolrDocumentField::__construct » PHP Manual Solr SolrDocumentField クラス SolrDocumentField クラス (PECL solr >= 0.9.2) はじめに Solr 文書のフィールドを表現します。そのプロパティは全て読み取り専用です。 クラス概要 final class SolrDocumentField { /* プロパティ */ pub ...
https://man.plustar.jp/php/class.solrdocumentfield.html - [similar]
状態 0
« 所属 関数エイリアスのリスト » PHP Manual 拡張モジュールの一覧/分類 状態 状態 このパートでは、実用向けではない拡張を挙げます。- これらは "古すぎる"(廃止予定 / deprecated)あるいは "新しすぎる"(実験的 / experimental)のどちらかです。 廃止予定の拡張 これらの拡張は非推奨です。通常は同じ機 ...
https://man.plustar.jp/php/extensions.state.html - [similar]
mysqli_stmt クラス 0
« mysqli::$warning_count mysqli_stmt::$affected_rows » PHP Manual MySQLi mysqli_stmt クラス mysqli_stmt クラス (PHP 5, PHP 7, PHP 8) はじめに プリペアドステートメントを表します。 クラス概要 class mysqli_stmt { /* プロパティ */ public readonly int | string $ affected_rows ; public readonl ...
https://man.plustar.jp/php/class.mysqli-stmt.html - [similar]
データをファイルに書き込む 0
« file_get_contents file » PHP Manual ファイルシステム 関数 データをファイルに書き込む file_put_contents (PHP 5, PHP 7, PHP 8) file_put_contents — データをファイルに書き込む 説明 file_put_contents ( string $filename , mixed $data , int $flags = 0 , ? resource $context = null ): int | fal ...
https://man.plustar.jp/php/function.file-put-contents.html - [similar]
メッセージキューからメッセージを受信する 0
« msg_queue_exists msg_remove_queue » PHP Manual セマフォ関数 メッセージキューからメッセージを受信する msg_receive (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) msg_receive — メッセージキューからメッセージを受信する 説明 msg_receive ( SysvMessageQueue $queue , int $desired_message_type , int &$r ...
https://man.plustar.jp/php/function.msg-receive.html - [similar]