検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 46 for deleted (0.007 sec.)
新しいセッションIDを作成する 8497
« session_commit session_decode » PHP Manual セッション関数 新しいセッションIDを作成する session ... 使うことを許してはいけない if (!empty( $_SESSION [ 'deleted_time' ]) && $_SESSION [ 'deleted_time' ] < time () ... 由があるので、すぐに削除してはいけない $_SESSION [ 'deleted_time' ] = time (); // セッションを終了する session ...
https://man.plustar.jp/php/function.session-create-id.html - [similar]
プリペアドステートメントのパラメータに変数をバインドする 8192
« mysqli_stmt::attr_set mysqli_stmt::bind_result » PHP Manual mysqli_stmt プリペアドステートメン ... age WHERE Language='Bavarian'" ); printf ( "%d row deleted.\n" , $mysqli -> affected_rows ); 手続き型 <?php m ... age WHERE Language='Bavarian'" ); printf ( "%d row deleted.\n" , mysqli_affected_rows ( $link )); 上の例の出力 ... は以下となります。 1 row inserted. 1 row deleted. 例2 引数を渡すために ... を使う 可変長の引数を渡す ...
https://man.plustar.jp/php/mysqli-stmt.bind-param.html - [similar]
The Zookeeper class 7887
« zookeeper_dispatch Zookeeper::addAuth » PHP Manual ZooKeeper The Zookeeper class The Zookeeper ... TE = 999 ; const int CREATED_EVENT = 1 ; const int DELETED_EVENT = 2 ; const int CHANGED_EVENT = 3 ; const in ... atches are set using Zookeeper::exists. Zookeeper::DELETED_EVENT A node has been deleted This is only generat ...
https://man.plustar.jp/php/class.zookeeper.html - [similar]
SQL ステートメントを実行し、作用した行数を返す 7887
« PDO::errorInfo PDO::getAttribute » PHP Manual PDO SQL ステートメントを実行し、作用した行数を返 ... FROM fruit" ); /* 削除された行数を返す */ print( "Deleted $count rows.\n" ); ?> 上の例の出力は以下となります ...Deleted 1 rows. 参考 PDO::prepare() - 文を実行する準備を行 ...
https://man.plustar.jp/php/pdo.exec.html - [similar]
Create a new BulkWrite 7734
« MongoDB\Driver\BulkWrite MongoDB\Driver\BulkWrite::count » PHP Manual MongoDB\Driver\BulkWrite ... s)\n" , $result -> getUpsertedCount ()); printf ( "Deleted %d document(s)\n" , $result -> getDeletedCount ()) ... nt(s) Updated 1 document(s) Upserted 1 document(s) Deleted 1 document(s) 参考 MongoDB\Driver\Manager::execute ...
https://man.plustar.jp/php/mongodb-driver-bulkwrite.construct.html - [similar]
Deletes by Ids 7597
« SolrClient::deleteById SolrClient::deleteByQueries » PHP Manual SolrClient Deletes by Ids Solr ... eld declared in the schema for each document to be deleted. This must be an actual php variable. 戻り値 Retur ...
https://man.plustar.jp/php/solrclient.deletebyids.html - [similar]
Execute one or more write operations 7444
« MongoDB\Driver\Manager::createClientEncryption MongoDB\Driver\Manager::executeCommand » PHP Ma ... s)\n" , $result -> getUpsertedCount ()); printf ( "Deleted %d document(s)\n" , $result -> getDeletedCount ()) ... nt(s) Updated 1 document(s) Upserted 2 document(s) Deleted 1 document(s) upsertedId[3]: object(MongoDB\BSON\O ...
https://man.plustar.jp/php/mongodb-driver-manager.executebulkwrite.html - [similar]
定義済み定数 7292
« リソース型 APCu 関数 » PHP Manual APCu 定義済み定数 定義済み定数 以下の定数が定義されています。 ... TER_VALUE ( int ) APC_LIST_ACTIVE ( int ) APC_LIST_DELETED ( int ) 関連キーワード: int , 定義 , 定数 , APCu , ...
https://man.plustar.jp/php/apcu.constants.html - [similar]
Deletes a record from a database 7292
« dbase_create dbase_get_header_info » PHP Manual dBase 関数 Deletes a record from a database db ... , int $number ): bool Marks the given record to be deleted from the database. 注意 : To actually remove the r ...
https://man.plustar.jp/php/function.dbase-delete-record.html - [similar]
Remove a function definition 7292
« runkit7_function_redefine runkit7_function_rename » PHP Manual runkit7 関数 Remove a function ... パラメータ function_name Name of the function to be deleted 戻り値 成功した場合に true を、失敗した場合に fals ...
https://man.plustar.jp/php/function.runkit7-function-remove.html - [similar]
PREV 1 2 3 4 5 NEXT