検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 1160 for Object (0.042 sec.)
メソッドの配列を取得する 3218
« ReflectionClass::getMethod ReflectionClass::getModifiers » PHP Manual ReflectionClass メソッド ... ?> 上の例の出力は以下となります。 array(3) { [0]=> object(ReflectionMethod)#2 (2) { ["name"]=> string(11) "f ... irstMethod" ["class"]=> string(5) "Apple" } [1]=> object(ReflectionMethod)#3 (2) { ["name"]=> string(12) "s ... econdMethod" ["class"]=> string(5) "Apple" } [2]=> object(ReflectionMethod)#4 (2) { ["name"]=> string(11) "t ... ?> 上の例の出力は以下となります。 array(2) { [0]=> object(ReflectionMethod)#2 (2) { ["name"]=> string(12) "s ...
https://man.plustar.jp/php/reflectionclass.getmethods.html - [similar]
イテレータの現在位置を返す 3218
« SplObjectStorage::getInfo SplObjectStorage::next » PHP Manual SplObjectStorage イテレータの現在 ... 位置を返す SplObjectStorage::key (PHP 5 >= 5.1.0, PHP 7, PHP 8) SplObje ... e::key — イテレータの現在位置を返す 説明 public SplObjectStorage::key (): int イテレータの現在位置を返します ... 現在位置に対応するインデックスを返します。 例 例1 SplObjectStorage::key() の例 <?php $s = new SplObjectStorage ... ; while( $s -> valid ()) { $index = $s -> key (); $object = $s -> current (); // current($s) と同等 var_dump ...
https://man.plustar.jp/php/splobjectstorage.key.html - [similar]
オブジェクトがストレージ内に存在するかどうかを調べる 3218
« SplObjectStorage::next SplObjectStorage::offsetGet » PHP Manual SplObjectStorage オブジェクトが ... ストレージ内に存在するかどうかを調べる SplObjectStorage::offsetExists (PHP 5 >= 5.3.0, PHP 7, PHP 8 ... ) SplObjectStorage::offsetExists — オブジェクトがストレージ内に ... 存在するかどうかを調べる 説明 public SplObjectStorage::offsetExists ( object $object ): bool オブ ... ストレージ内に存在するかどうかを調べます。 注意 : SplObjectStorage::offsetExists() は、 SplObjectStorage::cont ...
https://man.plustar.jp/php/splobjectstorage.offsetexists.html - [similar]
オブジェクトに関連づけられたデータを返す 3218
« SplObjectStorage::offsetExists SplObjectStorage::offsetSet » PHP Manual SplObjectStorage オブジ ... ェクトに関連づけられたデータを返す SplObjectStorage::offsetGet (PHP 5 >= 5.3.0, PHP 7, PHP 8) S ... plObjectStorage::offsetGet — オブジェクトに関連づけられたデ ... ータを返す 説明 public SplObjectStorage::offsetGet ( object $object ): mixed ストレ ... ェクトに関連づけられたデータを返します。 パラメータ object 探したいオブジェクト。 戻り値 ストレージ内のオブジ ...
https://man.plustar.jp/php/splobjectstorage.offsetget.html - [similar]
ストレージ内のオブジェクトにデータを関連づける 3218
« SplObjectStorage::offsetGet SplObjectStorage::offsetUnset » PHP Manual SplObjectStorage ストレ ... ージ内のオブジェクトにデータを関連づける SplObjectStorage::offsetSet (PHP 5 >= 5.3.0, PHP 7, PHP 8) S ... plObjectStorage::offsetSet — ストレージ内のオブジェクトにデ ... ータを関連づける 説明 public SplObjectStorage::offsetSet ( object $object , mixed $info = ... ジ内のオブジェクトにデータを関連づけます。 注意 : SplObjectStorage::offsetSet() は、 SplObjectStorage::attach( ...
https://man.plustar.jp/php/splobjectstorage.offsetset.html - [similar]
wkhtmltox\PDF\Converter クラス 3200
« 実行時設定 wkhtmltox\PDF\Converter::add » PHP Manual wkhtmltox wkhtmltox\PDF\Converter クラス ... gs = ? ) /* メソッド */ public add ( wkhtmltox\PDF\Object $object ): void public convert (): ? string public ... tring } 目次 wkhtmltox\PDF\Converter::add — Add an object for conversion wkhtmltox\PDF\Converter::__construc ...
https://man.plustar.jp/php/class.wkhtmltox-pdf-converter.html - [similar]
Removes all values 3200
« Collection Ds\Collection::copy » PHP Manual Collection Removes all values Ds\Collection::clear ... の出力は、 たとえば以下のようになります。 Ds\Vector Object ( [0] => 1 [1] => 2 [2] => 3 ) Ds\Vector Object ( ... es , all , values , Collection , Ds , パラメータ , Object , copy , public , from ...
https://man.plustar.jp/php/ds-collection.clear.html - [similar]
Removes all values 3200
« Pair Ds\Pair::__construct » PHP Manual Pair Removes all values Ds\Pair::clear (No version info ... 例の出力は、 たとえば以下のようになります。 Ds\Pair Object ( [0] => 1 [1] => 2 [2] => 3 ) Ds\Pair Object ( ) ... Pair , Removes , all , values , Ds , パラメータ , Object , version , information , able ...
https://man.plustar.jp/php/ds-pair.clear.html - [similar]
Returns or creates the default event loop 3200
« EvLoop::__construct EvLoop::embed » PHP Manual EvLoop Returns or creates the default event loo ... ecified parameters. Otherwise, it just returns the object representing previously created instance ignoring ... nterval See timeout_interval 戻り値 Returns EvLoop object on success. 参考 EvLoop::__construct() - Construct ... s the event loop object 関連キーワード: event , EvLoop , Returns , creates ...
https://man.plustar.jp/php/evloop.defaultloop.html - [similar]
与えられたクラスの親クラスを返す 3200
« class_implements class_uses » PHP Manual SPL 関数 与えられたクラスの親クラスを返す class_paren ... えられたクラスの親クラスを返す 説明 class_parents ( object | string $object_or_class , bool $autoload = true ... ): array | false この関数は、与えられたクラス object_or_class の親クラス名を 配列で返します。 パラメータ ... object_or_class オブジェクトもしくはクラスの文字列を指定し ...
https://man.plustar.jp/php/function.class-parents.html - [similar]