検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 198 for update (0.012 sec.)
Creates new RRDUpdater instance 5067
« RRDUpdater RRDUpdater::update » PHP Manual RRDUpdater Creates new RRDUpdater instance RRDUpdate ... er::__construct (PECL rrd >= 0.9.0) RRDUpdater::__construct — Creates new RRDUpdater instance 説 ... 明 public RRDUpdater::__construct ( string $path ) Creates new RRDUpda ... lesystem path for RRD database file, which will be updated. 関連キーワード: RRDUpdater , instance , Creates ...
https://man.plustar.jp/php/rrdupdater.construct.html - [similar]
SQLインジェクション 5067
« ストレージの暗号化 エラーのレポート » PHP Manual データベースのセキュリティ SQLインジェクション ... この悪意のあるクエリが実行されることになります。 SQL UPDATE もデータベースを攻撃するために使用されます。これら ... ベースサーバーで)より多 くの権限を得るまで $query = "UPDATE usertable SET pwd='$pwd' WHERE uid='$uid';"; しかし ... す。 <?php // $uid: ' or uid like '%admin% $query = "UPDATE usertable SET pwd='...' WHERE uid='' or uid like ' ... / $pwd: hehehe', trusted=100, admin='yes $query = "UPDATE usertable SET pwd='hehehe', trusted=100, admin='ye ...
https://man.plustar.jp/php/security.database.sql-injection.html - [similar]
ScoutAPM 5024
« RRDUpdater::update はじめに » PHP Manual その他のサービス ScoutAPM ScoutAPM はじめに インストー ...
https://man.plustar.jp/php/book.scoutapm.html - [similar]
Sets the connections weight 5024
« FANNConnection::getWeight Igbinary » PHP Manual FANNConnection Sets the connections weight FAN ... is different than fann_set_weight() . It does not update the weight value in the network. The network value ... is updated only after calling fann_set_weight_array() . パラ ...
https://man.plustar.jp/php/fannconnection.setweight.html - [similar]
Send a CUBRID query 5024
« cubrid_ping cubrid_real_escape_string » PHP Manual CUBRID MySQL 互換関数 Send a CUBRID query c ... n error. For other type of SQL statements, INSERT, UPDATE, DELETE, DROP, etc, cubrid_query() returns true on ... ows were affected by a DELETE, INSERT, REPLACE, or UPDATE statement. cubrid_query() will also fail and retur ...
https://man.plustar.jp/php/function.cubrid-query.html - [similar]
Gets unix timestamp of the last sample 5024
« rrd_info rrd_lastupdate » PHP Manual RRD 関数 Gets unix timestamp of the last sample rrd_last ... int Returns the UNIX timestamp of the most recent update of the RRD database. パラメータ filename RRD datab ...
https://man.plustar.jp/php/function.rrd-last.html - [similar]
Prepares a query for execution 5024
« sqlsrv_num_rows sqlsrv_query » PHP Manual SQLSRV 関数 Prepares a query for execution sqlsrv_pr ... ie( print_r ( sqlsrv_errors (), true )); } $sql = "UPDATE Table_1 SET OrderQty = ? WHERE SalesOrderID = ?" ; ... // Because $id and $qty are bound to $stmt1, their updated // values are used with each execution of the sta ... are bound to the statement. This means that if you update the values of the variables, the next time you exe ... cute the statement it will run with updated parameter values. For statements that you plan to ...
https://man.plustar.jp/php/function.sqlsrv-prepare.html - [similar]
Send the result and complete status 5024
« GearmanJob::returnCode GearmanJob::sendData » PHP Manual GearmanJob Send the result and comple ... ): bool Sends result data and the complete status update for this job. パラメータ result Serialized result ...
https://man.plustar.jp/php/gearmanjob.sendcomplete.html - [similar]
直近のクエリの AUTO_INCREMENT カラムで生成した値を返す 5024
« mysqli::init mysqli::kill » PHP Manual mysqli 直近のクエリの AUTO_INCREMENT カラムで生成した値 ... ENT 属性を持つカラムがあるテーブル上での INSERT や UPDATE クエリが生成したIDを返します。 INSERT 文が複数の行 ... す。 MySQL 関数 LAST_INSERT_ID() を使って INSERT や UPDATE を実行すると、 mysqli_insert_id() が返す値も変更さ ...
https://man.plustar.jp/php/mysqli.insert-id.html - [similar]
直近の SQL ステートメントによって作用した行数を返す 5024
« PDOStatement::nextRowset PDOStatement::setAttribute » PHP Manual PDOStatement 直近の SQL ステー ... ブジェクトによって実行された 直近の DELETE, INSERT, UPDATE 文によって作用した行数を返します。 関連する PDOSta ... 数を返す PDOStatement::rowCount() は DELETE, INSERT, UPDATE 文によって作用した行数を返します。 <?php /* FRUIT ...
https://man.plustar.jp/php/pdostatement.rowcount.html - [similar]