検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 209 for copy (0.014 sec.)
Create a copy of the worker 6702
« GearmanWorker::addServers GearmanWorker::__construct » PHP Manual GearmanWorker Create a copy ... gearman >= 0.5.0) GearmanWorker::clone — Create a copy of the worker 説明 public GearmanWorker::clone (): ... void Creates a copy of the worker. パラメータ この関数にはパラメータは ... せん。 戻り値 A GearmanWorker object 関連キーワード: copy , worker , GearmanWorker , of , the , Create , パラ ...
https://man.plustar.jp/php/gearmanworker.clone.html - [similar]
Create a copy of a GearmanClient object 6639
« GearmanClient::clearCallbacks GearmanClient::__construct » PHP Manual GearmanClient Create a copy ... gearman >= 0.5.0) GearmanClient::clone — Create a copy of a GearmanClient object 説明 public GearmanClien ... t::clone (): GearmanClient Creates a copy of a GearmanClient object. パラメータ この関数には ... ient on success, false on failure. 関連キーワード: copy , of , a , Create , パラメータ , clearCallbacks , ...
https://man.plustar.jp/php/gearmanclient.clone.html - [similar]
Returns a reversed copy 6607
« Ds\Deque::reverse Ds\Deque::rotate » PHP Manual Deque Returns a reversed copy Ds\Deque::revers ... >= 1.0.0) Ds\Deque::reversed — Returns a reversed copy 説明 public Ds\Deque::reversed (): Ds\Deque Return ... s a reversed copy of the deque. パラメータ この関数にはパラメータはあ ... りません。 戻り値 A reversed copy of the deque. 注意 : The current instance is not a ... => b [2] => c ) 関連キーワード: reversed , Deque , copy , Ds , Returns , a , パラメータ , deque , Object , ...
https://man.plustar.jp/php/ds-deque.reversed.html - [similar]
Returns a reversed copy 6607
« Ds\Sequence::reverse Ds\Sequence::rotate » PHP Manual Sequence Returns a reversed copy Ds\Sequ ... 1.0.0) Ds\Sequence::reversed — Returns a reversed copy 説明 abstract public Ds\Sequence::reversed (): Ds\ ... Sequence Returns a reversed copy of the sequence. パラメータ この関数にはパラメータ ... はありません。 戻り値 A reversed copy of the sequence. 注意 : The current instance is no ... > a [1] => b [2] => c ) 関連キーワード: reversed , copy , Ds , Returns , Sequence , a , パラメータ , seque ...
https://man.plustar.jp/php/ds-sequence.reversed.html - [similar]
Returns a reversed copy 6607
« Ds\Set::reverse Ds\Set::slice » PHP Manual Set Returns a reversed copy Ds\Set::reversed (PECL ... ds >= 1.0.0) Ds\Set::reversed — Returns a reversed copy 説明 public Ds\Set::reversed (): Ds\Set Returns a ... reversed copy of the set. パラメータ この関数にはパラメータはあり ... ません。 戻り値 A reversed copy of the set. 注意 : The current instance is not aff ... ] => b [2] => c ) 関連キーワード: reversed , Set , copy , Ds , Returns , a , パラメータ , Object , slice , ...
https://man.plustar.jp/php/ds-set.reversed.html - [similar]
Returns a reversed copy 6607
« Ds\Vector::reverse Ds\Vector::rotate » PHP Manual Vector Returns a reversed copy Ds\Vector::re ... >= 1.0.0) Ds\Vector::reversed — Returns a reversed copy 説明 public Ds\Vector::reversed (): Ds\Vector Retu ... rns a reversed copy of the vector. パラメータ この関数にはパラメータは ... ありません。 戻り値 A reversed copy of the vector. 注意 : The current instance is not ... > a [1] => b [2] => c ) 関連キーワード: reversed , copy , Ds , Returns , a , パラメータ , Object , reverse ...
https://man.plustar.jp/php/ds-vector.reversed.html - [similar]
NULL で終わる文字列を PostgreSQL バックエンドに送信する 6575
« pg_prepare pg_query_params » PHP Manual PostgreSQL 関数 NULL で終わる文字列を PostgreSQL バック ... クエンドサーバーに送信します。これは、PostgreSQL の COPY FROM コマンドとともに使用する場合に必要となります。 ... COPY は、PostgreSQL によってサポートされている 高速なデ ... ルな pg_put_line() コマンドを用いない別の方法は、 pg_copy_from() を使用することです。これは、はるかに シンプ ... ルなインターフェイスです。 注意 : pg_end_copy() を実行する際には、送信データの最後に 明示的に "\ ...
https://man.plustar.jp/php/function.pg-put-line.html - [similar]
データをあるストリームから別のストリームにコピーする 6575
« stream_context_set_params stream_filter_append » PHP Manual ストリーム 関数 データをあるストリ ... ームから別のストリームにコピーする stream_copy_to_stream (PHP 5, PHP 7, PHP 8) stream_copy_to_str ... ストリームから別のストリームにコピーする 説明 stream_copy_to_stream ( resource $from , resource $to , ? int ... 0 length は、nullable になりました。 例 例1 stream_copy_to_stream() の例 <?php $src = fopen ( 'http://www. ... st2 = fopen ( 'remainder.txt' , 'w' ); echo stream_copy_to_stream ( $src , $dest1 , 1024 ) . " バイトが fi ...
https://man.plustar.jp/php/function.stream-copy-to-stream.html - [similar]
Returns a reversed copy 6543
« Ds\Map::reverse Ds\Map::skip » PHP Manual Map Returns a reversed copy Ds\Map::reversed (PECL d ... s >= 1.0.0) Ds\Map::reversed — Returns a reversed copy 説明 public Ds\Map::reversed (): Ds\Map Returns a ... reversed copy of the map. パラメータ この関数にはパラメータはあり ... ません。 戻り値 A reversed copy of the map. 注意 : The current instance is not aff ... a [value] => 1 ) ) 関連キーワード: reversed , Ds , copy , Map , Returns , a , Object , Pair , key , パラメ ...
https://man.plustar.jp/php/ds-map.reversed.html - [similar]
ファイルをコピーする 6522
« clearstatcache delete » PHP Manual ファイルシステム 関数 ファイルをコピーする copy (PHP 4, PHP ... 5, PHP 7, PHP 8) copy — ファイルをコピーする 説明 copy ( string $from , ... true を、失敗した場合に false を返します。 例 例1 copy() の例 <?php $file = 'example.txt' ; $newfile = 'e ... xample.txt.bak' ; if (! copy ( $file , $newfile )) { echo "failed to copy $file ... アップロード処理 関連キーワード: コピー , ファイル , copy , context , from , 失敗 , 上書き , パス , rename , ...
https://man.plustar.jp/php/function.copy.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT