検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 261 for protected (0.024 sec.)
ジェネレータと Iterator オブジェクトとの比較 4490
« ジェネレータの構文 アトリビュート » PHP Manual ジェネレータ ジェネレータと Iterator オブジェク ... てみると…… class LineIterator implements Iterator { protected $fileHandle ; protected $line ; protected $i ; pub ...
https://man.plustar.jp/php/language.generators.comparison.html - [similar]
Serialization to BSON 4490
« Persisting Data Deserialization from BSON » PHP Manual Persisting Data Serialization to BSON S ... document . Keep only public properties, and ignore protected and private properties. If an object is of a class ... { "foo" : 42 } class MyClass { public $foo = 42 ; protected $prot = "wine" ; private $fpr = "cheese" ; } // => ... MongoDB \ BSON \ Serializable { public $foo = 42 ; protected $prot = "wine" ; private $fpr = "cheese" ; functio ... MongoDB \ BSON \ Persistable { public $foo = 42 ; protected $prot = "wine" ; private $fpr = "cheese" ; functio ...
https://man.plustar.jp/php/mongodb.persistence.serialization.html - [similar]
OAuth で保護されたリソースを取得する 4490
« OAuth::enableSSLChecks OAuth::generateSignature » PHP Manual OAuth OAuth で保護されたリソースを ... ソースを取得する 説明 public OAuth::fetch ( string $protected_resource_url , array $extra_parameters = ? , strin ... ers = ? ): mixed リソースを取得します。 パラメータ protected_resource_url OAuth で保護されたリソースへの URL。 ... , パラメータ , 情報 , 追加 , レスポンス , string , protected ...
https://man.plustar.jp/php/oauth.fetch.html - [similar]
暗号化フィルタ 4460
« 圧縮フィルタ サポートされるソケットトランスポートのリスト » PHP Manual 利用できるフィルタのリス ... ncrypted.enc" , "decrypted.txt" ); class AES_CBC { protected static $KEY_SIZES = array( 'AES-128' => 16 , 'AES- ... 192' => 24 , 'AES-256' => 32 ); protected static function key_size () { return self :: $KEY_ ... _PASS_ON ; } } class AES_128_CBC extends AES_CBC { protected static function key_size () { return self :: $KEY_ ... ES-128' ]; } } class AES_192_CBC extends AES_CBC { protected static function key_size () { return self :: $KEY_ ...
https://man.plustar.jp/php/filters.encryption.html - [similar]
メソッドの配列を取得する 4431
« ReflectionClass::getMethod ReflectionClass::getModifiers » PHP Manual ReflectionClass メソッド ... eflectionMethod::IS_PUBLIC 、 ReflectionMethod::IS_PROTECTED 、 ReflectionMethod::IS_PRIVATE 、 ReflectionMetho ... s Apple { public function firstMethod () { } final protected function secondMethod () { } private static functi ... s Apple { public function firstMethod () { } final protected function secondMethod () { } private static functi ...
https://man.plustar.jp/php/reflectionclass.getmethods.html - [similar]
public プロパティであるかどうかを調べる 4431
« ReflectionProperty::isProtected ReflectionProperty::isReadOnly » PHP Manual ReflectionProperty ... 場合に false を返します。 参考 ReflectionProperty::isProtected() - protected プロパティであるかどうかを調べる Ref ... ーワード: public , ReflectionProperty , isPublic , isProtected , isReadOnly , パラメータ , 関数 , 参考 , protecte ...
https://man.plustar.jp/php/reflectionproperty.ispublic.html - [similar]
ArrayObject の public プロパティの数を取得する 4391
« ArrayObject::__construct ArrayObject::exchangeArray » PHP Manual ArrayObject ArrayObject の pu ... = 'prop:public' ; private $prv = 'prop:private' ; protected $prt = 'prop:protected' ; } $arrayobj = new ArrayO ...
https://man.plustar.jp/php/arrayobject.count.html - [similar]
列挙型とメソッド 4292
« 値に依存した列挙型(Backed Enum) 列挙型と static メソッド » PHP Manual 列挙型(Enum) 列挙型とメソ ... も参照下さい。 } } ?> メソッドには public, private, protected が指定できますが、 列挙型では実際 private と prote ... ッド , Enum , Backed , 実装 , case , インスタンス , protected , private , チェック , 定義 ...
https://man.plustar.jp/php/language.enumerations.methods.html - [similar]
オーバーロード 4292
« 無名クラス オブジェクトの反復処理 » PHP Manual クラスとオブジェクト オーバーロード オーバーロー ... t ( string $name ): void __set() は、 アクセス不能(protected または private)または存在しないプロパティへデータを ... 書き込む際に実行されます。 __get() は、 アクセス不能(protected または private)または存在しないプロパティからデータ ... set() は、 isset() あるいは empty() をアクセス不能(protected または private)または存在しないプロパティに対して実 ... に起動します。 __unset() は、 unset() をアクセス不能(protected または private)または存在しないプロパティに対して実 ...
https://man.plustar.jp/php/language.oop5.overloading.html - [similar]
Window 4263
« UI\Size::setWidth UI\Window::add » PHP Manual UI Window Window (UI 0.9.9) はじめに Represents ... ss UI\Window extends UI\Control { /* プロパティ */ protected $ controls ; /* Constructor */ public __construct ... ): bool public msg ( string $title , string $msg ) protected onClosing (): int public open (): string public sa ...
https://man.plustar.jp/php/class.ui-window.html - [similar]