検索

phrase: max: clip:
target: order:
Results of 231 - 240 of about 615 for connection (0.021 sec.)
新規に MySQL サーバーへの接続をオープンする 3668
« mysqli::$connect_error mysqli::debug » PHP Manual mysqli 新規に MySQL サーバーへの接続をオープ ... r reporting for mysqli before attempting to make a connection */ mysqli_report ( MYSQLI_REPORT_ERROR | MYSQLI_RE ... ); /* Set the desired charset after establishing a connection */ $mysqli -> set_charset ( 'utf8mb4' ); printf ( ... r reporting for mysqli before attempting to make a connection */ mysqli_report ( MYSQLI_REPORT_ERROR | MYSQLI_RE ... ); /* Set the desired charset after establishing a connection */ mysqli_set_charset ( $mysqli , 'utf8mb4' ); pri ...
https://man.plustar.jp/php/mysqli.construct.html - [similar]
The EventListener class 3646
« EventHttpRequest::sendReplyStart EventListener::__construct » PHP Manual Event The EventListen ... class (PECL event >= 1.5.0) はじめに Represents a connection listener. クラス概要 final class EventListener { / ... ener::OPT_CLOSE_ON_FREE If this option is set, the connection listener closes its underlying socket when the Eve ... ener::OPT_CLOSE_ON_EXEC If this option is set, the connection listener sets the close-on-exec flag on the underl ... ads. 目次 EventListener::__construct — Creates new connection listener associated with an event base EventListen ...
https://man.plustar.jp/php/class.eventlistener.html - [similar]
持続的データベース接続を閉じる 3646
« db2_num_rows db2_pconnect » PHP Manual IBM DB2 関数 持続的データベース接続を閉じる db2_pclose ... 持続的接続が不要になったりした場合です。 パラメータ connection アクティブな DB2 クライアント接続。 戻り値 成功した ... ); $rc = db2_pclose ( $conn ); if ( $rc ) { echo "Connection was successfully closed." ; } ?> 上の例の出力は以下 ... となります。 Connection was successfully closed. 参考 db2_close() - データ ... ース , 関数 , pconnect , pclose , 作成 , resource , Connection , 反応 , successfully ...
https://man.plustar.jp/php/function.db2-pclose.html - [similar]
FTP サーバー上でのコマンドの実行をリクエストする 3646
« ftp_delete ftp_fget » PHP Manual FTP 関数 FTP サーバー上でのコマンドの実行をリクエストする ftp ... のコマンドの実行をリクエストする 説明 ftp_exec ( FTP\Connection $ftp , string $command ): bool FTP サーバーに SITE ... mmand リクエストを 送信します。 パラメータ ftp FTP\Connection クラスのインスタンス command 実行したいコマンド。 ... 。 変更履歴 バージョン 説明 8.1.0 引数 ftp は、 FTP\Connection のインスタンスを期待するようになりました。 これより ... : コマンド , サーバー , 実行 , リクエスト , exec , Connection , command , 期待 , バージョン , 送信 ...
https://man.plustar.jp/php/function.ftp-exec.html - [similar]
カレントの FTP 接続での種々の実行時動作を取得する 3646
« ftp_fput ftp_get » PHP Manual FTP 関数 カレントの FTP 接続での種々の実行時動作を取得する ftp_g ... 種々の実行時動作を取得する 説明 ftp_get_option ( FTP\Connection $ftp , int $option ): int | bool この関数は、指定し ... について option の値を返します。 パラメータ ftp FTP\Connection クラスのインスタンス option 現在、以下のオプション ... 。 変更履歴 バージョン 説明 8.1.0 引数 ftp は、 FTP\Connection のインスタンスを期待するようになりました。 これより ... , option , カレント , 接続 , 種々 , 動作 , 取得 , Connection , サポート , 関数 ...
https://man.plustar.jp/php/function.ftp-get-option.html - [similar]
ディレクトリを作成する 3646
« ftp_mdtm ftp_mlsd » PHP Manual FTP 関数 ディレクトリを作成する ftp_mkdir (PHP 4, PHP 5, PHP 7, ... kdir — ディレクトリを作成する 説明 ftp_mkdir ( FTP\Connection $ftp , string $directory ): string | false FTP サー ... 指定した directory を作成します。 パラメータ ftp FTP\Connection クラスのインスタンス directory 作成されるディレクト ... 。 変更履歴 バージョン 説明 8.1.0 引数 ftp は、 FTP\Connection のインスタンスを期待するようになりました。 これより ... ーワード: ディレクトリ , 作成 , mkdir , directory , Connection , エラー , インスタンス , バージョン , 期待 , stri ...
https://man.plustar.jp/php/function.ftp-mkdir.html - [similar]
指定したファイルのサイズを返す 3646
« ftp_site ftp_ssl_connect » PHP Manual FTP 関数 指定したファイルのサイズを返す ftp_size (PHP 4, ... 指定したファイルのサイズを返す 説明 ftp_size ( FTP\Connection $ftp , string $filename ): int ftp_size() は指定さ ... ートしているわけではありません。 パラメータ ftp FTP\Connection クラスのインスタンス filename リモートファイル。 戻 ... 。 変更履歴 バージョン 説明 8.1.0 引数 ftp は、 FTP\Connection のインスタンスを期待するようになりました。 これより ... 関連キーワード: サイズ , 指定 , ファイル , size , Connection , 期待 , バージョン , filename , インスタンス , リ ...
https://man.plustar.jp/php/function.ftp-size.html - [similar]
メッセージ本文を読む 3646
« imap_binary imap_bodystruct » PHP Manual IMAP 関数 メッセージ本文を読む imap_body (PHP 4, PHP ... _body — メッセージ本文を読む 説明 imap_body ( IMAP\Connection $imap , int $message_num , int $flags = 0 ): strin ... () を使用する必要があります。 パラメータ imap IMAP\Connection クラスのインスタンス。 message_num メッセージ番号。 ... 変更履歴 バージョン 説明 8.1.0 引数 imap は、 IMAP\Connection クラスのインスタンスを期待するようになりました。 こ ... いました。 関連キーワード: メッセージ , 本文 , num , Connection , flags , 展開 , 期待 , バージョン , 設定 , インス ...
https://man.plustar.jp/php/function.imap-body.html - [similar]
メッセージのヘッダを返す 3646
« imap_fetchbody imap_fetchmime » PHP Manual IMAP 関数 メッセージのヘッダを返す imap_fetchheader ... ッセージのヘッダを返す 説明 imap_fetchheader ( IMAP\Connection $imap , int $message_num , int $flags = 0 ): strin ... キスト文字列として取得します。 パラメータ imap IMAP\Connection クラスのインスタンス。 message_num メッセージ番号。 ... 変更履歴 バージョン 説明 8.1.0 引数 imap は、 IMAP\Connection クラスのインスタンスを期待するようになりました。 こ ... ッセージ , ヘッダ , num , 取得 , flags , テキスト , Connection , fetchheader , int , バージョン ...
https://man.plustar.jp/php/function.imap-fetchheader.html - [similar]
指定した本文部をファイルに保存する 3646
« imap_rfc822_write_address imap_scan » PHP Manual IMAP 関数 指定した本文部をファイルに保存する ... 本文部をファイルに保存する 説明 imap_savebody ( IMAP\Connection $imap , resource | string | int $file , int $messa ... あるいはその一部を保存します。 パラメータ imap IMAP\Connection クラスのインスタンス。 file 保存先ファイルへのパス ... 変更履歴 バージョン 説明 8.1.0 引数 imap は、 IMAP\Connection クラスのインスタンスを期待するようになりました。 こ ... 保存 , 文部 , 指定 , ファイル , 本文 , savebody , Connection , int , num , メッセージ ...
https://man.plustar.jp/php/function.imap-savebody.html - [similar]