検索

phrase: max: clip:
target: order:
Results of 231 - 240 of about 710 for user (0.024 sec.)
サーバーに MySQL スレッドの停止を問い合わせる 3390
« mysqli::$insert_id mysqli::more_results » PHP Manual mysqli サーバーに MySQL スレッドの停止を問 ... 向型 <?php $mysqli = new mysqli ( "localhost" , "my_user" , "my_password" , "world" ); /* 接続状況をチェック ... 型 <?php $link = mysqli_connect ( "localhost" , "my_user" , "my_password" , "world" ); /* 接続状況をチェック ...
https://man.plustar.jp/php/mysqli.kill.html - [similar]
サーバーとの接続をチェックし、もし切断されている場合は再接続を試みる 3390
« mysqli::options mysqli::poll » PHP Manual mysqli サーバーとの接続をチェックし、もし切断されてい ... 向型 <?php $mysqli = new mysqli ( "localhost" , "my_user" , "my_password" , "world" ); /* 接続状況をチェック ... 型 <?php $link = mysqli_connect ( "localhost" , "my_user" , "my_password" , "world" ); /* 接続状況をチェック ...
https://man.plustar.jp/php/mysqli.ping.html - [similar]
実行時設定 3390
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... 履歴 odbc.default_db * NULL PHP_INI_ALL odbc.default_user * NULL PHP_INI_ALL odbc.default_pw * NULL PHP_INI_ ... い場合に使用される ODBC データソース。 odbc.default_user string odbc_connect() または odbc_pconnect() で名前 ...
https://man.plustar.jp/php/odbc.configuration.html - [similar]
FTP(s) URL へのアクセス 3390
« http:// php:// » PHP Manual サポートするプロトコル/ラッパー FTP(s) URL へのアクセス ftp:// ftp ... れます。 利用法 ftp://example.com/pub/file.txt ftp://user:password@example.com/pub/file.txt ftps://example.c ... om/pub/file.txt ftps://user:password@example.com/pub/file.txt オプション ラッパ ...
https://man.plustar.jp/php/wrappers.ftp.html - [similar]
com クラス 3355
« 配列と配列形式の COM プロパティ com::__construct » PHP Manual COM com クラス com クラス (PHP 4 ... ; Data Source=localhost; Initial Catalog=database; User ID=user; Password=password" ); $rs = $conn -> Exec ...
https://man.plustar.jp/php/class.com.html - [similar]
The Event class 3355
« Constructing signal events Event::add » PHP Manual Event The Event class The Event class (PECL ... O only); a timeout expiring; a signal occurring; a user-triggered event. Every event is associated with Ev ... thus turning it to active state. To handle events user may register a callback which is called when event ...
https://man.plustar.jp/php/class.event.html - [similar]
データベース接続の AUTOCOMMIT の状態を取得または設定する 3355
« IBM DB2 関数 db2_bind_param » PHP Manual IBM DB2 関数 データベース接続の AUTOCOMMIT の状態を取 ... TOCOMMIT_OFF ); $conn = db2_connect ( $database , $user , $password , $options ); $ac = db2_autocommit ( $ ... TOCOMMIT_OFF ); $conn = db2_connect ( $database , $user , $password , $options ); // AUTOCOMMIT を有効にし ...
https://man.plustar.jp/php/function.db2-autocommit.html - [similar]
アップロードされるファイルのためのスペースを確保する 3355
« FTP 関数 ftp_append » PHP Manual FTP 関数 アップロードされるファイルのためのスペースを確保する ... した。 例 例1 ftp_alloc() の例 <?php $file = "/home/user/myfile" ; // サーバーに接続する $ftp = ftp_connect ... $login_result = ftp_login ( $ftp , 'anonymous' , 'user@example.com' ); if ( ftp_alloc ( $ftp , filesize ( ...
https://man.plustar.jp/php/function.ftp-alloc.html - [similar]
オープン中のファイルを FTP サーバーにアップロードする 3355
« ftp_fget ftp_get_option » PHP Manual FTP 関数 オープン中のファイルを FTP サーバーにアップロード ... ログインする $login_result = ftp_login ( $ftp , $ftp_user_name , $ftp_user_pass ); // $file のアップロードを ...
https://man.plustar.jp/php/function.ftp-fput.html - [similar]
FTP サーバーからファイルをダウンロードする 3355
« ftp_get_option ftp_login » PHP Manual FTP 関数 FTP サーバーからファイルをダウンロードする ftp_ ... ログインする $login_result = ftp_login ( $ftp , $ftp_user_name , $ftp_user_pass ); // $server_file をダウンロ ...
https://man.plustar.jp/php/function.ftp-get.html - [similar]