検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 507 for [SIMILAR] 16 1024 4096 WITH 4183 フェ WITH 3950 ... (0.929 sec.)
GMP クラス 0
« gmp_xor GMP::__serialize » PHP Manual GMP GMP クラス GMP クラス (PHP 5 >= 5.6.0, PHP 7, PHP 8) はじめに GMP 数。このオブジェクトは、オーバーロードされた 算術演算子 , ビット演算子 , 比較演算子 をサポートしています。 注意 : GMP オブジェクトを操作するオブジェクト指向インターフェイスは用意 ...
https://man.plustar.jp/php/class.gmp.html - [similar]
The MongoDB\Driver\Monitoring\CommandSubscriber interface 0
« MongoDB\Driver\Monitoring\TopologyOpeningEvent::getTopologyId MongoDB\Driver\Monitoring\CommandSubscriber::commandFailed » PHP Manual MongoDB\Driver\Monitoring The MongoDB\Driver\Monitoring\CommandSubscriber interface The MongoDB\Driver\Monitoring\CommandSubscriber interface (mongodb > ...
https://man.plustar.jp/php/class.mongodb-driver-monitoring-commandsubscriber.htm... - [similar]
インスタンス化を禁止するためのコンストラクタ 0
« FiberError 定義済みのインターフェイスとクラス » PHP Manual FiberError インスタンス化を禁止するためのコンストラクタ FiberError::__construct (PHP 8 >= 8.1.0) FiberError::__construct — インスタンス化を禁止するためのコンストラクタ 説明 public FiberError::__construct () パラメータ この関数に ...
https://man.plustar.jp/php/fibererror.construct.html - [similar]
配列または Countable オブジェクトに含まれるすべての要素の数を数える 0
« compact current » PHP Manual 配列 関数 配列または Countable オブジェクトに含まれるすべての要素の数を数える count (PHP 4, PHP 5, PHP 7, PHP 8) count — 配列または Countable オブジェクトに含まれるすべての要素の数を数える 説明 count ( Countable | array $value , int $mode = COUNT_NORMAL ): ...
https://man.plustar.jp/php/function.count.html - [similar]
コンパクト、かつ保存可能な値のバイナリ表現を生成する 0
« Igbinary 関数 igbinary_unserialize » PHP Manual Igbinary 関数 コンパクト、かつ保存可能な値のバイナリ表現を生成する igbinary_serialize (PECL igbinary >= 1.1.1) igbinary_serialize — コンパクト、かつ保存可能な値のバイナリ表現を生成する 説明 igbinary_serialize ( mixed $value ): string | fa ...
https://man.plustar.jp/php/function.igbinary-serialize.html - [similar]
値の保存可能な表現を生成する 0
« print_r settype » PHP Manual 変数操作 関数 値の保存可能な表現を生成する serialize (PHP 4, PHP 5, PHP 7, PHP 8) serialize — 値の保存可能な表現を生成する 説明 serialize ( mixed $value ): string 値の保存可能な表現を生成します。 型や構造を失わずに PHP の値を保存または渡す際に有用です。 シリ ...
https://man.plustar.jp/php/function.serialize.html - [similar]
インストールにあたっての一般的な注意事項 0
« インストールと設定 Unix システムへのインストール » PHP Manual インストールと設定 インストールにあたっての一般的な注意事項 インストールにあたっての一般的な注意事項 インストールを行う前に、PHP を使用する用途を明確にしておく必要があります。 PHP を適用可能な分野としては、 「 PHP にできるこ ...
https://man.plustar.jp/php/install.general.html - [similar]
はじめに 0
« Memcache インストール/設定 » PHP Manual Memcache はじめに はじめに Memcache モジュールは、memcached に対する手続き型および オブジェクト指向のインターフェイスを提供します。これは非常に効率的な キャッシュデーモンで、動的な web アプリケーションでの データベースの読み込み量を減らすように設 ...
https://man.plustar.jp/php/intro.memcache.html - [similar]
値のリスト 0
« オブジェクトとの違い 列挙型をシリアライズする » PHP Manual 列挙型(Enum) 値のリスト 値のリスト Pure Enum と Backed Enum は、 共に内部インターフェイス UnitEnum を実装しています。 UnitEnum には static メソッド cases() が含まれています。 cases() は、 定義されている全ての case を宣言された順 ...
https://man.plustar.jp/php/language.enumerations.listing.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]