検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 31 for servername (0.011 sec.)
Opens a connection to a Microsoft SQL Server database 15546
« sqlsrv_configure sqlsrv_errors » PHP Manual SQLSRV 関数 Opens a connection to a Microsoft SQL ... SQL Server database 説明 sqlsrv_connect ( string $serverName , array $connectionInfo = ? ): resource Opens a co ... "PWD" in the connection options array. パラメータ serverName The name of the server to which a connection is es ... hed. To connect to a specific instance, follow the server name with a backward slash and the instance name (e.g. ... serverName\sqlexpress). connectionInfo An associative array t ...
https://man.plustar.jp/php/function.sqlsrv-connect.html - [similar]
画像を表示する 9237
« Imagick::destroy Imagick::displayImages » PHP Manual Imagick 画像を表示する Imagick::displayIm ... 表示する 説明 public Imagick::displayImage ( string $servername ): bool このメソッドは、画像を X サーバーに表示しま ... す。 パラメータ servername X サーバーの名前。 戻り値 成功した場合に true を返 ... 表示 , Imagick , displayImage , エラー , サーバー , servername , imagick , public , string ...
https://man.plustar.jp/php/imagick.displayimage.html - [similar]
行を配列として返す 9091
« sqlsrv_execute sqlsrv_fetch_object » PHP Manual SQLSRV 関数 行を配列として返す sqlsrv_fetch_ar ... を返します。 例 例1 連想配列を扱う場合の例 <?php $serverName = "serverName\instanceName" ; $connectionInfo = ar ... , "PWD" => "password" ); $conn = sqlsrv_connect ( $serverName , $connectionInfo ); if( $conn === false ) { die( ... e_stmt ( $stmt ); ?> 例2 配列を扱う場合の例 <?php $serverName = "serverName\instanceName" ; $connectionInfo = ar ... , "PWD" => "password" ); $conn = sqlsrv_connect ( $serverName , $connectionInfo ); if( $conn === false ) { die( ...
https://man.plustar.jp/php/function.sqlsrv-fetch-array.html - [similar]
画像あるいは画像シーケンスを表示する 9010
« Imagick::displayImage Imagick::distortImage » PHP Manual Imagick 画像あるいは画像シーケンスを表 ... 示する 説明 public Imagick::displayImages ( string $servername ): bool 画像あるいは画像シーケンスを X サーバーに表 ... 示します。 パラメータ servername X サーバーの名前。 戻り値 成功した場合に true を返 ... ンス , Imagick , displayImages , imagick , エラー , servername , サーバー , 成功 ...
https://man.plustar.jp/php/imagick.displayimages.html - [similar]
Closes an open connection and releases resourses associated with the connection 8784
« sqlsrv_client_info sqlsrv_commit » PHP Manual SQLSRV 関数 Closes an open connection and releas ... を返します。 例 例1 sqlsrv_close() example <?php $serverName = "serverName\sqlexpres" ; $connOptions = array( " ... Database" => "dbname" ); $conn = sqlsrv_connect ( $serverName , $connOptions ); if( $conn === false ) { die( pri ...
https://man.plustar.jp/php/function.sqlsrv-close.html - [similar]
Returns information about the server 8703
« sqlsrv_send_stream_data 日付および時刻関連 » PHP Manual SQLSRV 関数 Returns information about ... abase. SQLServerVersion The SQL Server version. SQLServerName The name of the server. 例 例1 sqlsrv_server_info( ... ) example <?php $serverName = "serverName\sqlexpress" ; $conn = sqlsrv_connect ... ( $serverName ); if( $conn === false ) { die( print_r ( sqlsrv_e ...
https://man.plustar.jp/php/function.sqlsrv-server-info.html - [similar]
Returns information about the client and specified connection 8557
« sqlsrv_cancel sqlsrv_close » PHP Manual SQLSRV 関数 Returns information about the client and s ... .xxx.x) 例 例1 sqlsrv_client_info() example <?php $serverName = "serverName\sqlexpress" ; $connOptions = array( ... , "PWD" => "password" ); $conn = sqlsrv_connect ( $serverName , $connOptions ); if( $conn === false ) { die( pri ...
https://man.plustar.jp/php/function.sqlsrv-client-info.html - [similar]
Frees all resources for the specified statement 8331
« sqlsrv_field_metadata sqlsrv_get_config » PHP Manual SQLSRV 関数 Frees all resources for the s ... 返します。 例 例1 sqlsrv_free_stmt() example <?php $serverName = "serverName\sqlexpress" ; $connectionInfo = arra ... , "PWD" => "password" ); $conn = sqlsrv_connect ( $serverName , $connectionInfo ); if( $conn === false ) { die( ...
https://man.plustar.jp/php/function.sqlsrv-free-stmt.html - [similar]
Retrieves the number of fields (columns) on a statement 8331
« sqlsrv_next_result sqlsrv_num_rows » PHP Manual SQLSRV 関数 Retrieves the number of fields (co ... herwise. 例 例1 sqlsrv_num_fields() example <?php $serverName = "serverName\sqlexpress" ; $connectionInfo = arra ... , "PWD" => "password" ); $conn = sqlsrv_connect ( $serverName , $connectionInfo ); if( $conn === false ) { die( ...
https://man.plustar.jp/php/function.sqlsrv-num-fields.html - [similar]
Returns the number of rows modified by the last INSERT, UPDATE, or DELETE query ... 8250
« sqlsrv_rollback sqlsrv_send_stream_data » PHP Manual SQLSRV 関数 Returns the number of rows mo ... rned. 例 例1 sqlsrv_rows_affected() example <?php $serverName = "serverName\sqlexpress" ; $connectionInfo = arra ... , "PWD" => "password" ); $conn = sqlsrv_connect ( $serverName , $connectionInfo ); if( $conn === false ) { die( ...
https://man.plustar.jp/php/function.sqlsrv-rows-affected.html - [similar]
PREV 1 2 3 4 NEXT