検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 209 for copy (0.021 sec.)
Returns an copy of a subset of the train data 6522
« fann_shuffle_train_data fann_test_data » PHP Manual Fann 関数 Returns an copy of a subset of t ... fann >= 1.0.0) fann_subset_train_data — Returns an copy of a subset of the train data 説明 fann_subset_tra ... ta , int $pos , int $length ): resource Returns an copy of a subset of the train data resource , starting ... 参考 fann_duplicate_train_data() - Returns an exact copy of a fann train data 関連キーワード: data , fann , ... Returns , copy , subset , of , the , length , resource , リソース ...
https://man.plustar.jp/php/function.fann-subset-train-data.html - [similar]
phar アーカイブ内のファイルを、phar 内で別の新しいファイルとしてコピーする 6522
« PharData::convertToExecutable PharData::decompress » PHP Manual PharData phar アーカイブ内のフ ... r 内で別の新しいファイルとしてコピーする PharData::copy (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0) ... PharData::copy — phar アーカイブ内のファイルを、phar 内で別の新し ... いファイルとしてコピーする 説明 public PharData::copy ( string $from , string $to ): bool phar アーカイブ ... てコピーします。 これは、phar ストリームラッパーでの copy() と同等の操作をオブジェクト指向で行うものです。 パ ...
https://man.plustar.jp/php/phardata.copy.html - [similar]
phar アーカイブ内のファイルを、phar 内で別の新しいファイルとしてコピーする 6458
« Phar::convertToExecutable Phar::count » PHP Manual Phar phar アーカイブ内のファイルを、phar 内 ... で別の新しいファイルとしてコピーする Phar::copy (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0) ... Phar::copy — phar アーカイブ内のファイルを、phar 内で別の新し ... いファイルとしてコピーする 説明 public Phar::copy ( string $from , string $to ): bool 注意 : このメソ ... てコピーします。 これは、phar ストリームラッパーでの copy() と同等の操作をオブジェクト指向で行うものです。 パ ...
https://man.plustar.jp/php/phar.copy.html - [similar]
クエリ結果のステータスを取得する 6426
« pg_result_seek pg_select » PHP Manual PostgreSQL 関数 クエリ結果のステータスを取得する pg_resu ... RY 、 PGSQL_COMMAND_OK 、 PGSQL_TUPLES_OK 、 PGSQL_COPY_OUT 、 PGSQL_COPY_IN 、 PGSQL_BAD_RESPONSE 、 PGSQ ... する $conn = pg_pconnect ( "dbname=publisher" ); // COPY を実行する $result = pg_query ( $conn , "COPY auth ... // ステータスの内容を調べる if ( $status == PGSQL_COPY_IN ) echo "Copy began." ; else echo "Copy failed." ... ; ?> 上の例の出力は以下となります。 Copy began. 参考 pg_connection_status() - 接続ステータス ...
https://man.plustar.jp/php/function.pg-result-status.html - [similar]
Returns an exact copy of a fann train data 6373
« fann_destroy fann_get_activation_function » PHP Manual Fann 関数 Returns an exact copy of a fa ... .0.0) fann_duplicate_train_data — Returns an exact copy of a fann train data 説明 fann_duplicate_train_dat ... a ( resource $data ): resource Returns an exact copy of a fann train data resource . パラメータ data ニ ... を返します。 関連キーワード: fann , data , Returns , copy , exact , of , resource , duplicate , リソース , ト ...
https://man.plustar.jp/php/function.fann-duplicate-train-data.html - [similar]
Memory management 6373
« メモ MySQL Native Driver プラグインAPI » PHP Manual Mysqlnd Memory management Memory managemen ... tents of a variable holding the database results a copy-on-write must be performed to avoid changing the r ... y decide to read the result set a second time. The copy-on-write mechanism is implemented using an additio ... t and the use of standard zval reference counters. Copy-on-write must also be done if the user reads a res ... e user variables when the result set is freed or a copy-on-write is performed. An observer will see the to ...
https://man.plustar.jp/php/mysqlnd.memory.html - [similar]
Export the contents of a SVN directory 6161
« svn_diff svn_fs_abort_txn » PHP Manual SVN 関数 Export the contents of a SVN directory svn_exp ... string $frompath , string $topath , bool $working_copy = true , int $revision_no = -1 ): bool Export the ... contents of either a working copy or repository into a 'clean' directory. パラメータ ... ry. topath The path to the new repository. working_copy If true , it will export uncommitted files from th ... e working copy. 戻り値 成功した場合に true を、失敗した場合に fal ...
https://man.plustar.jp/php/function.svn-export.html - [similar]
Returns a sorted copy 6066
« Ds\Deque::sort Ds\Deque::sum » PHP Manual Deque Returns a sorted copy Ds\Deque::sorted (PECL d ... s >= 1.0.0) Ds\Deque::sorted — Returns a sorted copy 説明 public Ds\Deque::sorted ( callable $comparato ... r = ? ): Ds\Deque Returns a sorted copy, using an optional comparator function. パラメータ ... pare such values as equal. 戻り値 Returns a sorted copy of the deque. 例 例1 Ds\Deque::sorted() example <? ... ) 関連キーワード: sorted , Deque , Ds , Returns , copy , a , comparator , such , values , 最初 ...
https://man.plustar.jp/php/ds-deque.sorted.html - [similar]
Returns a sorted copy 6066
« Ds\Sequence::sort Ds\Sequence::sum » PHP Manual Sequence Returns a sorted copy Ds\Sequence::so ... s >= 1.0.0) Ds\Sequence::sorted — Returns a sorted copy 説明 abstract public Ds\Sequence::sorted ( callabl ... e $comparator = ? ): Ds\Sequence Returns a sorted copy, using an optional comparator function. パラメータ ... pare such values as equal. 戻り値 Returns a sorted copy of the sequence. 例 例1 Ds\Sequence::sorted() exam ... [4] => 1 ) 関連キーワード: sorted , Ds , Returns , copy , Sequence , a , comparator , such , values , 最初 ...
https://man.plustar.jp/php/ds-sequence.sorted.html - [similar]
Returns a sorted copy 6066
« Ds\Set::sort Ds\Set::sum » PHP Manual Set Returns a sorted copy Ds\Set::sorted (PECL ds >= 1.0 ... .0) Ds\Set::sorted — Returns a sorted copy 説明 public Ds\Set::sorted ( callable $comparator ... = ? ): Ds\Set Returns a sorted copy, using an optional comparator function. パラメータ ... pare such values as equal. 戻り値 Returns a sorted copy of the set. 例 例1 Ds\Set::sorted() example <?php ... 1 ) 関連キーワード: sorted , Set , Ds , Returns , copy , a , comparator , such , values , 最初 ...
https://man.plustar.jp/php/ds-set.sorted.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT