検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 209 for copy (0.011 sec.)
Copy a function to a new function name 8166
« runkit7_function_add runkit7_function_redefine » PHP Manual runkit7 関数 Copy a function to a ... new function name runkit7_function_copy (PECL runkit7 >= Unknown) runkit7_function_copy... ction to a new function name 説明 runkit7_function_copy ( string $source_name , string $target_name ): boo ... g function target_name Name of the new function to copy the definition to 戻り値 成功した場合に true を、失 ... 場合に false を返します。 例 例1 A runkit7_function_copy() example <?php function original () { echo "In a ...
https://man.plustar.jp/php/function.runkit7-function-copy.html - [similar]
Data Structures 8145
« untaint はじめに » PHP Manual その他の基本モジュール Data Structures Data Structures はじめに ... lection::clear — Removes all values Ds\Collection::copy — Returns a shallow copy of the collection Ds\Coll ... n-place Ds\Sequence::reversed — Returns a reversed copy Ds\Sequence::rotate — Rotates the sequence by a gi ... ce in-place Ds\Sequence::sorted — Returns a sorted copy Ds\Sequence::sum — Returns the sum of all values i ... nes if the vector contains given values Ds\Vector::copy — Returns a shallow copy of the vector Ds\Vector:: ...
https://man.plustar.jp/php/book.ds.html - [similar]
配列にテーブルをコピーする 8049
« pg_copy_from pg_dbname » PHP Manual PostgreSQL 関数 配列にテーブルをコピーする pg_copy_to (PHP ... 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_copy_to — 配列にテーブルをコピーする 説明 pg_copy_to ( ... t" , string $null_as = "\\\\N" ): array | false pg_copy_to() は、テーブルを配列にコピーします。 レコードを ... 取得するために、内部では COPY TO SQL コマンドを発行します。 パラメータ connectio ... 現するか。デフォルトは \\N ( "\\\\N" ) です。 戻り値 COPY されたデータが 1 行ごとにひとつの要素と なっている ...
https://man.plustar.jp/php/function.pg-copy-to.html - [similar]
Copies a method from class to another 8049
« runkit7_method_add runkit7_method_redefine » PHP Manual runkit7 関数 Copies a method from clas ... s to another runkit7_method_copy (PECL runkit7 >= Unknown) runkit7_method_copy — Co ... a method from class to another 説明 runkit7_method_copy ( string $destination_class , string $destination_ ... od name source_class Source class of the method to copy source_method_name Name of the method to copy from ... thod_name is assumed. 戻り値 例 例1 runkit7_method_copy() example <?php class Foo { function example () { ...
https://man.plustar.jp/php/function.runkit7-method-copy.html - [similar]
Creates a copy of a fann structure 8017
« fann_clear_scaling_params fann_create_from_file » PHP Manual Fann 関数 Creates a copy of a fan ... n structure fann_copy (PECL fann >= 1.0.0) fann_copy — Creates a copy of ... a fann structure 説明 fann_copy ( resource $ann ): resource Creates a copy of a fa ... ニューラルネットワークリソース。 戻り値 Returns a copy of neural network resource on success, or false on ... nd a set of desired outputs 関連キーワード: fann , copy , structure , of , Creates , resource , 注意 , 関数 ...
https://man.plustar.jp/php/function.fann-copy.html - [similar]
ハッシュコンテキストをコピーする 7423
« hash_algos hash_equals » PHP Manual Hash 関数 ハッシュコンテキストをコピーする hash_copy (PHP ... 5 >= 5.3.0, PHP 7, PHP 8) hash_copy — ハッシュコンテキストをコピーする 説明 hash_copy ... ext を受け入れ、返すようになりました。 例 例1 hash_copy() の例 <?php $context = hash_init ( "md5" ); hash_ ... コンテキストをコピーし、それを使えるようにします */ $copy_context = hash_copy ( $context ); echo hash_final ... ( $context ), "\n" ; hash_update ( $copy_context , "data" ); echo hash_final ( $copy_contex ...
https://man.plustar.jp/php/function.hash-copy.html - [similar]
配列からテーブルに挿入する 7296
« pg_convert pg_copy_to » PHP Manual PostgreSQL 関数 配列からテーブルに挿入する pg_copy_from (PH ... P 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_copy_from — 配列からテーブルに挿入する 説明 pg_copy_fro ... ator = "\t" , string $null_as = "\\\\N" ): bool pg_copy_from() は、 rows の内容をテーブルに挿入します。レコ ... ードを挿入するために、内部では COPY FROM SQL コマンドを発行します。 パラメータ connect ... ジョンでは、 リソース を期待していました。 例 例1 pg_copy_from() の例 <?php $db = pg_connect ( "dbname=publi ...
https://man.plustar.jp/php/function.pg-copy-from.html - [similar]
Revert changes to the working copy 6883
« svn_repos_recover svn_status » PHP Manual SVN 関数 Revert changes to the working copy svn_reve ... 0.3.0) svn_revert — Revert changes to the working copy 説明 svn_revert ( string $path , bool $recursive = ... Revert any local changes to the path in a working copy. パラメータ path The path to the working repositor ... す。 参考 svn_delete() - Delete items from a working copy or repository svn_export() - Export the contents o ... f a SVN directory 関連キーワード: working , copy , Revert , the , path , recursive , revert , repos ...
https://man.plustar.jp/php/function.svn-revert.html - [similar]
Update working copy 6787
« svn_status TCP » PHP Manual SVN 関数 Update working copy svn_update (PECL svn >= 0.1.0) svn_up ... date — Update working copy 説明 svn_update ( string $path , int $revno = SVN_ ... _HEAD , bool $recurse = true ): int Update working copy at path to revision revno . If recurse is true, di ... ely updated. パラメータ path Path to local working copy. 注意 : 相対パスは、PHP バイナリが存在するディレク ... ction: <?php echo svn_update ( realpath ( 'working-copy' )); ?> 上の例の出力は、 たとえば以下のようになりま ...
https://man.plustar.jp/php/function.svn-update.html - [similar]
PostgreSQL バックエンドと同期する 6723
« pg_delete pg_escape_bytea » PHP Manual PostgreSQL 関数 PostgreSQL バックエンドと同期する pg_en ... d_copy (PHP 4 >= 4.0.3, PHP 5, PHP 7, PHP 8) pg_end_copy ... — PostgreSQL バックエンドと同期する 説明 pg_end_copy ( ? PgSql\Connection $connection = null ): bool pg ... _end_copy() は、 pg_put_line() によるコピー操作の後で Postgr ... セス)と PostgreSQL サーバーを同期させます。 pg_end_copy() を実行しなければ、PostgreSQL サーバーが フロント ...
https://man.plustar.jp/php/function.pg-end-copy.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT