検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 128 for property (0.068 sec.)
Gets a previous set return value for a function 5896
« uopz_get_property uopz_get_static » PHP Manual Uopz 関数 Gets a previous set return value for ... function , uopz , previous , string , previously , property , static , Uopz , 関数 ...
https://man.plustar.jp/php/function.uopz-get-return.html - [similar]
クラスのプロパティを表す ReflectionProperty を取得する 5835
« ReflectionClass::getProperties ReflectionClass::getReflectionConstant » PHP Manual ReflectionC ... lass クラスのプロパティを表す ReflectionProperty を取得する ReflectionClass::getProperty (PHP 5, PH ... P 7, PHP 8) ReflectionClass::getProperty — クラスのプロパティを表す ReflectionProperty を取 ... 得する 説明 public ReflectionClass::getProperty ( string $name ): ReflectionProperty クラスのプロパ ... ティを表す ReflectionProperty を取得します。 パラメータ name プロパティの名前。 ...
https://man.plustar.jp/php/reflectionclass.getproperty.html - [similar]
static キーワード 5762
« スコープ定義演算子 (::) クラスの抽象化 » PHP Manual クラスとオブジェクト static キーワード sta ... " ; print $foo -> my_static . "\n" ; // Undefined "Property" my_static print $foo :: $my_static . "\n" ; $clas ... のようになります。: foo foo Notice: Accessing static property Foo::$my_static as non static in /in/V0Rvv on line ... 23 Warning: Undefined property: Foo::$my_static in /in/V0Rvv on line 23 foo foo f ...
https://man.plustar.jp/php/language.oop5.static.html - [similar]
指定したインデックスに新しい値をセットする 5701
« ArrayObject::offsetGet ArrayObject::offsetUnset » PHP Manual ArrayObject 指定したインデックスに ... ct::offsetSet() の例 <?php class Example { public $property = 'prop:public' ; } $arrayobj = new ArrayObject (n ... 出力は以下となります。 object(ArrayObject)#1 (3) { ["property"]=> string(11) "prop:public" [4]=> string(4) "four ...
https://man.plustar.jp/php/arrayobject.offsetset.html - [similar]
The MongoDB\Driver\Exception\RuntimeException class 5701
« MongoDB\Driver\Exception\LogicException MongoDB\Driver\Exception\RuntimeException::hasErrorLab ... Label() , instead of interpreting this errorLabels property manually. 変更履歴 バージョン 説明 PECL mongodb 1. ... oDB\Driver\Exception\RuntimeException::errorLabels property have been added. 目次 MongoDB\Driver\Exception\Run ...
https://man.plustar.jp/php/class.mongodb-driver-exception-runtimeexception.html - [similar]
The Volatile class 5701
« Pool::submitTo セマフォ » PHP Manual pthreads The Volatile class The Volatile class (PECL pthr ... ew Threaded (); // attempt to overwrite a Threaded property of a Threaded class (invalid) $this -> data = new ... ew Threaded (); // attempt to overwrite a Threaded property of a Volatile class (valid) $this -> data = new St ...
https://man.plustar.jp/php/class.volatile.html - [similar]
画像のプロパティを返す 5701
« Imagick::getImageProfiles Imagick::getImageProperty » PHP Manual Imagick 画像のプロパティを返す ... をループします */ foreach ( $exifArray as $name => $property ) { echo " { $name } => { $property } <br />\n" ; ...
https://man.plustar.jp/php/imagick.getimageproperties.html - [similar]
コードポイントが、Alphabetic プロパティを持つかを調べる 5701
« IntlChar::istitle IntlChar::isULowercase » PHP Manual IntlChar コードポイントが、Alphabetic プ ... ティを持つかを調べます。 これは、 IntlChar::hasBinaryProperty($codepoint, IntlChar::PROPERTY_ALPHABETIC) と同等で ... イントがアルファベットかを調べる IntlChar::hasBinaryProperty() - コードポイントに対応する、バイナリ Unicode プロ ... パティがあるかを調べる IntlChar::PROPERTY_ALPHABETIC 関連キーワード: コード , ポイント , Int ... betic , codepoint , isUAlphabetic , int , hasBinaryProperty , static , 文字 ...
https://man.plustar.jp/php/intlchar.isualphabetic.html - [similar]
オーバーロード 5701
« 無名クラス オブジェクトの反復処理 » PHP Manual クラスとオブジェクト オーバーロード オーバーロー ... ドを使ったプロパティのオーバーロードの例 <?php class PropertyTest { /** オーバーロードされるデータの場所 */ priv ... e = debug_backtrace (); trigger_error ( 'Undefined property via __get(): ' . $name . ' in ' . $trace [ 0 ][ 'f ... $this -> hidden ; } } echo "<pre>\n" ; $obj = new PropertyTest ; $obj -> a = 1 ; echo $obj -> a . "\n\n" ; va ... . "\n\n" ; echo "Let's experiment with the private property named 'hidden':\n" ; echo "Privates are visible in ...
https://man.plustar.jp/php/language.oop5.overloading.html - [similar]
Serialization to BSON 5664
« Persisting Data Deserialization from BSON » PHP Manual Persisting Data Serialization to BSON S ... he previous paragraphs, but also add an additional property __pclass as a Binary value, with subtype 0x80 and ... the object that is being serialized. The __pclass property is added to the array or object returned by MongoD ... ) , which means it will overwrite any __pclass key/property in the MongoDB\BSON\Serializable::bsonSerialize() ...
https://man.plustar.jp/php/mongodb.persistence.serialization.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT