検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 365 for [SIMILAR] 16 1024 4096 WITH 16222 エク WITH 1517... (0.639 sec.)
Deserialization from BSON 0
« Serialization to BSON Security » PHP Manual Persisting Data Deserialization from BSON Deserialization from BSON 警告 BSON documents can technically contain duplicate keys because documents are stored as a list of key-value pairs; however, applications should refrain from generating doc ...
https://man.plustar.jp/php/mongodb.persistence.deserialization.html - [similar]
インストール手順 0
« 要件 テスト » PHP Manual インストール/設定 インストール手順 インストール手順 OCI8 とともに PHP を構成する OCI8 を構成する前に前述の 要件 節に 目を通してください。 Web サーバーを開始する前に、一般的に OCI8 はいくつかの Oracle 環境変数(下記参照)が必要です。 それらはライブラリの場所を指 ...
https://man.plustar.jp/php/oci8.installation.html - [similar]
PostgreSQL 0
« ociwritetemporarylob はじめに » PHP Manual ベンダー固有のモジュール PostgreSQL PostgreSQL はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 例 基本的な使用法 基本的な使い方 PostgreSQL 関数 pg_affected_rows — 変更されたレコード(タプル)の数を返す pg_canc ...
https://man.plustar.jp/php/book.pgsql.html - [similar]
変更履歴 0
« 共変性と反変性 名前空間 » PHP Manual クラスとオブジェクト 変更履歴 変更履歴 PHP の OOP モデルの変更履歴をここに記録します。 個々の機能の説明や注意点については、クラスとオブジェクトに関するドキュメントを参照ください。 バージョン 説明 8.1.0 追加: クラスの定数に対して、 final が指定できる ...
https://man.plustar.jp/php/language.oop5.changelog.html - [similar]
PostgreSQL 関数 0
« 基本的な使い方 pg_affected_rows » PHP Manual PostgreSQL PostgreSQL 関数 PostgreSQL 関数 注意 注意 : すべての関数がすべての構築環境でサポートされるわけではありません。 サポートされる関数は、使用する libpq(PostgreSQL の C クライアント ライブラリ)のバージョンと libpq のコンパイル方法に依 ...
https://man.plustar.jp/php/ref.pgsql.html - [similar]
下位互換性のない変更点 0
« 新機能 推奨されなくなる機能 » PHP Manual PHP 7.4.x から PHP 8.0.x への移行 下位互換性のない変更点 下位互換性のない変更点 PHP コア 文字列と数値の比較 (厳密でないやり方で)数値と非数値文字列を比較する場合、 数値を文字列にキャストし、文字列と比較するようになりました。 数値と数値形式の文字列 ...
https://man.plustar.jp/php/migration80.incompatible.html - [similar]
Manipulation 0
« Threaded::isTerminated Threaded::notify » PHP Manual Threaded Manipulation Threaded::merge (PECL pthreads >= 2.0.0) Threaded::merge — Manipulation 説明 public Threaded::merge ( mixed $from , bool $overwrite = ? ): bool Merges data into the current object パラメータ from The data to mer ...
https://man.plustar.jp/php/threaded.merge.html - [similar]
Returns an object for BSON serialization 0
« MongoDB\Driver\ReadPreference MongoDB\Driver\ReadPreference::__construct » PHP Manual MongoDB\Driver\ReadPreference Returns an object for BSON serialization MongoDB\Driver\ReadPreference::bsonSerialize (mongodb >=1.2.0) MongoDB\Driver\ReadPreference::bsonSerialize — Returns an object f ...
https://man.plustar.jp/php/mongodb-driver-readpreference.bsonserialize.html - [similar]
OCILob::export のエイリアス 0
« ocistatementtype ociwritetemporarylob » PHP Manual OCI8 廃止されたエイリアスと関数 OCILob::export のエイリアス ociwritelobtofile (PHP 4, PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.0.0) ociwritelobtofile — OCILob::export() のエイリアス 説明 OCILob::export() のエイリアス 警告 このエイリアスは P ...
https://man.plustar.jp/php/function.ociwritelobtofile.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]