検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 2407 for a (0.088 sec.)
Returns a shallow copy of the deque 2961
« Ds\Deque::contains Ds\Deque::count » PHP Manual Deque Returns a shallow copy of the deque Ds\D ... ::copy (PECL ds >= 1.0.0) Ds\Deque::copy — Returns a shallow copy of the deque 説明 public Ds\Deque::co ... py (): Ds\Deque Returns a shallow copy of the deque. パラメータ この関数には ... パラメータはありません。 戻り値 A shallow copy of the deque. 例 例1 Ds\Deque::copy() ... example <?php $a = new \ Ds \ Deque ([ 1 , 2 , 3 ]); $ ...
https://man.plustar.jp/php/ds-deque.copy.html - [similar]
Extracts a line from the front of the buffer 2961
« EventBuffer::readFrom EventBuffer::search » PHP Manual EventBuffer Extracts a line from the fr ... ont of the buffer EventBuffer::readLine (PECL event >= 1.2.6-beta) EventBuffer::readL ... ine — Extracts a line from the front of the buffer 説明 public ... EventBuffer::readLine ( int $eol_style ): string Extracts a line fr ... om the front of the buffer and returns it in a newly allocated string. If there ...
https://man.plustar.jp/php/eventbuffer.readline.html - [similar]
あるオブジェクトが指定したクラスのサブクラスに属するか (あるいは指定したインター... 2961
« is_a method_exists » PHP Manual クラス/オブジェクト関数 あるオブジェクトが指定したクラスのサブ ... ターフェイスを実装しているか) どうかを調べる is_subclass_of (PHP 4, PHP 5, PHP 7, PHP 8) is_subclass_of — ... ェイスを実装しているか) どうかを調べる 説明 is_subclass_of ( mixed $object_or_class , string $class , bo ... ol $allow_string = true ): bool 指定した object_or_class ... が、その親のひとつに class を持つか (あるいは class を実装しているか) どうか ...
https://man.plustar.jp/php/function.is-subclass-of.html - [similar]
論理演算子 2961
« 加算子/減算子 文字列演算子 » PHP Manual 演算子 論理演算子 論理演算子 論理演算子 例 名前 結果 $ ... a and $b 論理積 $a および $b が共に true の場合に true ... $a or $b 論理和 $a または $b のどちらかが true の場合 ... に true $a xor $b 排他的論理和 $a または $b のどちらかが true ... でかつ両方とも true でない場合に true ! $a 否定 $a が true でない場合 true $a && $b 論理積 $a ...
https://man.plustar.jp/php/language.operators.logical.html - [similar]
Stomp Client 2948
« ssh2_tunnel はじめに » PHP Manual その他のサービス Stomp Client Stomp Client はじめに インスト ... ソース型 例 Stomp 関数 stomp_connect_error — Returns a string description of the last connect error stomp ... urrent stomp extension version Stomp — The Stomp class Stomp::abort — Rolls back a transaction in progr ... ess Stomp::ack — Acknowledges consumption of a message Stomp::b ... egin — Starts a transaction Stomp::commit — Commits a transac ...
https://man.plustar.jp/php/book.stomp.html - [similar]
Main interface to C code and data 2948
« A Complete PHP/FFI/preloading Example FFI::addr » PHP Manual FFI Main interface to C code and ... data Main interface to C code and data (PHP 7 >= 7.4. ... 0, PHP 8) はじめに Objects of this class are created by the factory methods FFI::cdef() , ... FFI::load() or FFI::scope() . Defined C variables are made ... available as properties of the FFI instance, and defin ...
https://man.plustar.jp/php/class.ffi.html - [similar]
Returns a shallow copy of the queue 2948
« Ds\Queue::__construct Ds\Queue::count » PHP Manual Queue Returns a shallow copy of the queue D ... ::copy (PECL ds >= 1.0.0) Ds\Queue::copy — Returns a shallow copy of the queue 説明 public Ds\Queue::co ... py (): Ds\Queue Returns a shallow copy of the queue. パラメータ この関数には ... パラメータはありません。 戻り値 Returns a shallow copy of the queue. 例 例1 Ds\Queue::copy() ... example <?php $a = new \ Ds \ Queue ([ 1 , 2 , 3 ]); $ ...
https://man.plustar.jp/php/ds-queue.copy.html - [similar]
Returns a shallow copy of the set 2948
« Ds\Set::contains Ds\Set::count » PHP Manual Set Returns a shallow copy of the set Ds\Set::copy ... (PECL ds >= 1.0.0) Ds\Set::copy — Returns a shallow copy of the set 説明 public Ds\Set::copy ( ... ): Ds\Set Returns a shallow copy of the set. パラメータ この関数にはパ ... ラメータはありません。 戻り値 Returns a shallow copy of the set. 例 例1 Ds\Set::copy() exa ... mple <?php $a = new \ Ds \ Set ([ 1 , 2 , 3 ]); $b = $a -> copy ...
https://man.plustar.jp/php/ds-set.copy.html - [similar]
Returns a shallow copy of the stack 2948
« Ds\Stack::__construct Ds\Stack::count » PHP Manual Stack Returns a shallow copy of the stack D ... s\Stack::copy (PECL ds >= 1.0.0) Ds\Stack::copy — Return ... s a shallow copy of the stack 説明 public Ds\Stack::co ... py (): Ds\Stack Returns a shallow copy of the stack. パラメータ ... この関数にはパラメータはありません。 戻り値 Returns a shallow copy of the stack. 例 例1 Ds\Stack::copy() ...
https://man.plustar.jp/php/ds-stack.copy.html - [similar]
Returns a shallow copy of the vector 2948
« Ds\Vector::contains Ds\Vector::count » PHP Manual Vector Returns a shallow copy of the vector ... :copy (PECL ds >= 1.0.0) Ds\Vector::copy — Returns a shallow copy of the vector 説明 public Ds\Vector:: ... copy (): Ds\Vector Returns a shallow copy of the vector. パラメータ この関数には ... パラメータはありません。 戻り値 Returns a shallow copy of the vector. 例 例1 Ds\Vector::copy ... () example <?php $a = new \ Ds \ Vector ([ 1 , 2 , 3 ]); ...
https://man.plustar.jp/php/ds-vector.copy.html - [similar]