検索

phrase: max: clip:
target: order:
Results of 261 - 270 of about 1160 for Object (0.017 sec.)
Returns a shallow copy of the queue 3130
« Ds\Queue::__construct Ds\Queue::count » PHP Manual Queue Returns a shallow copy of the queue D ... 例の出力は、 たとえば以下のようになります。 Ds\Queue Object ( [0] => 1 [1] => 2 [2] => 3 ) Ds\Queue Object ( [ ... , queue , Ds , a , of , the , copy , パラメータ , Object ...
https://man.plustar.jp/php/ds-queue.copy.html - [similar]
Returns a shallow copy of the set 3130
« Ds\Set::contains Ds\Set::count » PHP Manual Set Returns a shallow copy of the set Ds\Set::copy ... の例の出力は、 たとえば以下のようになります。 Ds\Set Object ( [0] => 1 [1] => 2 [2] => 3 ) Ds\Set Object ( [0] ... Returns , Ds , a , of , the , copy , パラメータ , Object , contains ...
https://man.plustar.jp/php/ds-set.copy.html - [similar]
Returns a shallow copy of the stack 3130
« Ds\Stack::__construct Ds\Stack::count » PHP Manual Stack Returns a shallow copy of the stack D ... 例の出力は、 たとえば以下のようになります。 Ds\Stack Object ( [0] => 3 [1] => 2 [2] => 1 ) Ds\Stack Object ( [ ... , Ds , stack , a , of , the , copy , パラメータ , Object ...
https://man.plustar.jp/php/ds-stack.copy.html - [similar]
Returns a shallow copy of the vector 3130
« Ds\Vector::contains Ds\Vector::count » PHP Manual Vector Returns a shallow copy of the vector ... の出力は、 たとえば以下のようになります。 Ds\Vector Object ( [0] => 1 [1] => 2 [2] => 3 ) Ds\Vector Object ( ... Returns , Ds , a , of , the , copy , パラメータ , Object , contains , count ...
https://man.plustar.jp/php/ds-vector.copy.html - [similar]
与えられたクラスあるいはインターフェイスが実装しているインターフェイスを返す 3130
« SPL 関数 class_parents » PHP Manual SPL 関数 与えられたクラスあるいはインターフェイスが実装して ... ているインターフェイスを返す 説明 class_implements ( object | string $object_or_class , bool $autoload = true ... ): array | false この関数は、与えられたクラス object_or_class とその親が実装しているインターフェイスを配 ... 列で返します。 パラメータ object_or_class オブジェクト (クラスのインスタンス) もしく ...
https://man.plustar.jp/php/function.class-implements.html - [similar]
バックトレースを生成する 3130
« エラー処理関数 debug_print_backtrace » PHP Manual エラー処理関数 バックトレースを生成する debu ... backtrace ( int $options = DEBUG_BACKTRACE_PROVIDE_OBJECT , int $limit = 0 ): array debug_backtrace() は PHP ... g_backtrace() のオプション DEBUG_BACKTRACE_PROVIDE_OBJECT "object" インデックスを埋めるかどうか。 DEBUG_BACK ... レントの クラス 名。 __CLASS__ も参照してください。 object object カレントの オブジェクト 。 type string カレ ...
https://man.plustar.jp/php/function.debug-backtrace.html - [similar]
SOAP リクエストの処理に使用するオブジェクトを設定する 3130
« SoapServer::setClass SoapServer::setPersistence » PHP Manual SoapServer SOAP リクエストの処理に ... 使用するオブジェクトを設定する SoapServer::setObject (PHP 5 >= 5.2.0, PHP 7, PHP 8) SoapServer::setObje ... るオブジェクトを設定する 説明 public SoapServer::setObject ( object $object ): void SOAP リクエストを処理する ... ではなく特定のオブジェクトを設定します。 パラメータ object リクエストを処理するオブジェクト。 戻り値 値を返し ... ジェクト , 設定 , SoapServer , 使用 , setClass , setObject , クラス , setPersistence ...
https://man.plustar.jp/php/soapserver.setobject.html - [similar]
Constructor for the SolrClient object 3130
« SolrClient::commit SolrClient::deleteById » PHP Manual SolrClient Constructor for the SolrClie ... nt object SolrClient::__construct (PECL solr >= 0.9.2) SolrC ... ient::__construct — Constructor for the SolrClient object 説明 public SolrClient::__construct ( array $clien ... tOptions ) Constructor for the SolrClient object パラメータ clientOptions This is an array containi ...
https://man.plustar.jp/php/solrclient.construct.html - [similar]
イテレータの現在のエントリに関連づけられたデータを返す 3130
« SplObjectStorage::getHash SplObjectStorage::key » PHP Manual SplObjectStorage イテレータの現在 ... のエントリに関連づけられたデータを返す SplObjectStorage::getInfo (PHP 5 >= 5.3.0, PHP 7, PHP 8) Spl ... エントリに関連づけられたデータを返す 説明 public SplObjectStorage::getInfo (): mixed イテレータの現在の位置が ... 在の位置に関連づけられたデータを返します。 例 例1 SplObjectStorage::getInfo() の例 <?php $s = new SplObjectSto ... ; while( $s -> valid ()) { $index = $s -> key (); $object = $s -> current (); // current($s) と同等 $data = ...
https://man.plustar.jp/php/splobjectstorage.getinfo.html - [similar]
Register a server 3130
« Yar_Server Yar_Server::handle » PHP Manual Yar_Server Register a server Yar_Server::__construc ... server 説明 final public Yar_Server::__construct ( Object $obj ) Set up a Yar HTTP RPC Server, All the publi ... ll be register as a RPC service. パラメータ obj An Object, all public methods of its will be registered as R ... egister , server , construct , obj , public , An , Object , handle ...
https://man.plustar.jp/php/yar-server.construct.html - [similar]