検索

phrase: max: clip:
target: order:
Results of 231 - 240 of about 1160 for Object (0.041 sec.)
JSON 文字列をデコードする 3200
« JSON 関数 json_encode » PHP Manual JSON 関数 JSON 文字列をデコードする json_decode (PHP 5 >= 5 ... 式になります。 false の場合、返されるオブジェクトは object になります。 null の場合、返されるオブジェクトは f ... lags に JSON_OBJECT_AS_ARRAY が設定されているかどうかによって、 連想配 ... 列形式か object かが変化します。 depth デコードするデータのネストの ... _UTF8_IGNORE , JSON_INVALID_UTF8_SUBSTITUTE , JSON_OBJECT_AS_ARRAY , JSON_THROW_ON_ERROR . からなるビットマス ...
https://man.plustar.jp/php/function.json-decode.html - [similar]
実行する 3200
« ReflectionMethod::getPrototype ReflectionMethod::invokeArgs » PHP Manual ReflectionMethod 実行 ... 実行する 説明 public ReflectionMethod::invoke ( ? object $object , mixed ...$args ): mixed メソッドを実行し ... ます。 パラメータ object メソッドを実行するオブジェクト。staticメソッドを実 ... メソッドが宣言されているクラスのインスタンス以外を object パラメータで指定すると ReflectionException が発生し ...
https://man.plustar.jp/php/reflectionmethod.invoke.html - [similar]
オブジェクトが指す値を返す 3200
« WeakMap::offsetExists WeakMap::offsetSet » PHP Manual WeakMap オブジェクトが指す値を返す WeakM ... クトが指す値を返す 説明 public WeakMap::offsetGet ( object $object ): mixed 指定されたオブジェクトが指す値を返 ... します。 パラメータ object マップにキーとして含まれるオブジェクト 戻り値 引数 ...
https://man.plustar.jp/php/weakmap.offsetget.html - [similar]
Removes all values from the deque 3177
« Ds\Deque::capacity Ds\Deque::__construct » PHP Manual Deque Removes all values from the deque ... 例の出力は、 たとえば以下のようになります。 Ds\Deque Object ( [0] => 1 [1] => 2 [2] => 3 ) Ds\Deque Object ( ) ... , values , from , deque , Ds , the , パラメータ , Object ...
https://man.plustar.jp/php/ds-deque.clear.html - [similar]
Returns the value for a given key 3177
« Ds\Map::first Ds\Map::hasKey » PHP Manual Map Returns the value for a given key Ds\Map::get (P ... if the key could not be found. 注意 : Keys of type object are supported. If an object implements Ds\Hashable ... , equality will be determined by the object's equals function. If an object does not implement ... Ds\Hashable , objects must be references to the same instance to be con ...
https://man.plustar.jp/php/ds-map.get.html - [similar]
Removes all values 3177
« Ds\Queue::capacity Ds\Queue::__construct » PHP Manual Queue Removes all values Ds\Queue::clear ... 例の出力は、 たとえば以下のようになります。 Ds\Queue Object ( [0] => 1 [1] => 2 [2] => 3 ) Ds\Queue Object ( ) ... Queue , Removes , all , values , Ds , パラメータ , Object , capacity , construct , public ...
https://man.plustar.jp/php/ds-queue.clear.html - [similar]
Removes all values 3177
« Ds\Set::capacity Ds\Set::__construct » PHP Manual Set Removes all values Ds\Set::clear (PECL d ... の例の出力は、 たとえば以下のようになります。 Ds\Set Object ( [0] => 1 [1] => 2 [2] => 3 ) Ds\Set Object ( ) 関 ... : Set , Removes , all , values , Ds , パラメータ , Object , capacity , construct , public ...
https://man.plustar.jp/php/ds-set.clear.html - [similar]
Removes all values 3177
« Ds\Stack::capacity Ds\Stack::__construct » PHP Manual Stack Removes all values Ds\Stack::clear ... 例の出力は、 たとえば以下のようになります。 Ds\Stack Object ( [0] => 3 [1] => 2 [2] => 1 ) Ds\Stack Object ( ) ... Stack , Removes , all , values , Ds , パラメータ , Object , capacity , construct , public ...
https://man.plustar.jp/php/ds-stack.clear.html - [similar]
Removes all values 3177
« Ds\Vector::capacity Ds\Vector::__construct » PHP Manual Vector Removes all values Ds\Vector::c ... の出力は、 たとえば以下のようになります。 Ds\Vector Object ( [0] => 1 [1] => 2 [2] => 3 ) Ds\Vector Object ( ... ーワード: Removes , all , values , Ds , パラメータ , Object , capacity , construct , public , from ...
https://man.plustar.jp/php/ds-vector.clear.html - [similar]
指定したクラスが使っているトレイトを返す 3177
« class_parents iterator_apply » PHP Manual SPL 関数 指定したクラスが使っているトレイトを返す cl ... たクラスが使っているトレイトを返す 説明 class_uses ( object | string $object_or_class , bool $autoload = true ... ): array | false この関数は、指定した object_or_class が使っているトレイトの名前を配列で返します ... ラスで使っているトレイトは含まれません。 パラメータ object_or_class オブジェクト (クラスのインスタンス) あるい ...
https://man.plustar.jp/php/function.class-uses.html - [similar]