検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 225 for link (0.013 sec.)
サーバーとの接続状況を調べ、接続されていない場合は再接続する 4592
« mysql_pconnect mysql_query » PHP Manual MySQL 関数 サーバーとの接続状況を調べ、接続されていない ... 使えます。 mysqli_ping() 説明 mysql_ping ( resource $link_identifier = NULL ): bool サーバーとの接続が有効か ... 降、自動再接続機能は使えなくなりました。 パラメータ link_identifier MySQL 接続。指定されない場合、 mysql_co ...
https://man.plustar.jp/php/function.mysql-ping.html - [similar]
サーバから取得した結果セットの行数を返す 4592
« mysqli_stmt::next_result mysqli_stmt::$param_count » PHP Manual mysqli_stmt サーバから取得した ... t ( MYSQLI_REPORT_ERROR | MYSQLI_REPORT_STRICT ); $link = mysqli_connect ( "localhost" , "my_user" , "my_p ... RDER BY Name LIMIT 20" ; $stmt = mysqli_prepare ( $link , $query ); mysqli_stmt_execute ( $stmt ); /* 内部 ...
https://man.plustar.jp/php/mysqli-stmt.num-rows.html - [similar]
内部バッファに結果を保存する 4592
« mysqli_stmt::$sqlstate mysqli_result » PHP Manual mysqli_stmt 内部バッファに結果を保存する mys ... t ( MYSQLI_REPORT_ERROR | MYSQLI_REPORT_STRICT ); $link = mysqli_connect ( "localhost" , "my_user" , "my_p ... RDER BY Name LIMIT 20" ; $stmt = mysqli_prepare ( $link , $query ); mysqli_stmt_execute ( $stmt ); /* 結果 ...
https://man.plustar.jp/php/mysqli-stmt.store-result.html - [similar]
定義済み定数 4592
« リソース型 例 » PHP Manual ソケット 定義済み定数 定義済み定数 以下の定数が定義されています。 こ ... not empty. SOCKET_ELOOP ( int ) Too many symbolic links encountered. SOCKET_EWOULDBLOCK ( int ) Operation ... t ) File exists. SOCKET_EXDEV ( int ) Cross-device link. SOCKET_ENODEV ( int ) No such device. SOCKET_ENOT ... CKET_EROFS ( int ) Read-only file system. SOCKET_EMLINK ( int ) Too many links. SOCKET_EPIPE ( int ) Broke ... L3RST ( int ) Level 3 reset. SOCKET_ELNRNG ( int ) Link number out of range. SOCKET_EUNATCH ( int ) Protoc ...
https://man.plustar.jp/php/sockets.constants.html - [similar]
結果セットの行数を取得する 4550
« mysqli_result::$lengths mysqli_driver » PHP Manual mysqli_result 結果セットの行数を取得する my ... t ( MYSQLI_REPORT_ERROR | MYSQLI_REPORT_STRICT ); $link = mysqli_connect ( "localhost" , "my_user" , "my_p ... assword" , "world" ); $result = mysqli_query ( $link , "SELECT Code, Name FROM Country ORDER BY Name" ) ...
https://man.plustar.jp/php/mysqli-result.num-rows.html - [similar]
The RarEntry class 4509
« RarArchive::__toString RarEntry::extract » PHP Manual Rar The RarEntry class The RarEntry clas ... EGULAR_FILE = 32768 ; const int ATTRIBUTE_UNIX_SYM_LINK = 40960 ; const int ATTRIBUTE_UNIX_SOCKET = 49152 ... E_UNIX_REGULAR_FILE , RarEntry::ATTRIBUTE_UNIX_SYM_LINK and RarEntry::ATTRIBUTE_UNIX_SOCKET . RarEntry::AT ... er operating systems. RarEntry::ATTRIBUTE_UNIX_SYM_LINK Unix symbolic links will have attributes whose las ...
https://man.plustar.jp/php/class.rarentry.html - [similar]
Image Construction 4509
« CommonMark\Node\Image CommonMark\Node\Link » PHP Manual CommonMark\Node\Image Image Constructi ...
https://man.plustar.jp/php/commonmark-node-image.construct.html - [similar]
内部的な結果ポインタを移動する 4509
« mysql_create_db mysql_db_name » PHP Manual MySQL 関数 内部的な結果ポインタを移動する mysql_dat ... を返します。 例 例1 mysql_data_seek() の例 <?php $link = mysql_connect ( 'localhost' , 'mysql_user' , 'my ... sql_password' ); if (! $link ) { die( '接続できませんでした: ' . mysql_error () ...
https://man.plustar.jp/php/function.mysql-data-seek.html - [similar]
Close a connection to a remote SSH server 4509
« ssh2_connect ssh2_exec » PHP Manual SSH2 関数 Close a connection to a remote SSH server ssh2_d ... e SSH server. パラメータ session An SSH connection link identifier, obtained from a call to ssh2_connect() ...
https://man.plustar.jp/php/function.ssh2-disconnect.html - [similar]
要件 4509
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 The SQLSRV extensi ... nt is not already installed, click the appropriate link below to download it: » Download the x86 package » ...
https://man.plustar.jp/php/sqlsrv.requirements.html - [similar]