検索

phrase: max: clip:
target: order:
Results of 931 - 940 of about 3128 for the (0.099 sec.)
Stomp Client 2221
« ssh2_tunnel はじめに » PHP Manual その他のサービス Stomp Client Stomp Client はじめに インスト ... mp_connect_error — Returns a string description of the last connect error stomp_version — Gets the curren ... t stomp extension version Stomp — The Stomp class Stomp::abort — Rolls back a transactio ... ruct — Closes stomp connection Stomp::error — Gets the last stomp error Stomp::getReadTimeout — Gets read ... timeout Stomp::getSessionId — Gets the current stomp session ID Stomp::hasFrame — Indicat ...
https://man.plustar.jp/php/book.stomp.html - [similar]
CQL Execution 2221
« CommonMark\CQL::__construct CommonMark 関数 » PHP Manual CommonMark\CQL CQL Execution CommonMa ... Mark\Node $root , callable $handler ) Shall invoke the current CQL function on the given root , executing ... the given handler on entry to a CommonMark\Node パラメ ... ータ root the root node of a tree handler should have the protot ... r return null , CQL will continue executing Should the handler return a truthy value, CQL will continue e ...
https://man.plustar.jp/php/commonmark-cql.invoke.html - [similar]
Converts the queue to an array 2221
« Ds\PriorityQueue::push var_representation » PHP Manual PriorityQueue Converts the queue to an ... ds >= 1.0.0) Ds\PriorityQueue::toArray — Converts the queue to an array 説明 public Ds\PriorityQueue::to ... Array (): array Converts the queue to an array . 注意 : This method is not dest ... メータはありません。 戻り値 An array containing all the values in the same order as the queue. 例 例1 Ds\P ... ーワード: array , queue , Converts , PriorityQueue , the , Ds , toArray , string , 注意 , not ...
https://man.plustar.jp/php/ds-priorityqueue.toarray.html - [similar]
Returns a shallow copy of the queue 2221
« Ds\Queue::__construct Ds\Queue::count » PHP Manual Queue Returns a shallow copy of the queue D ... 1.0.0) Ds\Queue::copy — Returns a shallow copy of the queue 説明 public Ds\Queue::copy (): Ds\Queue Retu ... rns a shallow copy of the queue. パラメータ この関数にはパラメータはありませ ... ん。 戻り値 Returns a shallow copy of the queue. 例 例1 Ds\Queue::copy() example <?php $a = ... e ([ 1 , 2 , 3 ]); $b = $a -> copy (); // Updating the copy doesn't affect the original $b -> push ( 4 ); ...
https://man.plustar.jp/php/ds-queue.copy.html - [similar]
Returns a shallow copy of the set 2221
« Ds\Set::contains Ds\Set::count » PHP Manual Set Returns a shallow copy of the set Ds\Set::copy ... >= 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() example <?php $a = new ... t ([ 1 , 2 , 3 ]); $b = $a -> copy (); // Updating the copy doesn't affect the original $b -> add ( 4 ); ...
https://man.plustar.jp/php/ds-set.copy.html - [similar]
Returns a shallow copy of the stack 2221
« Ds\Stack::__construct Ds\Stack::count » PHP Manual Stack Returns a shallow copy of the stack D ... 1.0.0) Ds\Stack::copy — Returns a shallow copy of the stack 説明 public Ds\Stack::copy (): Ds\Stack Retu ... rns a shallow copy of the stack. パラメータ この関数にはパラメータはありませ ... ん。 戻り値 Returns a shallow copy of the stack. 例 例1 Ds\Stack::copy() example <?php $a = ... k ([ 1 , 2 , 3 ]); $b = $a -> copy (); // Updating the copy doesn't affect the original $b -> push ( 4 ); ...
https://man.plustar.jp/php/ds-stack.copy.html - [similar]
Returns a shallow copy of the vector 2221
« Ds\Vector::contains Ds\Vector::count » PHP Manual Vector Returns a shallow copy of the vector ... 1.0.0) Ds\Vector::copy — Returns a shallow copy of the vector 説明 public Ds\Vector::copy (): Ds\Vector R ... eturns a shallow copy of the vector. パラメータ この関数にはパラメータはありませ ... ん。 戻り値 Returns a shallow copy of the vector. 例 例1 Ds\Vector::copy() example <?php $a ... r ([ 1 , 2 , 3 ]); $b = $a -> copy (); // Updating the copy doesn't affect the original $b -> push ( 4 ); ...
https://man.plustar.jp/php/ds-vector.copy.html - [similar]
2221
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... >301 Moved</TITLE></HEAD><BODY> <H1>301 Moved</H1> The document has moved <A HREF="http://www.google.co.u ... ). * * 2. Request /index.cphp via HTTP/1.0 * using the output buffer. * * 3. Asyncronously read the respo ... ing request to output buffer\n" ); } /* Connect to the host syncronously. We know the IP, and don't need ... ndow run: * * $ php listener.php 9881 * * 2) In another terminal window open up connection, e.g.: * * $ n ...
https://man.plustar.jp/php/event.examples.html - [similar]
文字列のコードを評価し、動的に関数を作成する 2221
« call_user_func forward_static_call_array » PHP Manual 関数処理 関数 文字列のコードを評価し、動 ... )/$b; } else { return false; }' ) ); echo "\nUsing the first array of dynamic functions\n" ; echo "parame ... ) == 0) return "** \"$a\" ' . 'and \"$b\"\n** Look the same to me! (looking at the first 3 chars)";' ), c ... ar_text($a, $b, $p) . "($p%)";' ) ); echo "\nUsing the second array of dynamic functions\n" ; process ( " ... Twas brilling and the slithy toves" , "Twas the night" , $garr ); ?> ここ ...
https://man.plustar.jp/php/function.create-function.html - [similar]
Resets the last error string 2221
« fann_reset_errno fann_reset_MSE » PHP Manual Fann 関数 Resets the last error string fann_reset ... tr (PECL fann >= 1.0.0) fann_reset_errstr — Resets the last error string 説明 fann_reset_errstr ( resourc ... e $errdat ): void Resets the last error string. パラメータ errdat ニューラルネッ ... 値を返しません。 参考 fann_get_errstr() - Returns the last errstr fann_reset_errno() - Resets the last e ... or number 関連キーワード: Resets , string , fann , the , errstr , errno , errdat , リソース , Fann , 関数 ...
https://man.plustar.jp/php/function.fann-reset-errstr.html - [similar]