検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 46 for deleted (0.002 sec.)
Returns the number of documents deleted 13944
« MongoDB\Driver\WriteResult MongoDB\Driver\WriteResult::getInsertedCount » PHP Manual MongoDB\D ... river\WriteResult Returns the number of documents deleted MongoDB\Driver\WriteResult::getDeletedCount (mongo ... db >=1.0.0) MongoDB\Driver\WriteResult::getDeletedCount — Returns the number of documents deleted 説明 ... final public MongoDB\Driver\WriteResult::getDeletedCount (): ? int パラメータ この関数にはパラメータは ... ありません。 戻り値 Returns the number of documents deleted, or null if the write was not acknowledged. エラー ...
https://man.plustar.jp/php/mongodb-driver-writeresult.getdeletedcount.html - [similar]
Gets the number of records in a database 10618
« dbase_numfields dbase_open » PHP Manual dBase 関数 Gets the number of records in a database db ... ified database. 注意 : Records which are marked as deleted are counted as well. 注意 : Record numbers are bet ... = dbase_get_record ( $db , $i ); if (! $record [ 'deleted' ]) { // do something with the $record } else { // ... do something with the deleted $record or ignore it } } } ?> 参考 dbase_numfields ...
https://man.plustar.jp/php/function.dbase-numrecords.html - [similar]
直近の SQL ステートメントによって作用した行数を返す 10160
« PDOStatement::nextRowset PDOStatement::setAttribute » PHP Manual PDOStatement 直近の SQL ステー ... 数を返す */ print( "Return number of rows that were deleted:\n" ); $count = $del -> rowCount (); print( "Delet ... 下のようになります。 Return number of rows that were deleted: Deleted 9 rows. 例2 SELECT 文によって返された行を ...
https://man.plustar.jp/php/pdostatement.rowcount.html - [similar]
Replaces a record in a database 10007
« dbase_pack Firebird/InterBase » PHP Manual dBase 関数 Replaces a record in a database dbase_re ... or this parameter, remember to reset the key named deleted . number An integer which spans from 1 to the numb ... _get_record_with_names ( $db , 1 ); // remove the 'deleted' entry unset( $row [ 'deleted' ]); // Update the d ...
https://man.plustar.jp/php/function.dbase-replace-record.html - [similar]
Gets a record from a database as an associative array 9855
« dbase_get_header_info dbase_get_record » PHP Manual dBase 関数 Gets a record from a database a ... ith the record. This will also include a key named deleted which is set to 1 if the record has been marked fo ... ot possible to retrieve the value of a field named deleted with this function. 各フィールドは適切な PHP の型に ... y , from , associative , names , resource , 変換 , deleted , named ...
https://man.plustar.jp/php/function.dbase-get-record-with-names.html - [similar]
現在のメールボックスに関する情報を得る 9413
« imap_mail imap_mime_header_decode » PHP Manual IMAP 関数 現在のメールボックスに関する情報を得る ... t 最近のメッセージの数 Unread 未読のメッセージの数 Deleted 削除されたメッセージの数 Size メールボックスのサイ ... "Unread: " . $check -> Unread . "<br />\n" ; echo "Deleted: " . $check -> Deleted . "<br />\n" ; echo "Size: ...
https://man.plustar.jp/php/function.imap-mailboxmsginfo.html - [similar]
一番最近の操作で変更された行の数を得る 9413
« MySQL 関数 mysql_client_encoding » PHP Manual MySQL 関数 一番最近の操作で変更された行の数を得る ... E FROM mytable WHERE id < 10' ); printf ( "Records deleted: %d\n" , mysql_affected_rows ()); /* 決して真にはな ... 'DELETE FROM mytable WHERE 0' ); printf ( "Records deleted: %d\n" , mysql_affected_rows ()); ?> 上の例の出力は ... 、 たとえば以下のようになります。 Records deleted: 10 Records deleted: 0 例2 トランザクションを利用し ...
https://man.plustar.jp/php/function.mysql-affected-rows.html - [similar]
Returns the status of working copy files and directories 9413
« svn_revert svn_update » PHP Manual SVN 関数 Returns the status of working copy files and direc ... ( 'svn_wc_schedule_delete' , 2 ); // item will be deleted define ( 'svn_wc_schedule_replace' , 3 ); // item ... will be added and deleted } ?> deleted Whether or not the item was deleted, ...
https://man.plustar.jp/php/function.svn-status.html - [similar]
Adds a record to a database 8802
« dBase 関数 dbase_close » PHP Manual dBase 関数 Adds a record to a database dbase_add_record (P ... or this parameter, remember to reset the key named deleted . 戻り値 成功した場合に true を、失敗した場合に fa ... ds , data , resource , 関数 , array , バージョン , deleted , 成功 ...
https://man.plustar.jp/php/function.dbase-add-record.html - [similar]
Delete items from a working copy or repository 8802
« svn_commit svn_diff » PHP Manual SVN 関数 Delete items from a working copy or repository svn_d ... path from the working directory. The item will be deleted from the repository the next time you call svn_com ... 使用してください。 force If true , the file will be deleted even if it has local modifications. Otherwise, loc ...
https://man.plustar.jp/php/function.svn-delete.html - [similar]
PREV 1 2 3 4 5 NEXT