検索

phrase: max: clip:
target: order:
Results of 511 - 520 of about 5876 for Public (0.073 sec.)
CollectionRemove クラス 1905
« CollectionModify::unset CollectionRemove::bind » PHP Manual Mysql_xdevapi CollectionRemove クラ ... sql_xdevapi\CrudOperationSortable { /* メソッド */ public bind ( array $placeholder_values ): mysql_xdevapi\ ... CollectionRemove public execute (): mysql_xdevapi\Result public limit ( in ... t $rows ): mysql_xdevapi\CollectionRemove public sort ( string $sort_expr ): mysql_xdevapi\Collecti ... 連キーワード: CollectionRemove , xdevapi , クラス , public , bind , sort , limit , execute , 削除 , 操作 ...
https://man.plustar.jp/php/class.mysql-xdevapi-collectionremove.html - [similar]
The SyncEvent class 1905
« SyncSemaphore::unlock SyncEvent::__construct » PHP Manual Sync The SyncEvent class The SyncEve ... ssed). クラス概要 class SyncEvent { /* メソッド */ public __construct ( string $name = ? , bool $manual = fa ... lse , bool $prefire = false ) public fire (): bool public reset (): bool public wait ( ... o be fired/set 関連キーワード: SyncEvent , event , public , wait , construct , objects , sets , instance , f ...
https://man.plustar.jp/php/class.syncevent.html - [similar]
修飾子の名前を取得する 1905
« Reflection::export ReflectionClass » PHP Manual Reflection 修飾子の名前を取得する Reflection:: ... on::getModifierNames — 修飾子の名前を取得する 説明 public static Reflection::getModifierNames ( int $modifie ... etModifierNames() の例 <?php class Testing { final public static function foo () { return; } public function ... うになります。 Modifiers for method foo(): 261 final public static Modifiers for method bar(): 65792 public... 前 , Reflection , getModifiers , getModifierNames , public , modifiers , クラス , static ...
https://man.plustar.jp/php/reflection.getmodifiernames.html - [similar]
ReflectionAttribute クラス 1896
« ReflectionReference::getId ReflectionAttribute::__construct » PHP Manual リフレクション Reflec ... ANCEOF = 2 ; /* メソッド */ private __construct () public getArguments (): array public getName (): string p ... ublic getTarget (): int public isRepeated (): bool public newInstance (): object ... ド: ReflectionAttribute , クラス , アトリビュート , public , 定数 , 取得 , construct , getName , newInstance ...
https://man.plustar.jp/php/class.reflectionattribute.html - [similar]
メソッドの修飾子を取得する 1896
« ReflectionMethod::getDeclaringClass ReflectionMethod::getPrototype » PHP Manual ReflectionMeth ... od::getModifiers — メソッドの修飾子を取得する 説明 public ReflectionMethod::getModifiers (): int このメソッド ... d::getModifiers() の例 <?php class Testing { final public static function foo () { return; } public function ... うになります。 Modifiers for method foo(): 49 final public static Modifiers for method bar(): 1 public 参考 R ... メソッド , 取得 , ReflectionMethod , getModifiers , public , Modifiers , パラメータ , getModifierNames , Refl ...
https://man.plustar.jp/php/reflectionmethod.getmodifiers.html - [similar]
The MongoDB\BSON\MaxKey class 1887
« MongoDB\BSON\Javascript::unserialize MongoDB\BSON\MaxKey::__construct » PHP Manual MongoDB\BSO ... alizable , JsonSerializable { /* メソッド */ final public __construct () final public jsonSerialize (): mixe ... d final public serialize (): string final public unserialize ( st ... e a MaxKey 関連キーワード: BSON , MaxKey , final , public , unserialize , construct , Serializable , MaxKeyI ...
https://man.plustar.jp/php/class.mongodb-bson-maxkey.html - [similar]
The MongoDB\BSON\MinKey class 1887
« MongoDB\BSON\MaxKey::unserialize MongoDB\BSON\MinKey::__construct » PHP Manual MongoDB\BSON Th ... alizable , JsonSerializable { /* メソッド */ final public __construct () final public jsonSerialize (): mixe ... d final public serialize (): string final public unserialize ( st ... e a MinKey 関連キーワード: BSON , MinKey , final , public , unserialize , construct , Serializable , MinKeyI ...
https://man.plustar.jp/php/class.mongodb-bson-minkey.html - [similar]
Serializable インターフェイス 1887
« ArrayAccess::offsetUnset Serializable::serialize » PHP Manual 定義済みのインターフェイスとクラ ... フェイス概要 interface Serializable { /* メソッド */ public serialize (): ? string public unserialize ( string ... lass obj implements Serializable { private $data ; public function __construct () { $this -> data = "My priv ... ate data" ; } public function serialize () { return serialize ( $this - ... > data ); } public function unserialize ( $data ) { $this -> data = u ...
https://man.plustar.jp/php/class.serializable.html - [similar]
オブジェクトの継承 1887
« アクセス権 スコープ定義演算子 (::) » PHP Manual クラスとオブジェクト オブジェクトの継承 オブジ ... えば、クラスを拡張するとき、サブクラスは親クラスから public と、protected のメソッドや、プロパティや定数をすべ ... えば、 親クラスで protected なメソッドは 子クラスで public としてマークできます。 しかし、厳しくすることはでき ... ません。 つまり、親クラスで public なプロパティを 子クラスで private にすることはでき ... 書きしてはいけません。逆も同じです。 <?php class A { public int $prop ; } class B extends A { // 正しくありませ ...
https://man.plustar.jp/php/language.oop5.inheritance.html - [similar]
Register a server 1887
« Yar_Server Yar_Server::handle » PHP Manual Yar_Server Register a server Yar_Server::__construc ... Server::__construct — Register a server 説明 final public Yar_Server::__construct ( Object $obj ) Set up a Y ... ar HTTP RPC Server, All the public methods of $obj will be register as a RPC service. ... パラメータ obj An Object, all public methods of its will be registered as RPC services. ... lly into service info page. * @params * @return */ public function some_method ( $parameter , $option = "foo ...
https://man.plustar.jp/php/yar-server.construct.html - [similar]