検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 281 for [SIMILAR] 16 1024 4096 WITH 30835 solrserverexce... (0.157 sec.)
ジェネレータと Iterator オブジェクトとの比較 0
« ジェネレータの構文 アトリビュート » PHP Manual ジェネレータ ジェネレータと Iterator オブジェクトとの比較 ジェネレータと Iterator オブジェクトとの比較 ジェネレータの最大のメリットは、シンプルに書けることです。 Iterator を実装するのに比べて、必要な決まり文句の数がかなり少なくなります。 ま ...
https://man.plustar.jp/php/language.generators.comparison.html - [similar]
Serialization to BSON 0
« Persisting Data Deserialization from BSON » PHP Manual Persisting Data Serialization to BSON Serialization to BSON Arrays If an array is a packed array — i.e. empty array or the keys start at 0 and are sequential without gaps: BSON array . If the array is not packed — i.e. having assoc ...
https://man.plustar.jp/php/mongodb.persistence.serialization.html - [similar]
OAuth で保護されたリソースを取得する 0
« OAuth::enableSSLChecks OAuth::generateSignature » PHP Manual OAuth OAuth で保護されたリソースを取得する OAuth::fetch (PECL OAuth >= 0.99.1) OAuth::fetch — OAuth で保護されたリソースを取得する 説明 public OAuth::fetch ( string $protected_resource_url , array $extra_parameters = ? , stri ...
https://man.plustar.jp/php/oauth.fetch.html - [similar]
暗号化フィルタ 0
« 圧縮フィルタ サポートされるソケットトランスポートのリスト » PHP Manual 利用できるフィルタのリスト 暗号化フィルタ 暗号化フィルタ 暗号化フィルタは、ファイル/ストリーム を暗号化する場合に特に有用です。 mcrypt.* と mdecrypt.* 警告 この機能は PHP 7.1.0 で 非推奨 になります。この機能に頼らな ...
https://man.plustar.jp/php/filters.encryption.html - [similar]
メソッドの配列を取得する 0
« ReflectionClass::getMethod ReflectionClass::getModifiers » PHP Manual ReflectionClass メソッドの配列を取得する ReflectionClass::getMethods (PHP 5, PHP 7, PHP 8) ReflectionClass::getMethods — メソッドの配列を取得する 説明 public ReflectionClass::getMethods ( ? int $filter = null ): arra ...
https://man.plustar.jp/php/reflectionclass.getmethods.html - [similar]
public プロパティであるかどうかを調べる 0
« ReflectionProperty::isProtected ReflectionProperty::isReadOnly » PHP Manual ReflectionProperty public プロパティであるかどうかを調べる ReflectionProperty::isPublic (PHP 5, PHP 7, PHP 8) ReflectionProperty::isPublic — public プロパティであるかどうかを調べる 説明 public ReflectionPropert ...
https://man.plustar.jp/php/reflectionproperty.ispublic.html - [similar]
ArrayObject の public プロパティの数を取得する 0
« ArrayObject::__construct ArrayObject::exchangeArray » PHP Manual ArrayObject ArrayObject の public プロパティの数を取得する ArrayObject::count (PHP 5, PHP 7, PHP 8) ArrayObject::count — ArrayObject の public プロパティの数を取得する 説明 public ArrayObject::count (): int ArrayObject の ...
https://man.plustar.jp/php/arrayobject.count.html - [similar]
列挙型とメソッド 0
« 値に依存した列挙型(Backed Enum) 列挙型と static メソッド » PHP Manual 列挙型(Enum) 列挙型とメソッド 列挙型とメソッド 列挙型では、(Pure Enum と Backed Enum ともに) メソッドを含めることもできますし、 インターフェイスを実装することもできます。 列挙型がインターフェイスを実装する場合、 その ...
https://man.plustar.jp/php/language.enumerations.methods.html - [similar]
オーバーロード 0
« 無名クラス オブジェクトの反復処理 » PHP Manual クラスとオブジェクト オーバーロード オーバーロード PHP におけるオーバーロード機能は、 プロパティやメソッドを動的に 作成する ための手法です。 これらの動的エンティティは、マジックメソッドを用いて処理されます。 マジックメソッドは、クラス内でさ ...
https://man.plustar.jp/php/language.oop5.overloading.html - [similar]
Window 0
« UI\Size::setWidth UI\Window::add » PHP Manual UI Window Window (UI 0.9.9) はじめに Represents a UI Window クラス概要 class UI\Window extends UI\Control { /* プロパティ */ protected $ controls ; /* Constructor */ public __construct ( string $title , Size $size , bool $menu = false ) /* ...
https://man.plustar.jp/php/class.ui-window.html - [similar]