検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 480 for [SIMILAR] 16 1024 4096 WITH 39108 unitenum WITH ... (1.070 sec.)
型演算子 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]
新しい関数 0
« 変更された関数 新しいクラスおよびインターフェイス » PHP Manual PHP 5.6.x から PHP 7.0.x への移行 新しい関数 新しい関数 Closure Closure::call() CSPRNG random_bytes() random_int() エラー処理およびログ記録 error_clear_last() Generator Generator::getReturn() GNU Multiple Precision gmp_rand ...
https://man.plustar.jp/php/migration70.new-functions.html - [similar]
PDO ドライバ 0
« PDOException CUBRID (PDO) » PHP Manual PDO PDO ドライバ PDO ドライバ 目次 CUBRID (PDO) MS SQL Server (PDO) Firebird (PDO) IBM (PDO) Informix (PDO) MySQL (PDO) MS SQL Server (PDO) Oracle (PDO) ODBC and DB2 (PDO) PostgreSQL (PDO) SQLite (PDO) 以下のドライバが現在 PDO インターフェイスを実 ...
https://man.plustar.jp/php/pdo.drivers.html - [similar]
実行時設定 0
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 Xhprof 設定オプション 名前 デフォルト 変更可能 変更履歴 xhprof.output_dir "" PHP_INI_ALL 以下に設定ディレクティブに関する 簡単な説明を示します。 xhprof.output_dir str ...
https://man.plustar.jp/php/xhprof.configuration.html - [similar]
下位互換性のない変更点 0
« PHP 5.6.x から PHP 7.0.x への移行 新機能 » PHP Manual PHP 5.6.x から PHP 7.0.x への移行 下位互換性のない変更点 下位互換性のない変更点 エラーや例外の取り扱いの変更 fatal error や recoverable fatal error の多くが、PHP 7 では例外に変換されるようになりました。 これらの例外は Error クラスを ...
https://man.plustar.jp/php/migration70.incompatible.html - [similar]
DOMNodeList クラス 0
« DOMNode::replaceChild DOMNodeList::count » PHP Manual DOM DOMNodeList クラス DOMNodeList クラス (PHP 5, PHP 7, PHP 8) クラス概要 class DOMNodeList implements IteratorAggregate , Countable { /* プロパティ */ public readonly int $ length ; /* メソッド */ public count (): int public item ...
https://man.plustar.jp/php/class.domnodelist.html - [similar]
The Hashable interface 0
« Ds\Collection::toArray Ds\Hashable::equals » PHP Manual Data Structures The Hashable interface The Hashable interface (No version information available, might only be in Git) はじめに Hashable is an interface which allows objects to be used as keys. It's an alternative to spl_object_ha ...
https://man.plustar.jp/php/class.ds-hashable.html - [similar]
finfo クラス 0
« mime_content_type finfo::buffer » PHP Manual Fileinfo finfo クラス finfo クラス (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL fileinfo >= 0.1.0) はじめに このクラスは、fileinfo 関数にオブジェクト指向のインターフェイスを提供します。 クラス概要 class finfo { /* メソッド */ public __construct ( int ...
https://man.plustar.jp/php/class.finfo.html - [similar]
The MongoDB\BSON\Persistable interface 0
« MongoDB\BSON\Type MongoDB\BSON\Serializable » PHP Manual MongoDB\BSON The MongoDB\BSON\Persistable interface The MongoDB\BSON\Persistable interface (mongodb >=1.0.0) はじめに Classes may implement this interface to take advantage of automatic ODM (object document mapping) behavior in t ...
https://man.plustar.jp/php/class.mongodb-bson-persistable.html - [similar]
現在のファイル名を取得する 0
« COMPersistHelper::__construct COMPersistHelper::GetMaxStreamSize » PHP Manual COMPersistHelper 現在のファイル名を取得する COMPersistHelper::GetCurFileName (PHP 5, PHP 7, PHP 8) COMPersistHelper::GetCurFileName — 現在のファイル名を取得する 説明 public COMPersistHelper::GetCurFileName () ...
https://man.plustar.jp/php/compersisthelper.getcurfilename.html - [similar]