検索

phrase: max: clip:
target: order:
Results of 351 - 360 of about 474 for use (0.032 sec.)
Commits a transaction that was begun with sqlsrv_begin_transaction 3597
« sqlsrv_close sqlsrv_configure » PHP Manual SQLSRV 関数 Commits a transaction that was begun wi ... example The following example demonstrates how to use sqlsrv_commit() together with sqlsrv_begin_transac ... onInfo = array( "Database" => "dbName" , "UID" => "userName" , "PWD" => "password" ); $conn = sqlsrv_conn ...
https://man.plustar.jp/php/function.sqlsrv-commit.html - [similar]
Executes a statement prepared with sqlsrv_prepare 3597
« sqlsrv_errors sqlsrv_fetch_array » PHP Manual SQLSRV 関数 Executes a statement prepared with s ... onInfo = array( "Database" => "dbName" , "UID" => "username" , "PWD" => "password" ); $conn = sqlsrv_conn ... order. foreach( $orders as $id => $qty ) { // Because $id and $qty are bound to $stmt1, their updated // ... values are used with each execution of the statement. if( sqlsrv_ ... )); } } ?> 注意 When you prepare a statement that uses variables as parameters, the variables are bound ...
https://man.plustar.jp/php/function.sqlsrv-execute.html - [similar]
Makes the next row in a result set available for reading 3597
« sqlsrv_fetch_object sqlsrv_field_metadata » PHP Manual SQLSRV 関数 Makes the next row in a res ... he next row in a result set available for reading. Use sqlsrv_get_field() to read the fields of the row. ... The row to be accessed. This parameter can only be used if the specified statement was prepared with a sc ... onInfo = array( "Database" => "dbName" , "UID" => "username" , "PWD" => "password" ); $conn = sqlsrv_conn ...
https://man.plustar.jp/php/function.sqlsrv-fetch.html - [similar]
Rolls back a transaction that was begun with sqlsrv_begin_transaction 3597
« sqlsrv_query sqlsrv_rows_affected » PHP Manual SQLSRV 関数 Rolls back a transaction that was b ... example The following example demonstrates how to use sqlsrv_begin_transaction() together with sqlsrv_co ... onInfo = array( "Database" => "dbName" , "UID" => "userName" , "PWD" => "password" ); $conn = sqlsrv_conn ...
https://man.plustar.jp/php/function.sqlsrv-rollback.html - [similar]
Returns list of directory contents in repository URL, optionally at revision num... 3597
« svn_log svn_mkdir » PHP Manual SVN 関数 Returns list of directory contents in repository URL, ... cess a local Subversion repository via filesystem, use the file URI scheme, eg. file:///home/user/svn-rep ... eve listing of. When omitted, the HEAD revision is used. recurse Enables recursion. 戻り値 On success, th ...
https://man.plustar.jp/php/function.svn-ls.html - [similar]
ベクターグラフィックを設定する 3597
« ImagickDraw::setTextUnderColor ImagickDraw::setViewbox » PHP Manual ImagickDraw ベクターグラフ ... nd could be saved anywhere a string can be saved //Use the saved drawing to generate a new draw object $d ...
https://man.plustar.jp/php/imagickdraw.setvectorgraphics.html - [similar]
キャンバス全体の大きさを設定する 3597
« ImagickDraw::setVectorGraphics ImagickDraw::skewX » PHP Manual ImagickDraw キャンバス全体の大き ... ata is saved to SVG or MVG formats, the viewbox is use to specify the size of the canvas image that a vie ...
https://man.plustar.jp/php/imagickdraw.setviewbox.html - [similar]
関数・メソッド 3597
« 索引 サンプル » PHP Manual 索引 関数・メソッド 関数・メソッド マニュアル内の全関数およびメソッ ... ングしたイテレータを別のイテレータから作成する call_user_func - 最初の引数で指定したコールバック関数をコー ... ルする call_user_func_array - パラメータの配列を指定してコールバッ ... s_parents - 与えられたクラスの親クラスを返す class_uses - 指定したクラスが使っているトレイトを返す clears ... string - Escape special characters in a string for use in an SQL statement cubrid_result - Return the val ...
https://man.plustar.jp/php/indexes.functions.html - [similar]
日付と時刻の解釈を「緩いモード」で行うかを取得する 3597
« IntlCalendar::isEquivalentTo IntlCalendar::isSet » PHP Manual IntlCalendar 日付と時刻の解釈を「 ... 'intl.default_locale' , 'pt_PT' ); ini_set ( 'intl.use_exceptions' , '1' ); $cal = new IntlGregorianCalen ...
https://man.plustar.jp/php/intlcalendar.islenient.html - [similar]
はじめに 3597
« dBase インストール/設定 » PHP Manual dBase はじめに はじめに 注意 : この拡張モジュールは » PEC ... nst using dBase files as your production database. Use » SQLite or choose any real SQL server instead; » ... and export data to and from your web database, because the file format is commonly understood by Windows ...
https://man.plustar.jp/php/intro.dbase.html - [similar]