検索

phrase: max: clip:
target: order:
Results of 291 - 300 of about 615 for Connection (1.136 sec.)
オープン中のファイルを FTP サーバーにアップロードする 3513
« ftp_fget ftp_get_option » PHP Manual FTP 関数 オープン中のファイルを FTP サーバーにアップロード ... FTP サーバーにアップロードする 説明 ftp_fput ( FTP\Connection $ftp , string $remote_filename , resource $stream ... トファイルへアップロードします。 パラメータ ftp FTP\Connection クラスのインスタンス remote_filename リモートファイ ... 。 変更履歴 バージョン 説明 8.1.0 引数 ftp は、 FTP\Connection のインスタンスを期待するようになりました。 これより ... ード: サーバー , オープン , fput , ファイル , mode , Connection , バージョン , パラメータ , リモート , 保存 ...
https://man.plustar.jp/php/function.ftp-fput.html - [similar]
FTP サーバーからファイルを取得し、ローカルファイルに書き込む(非ブロッキング) 3513
« ftp_nb_fput ftp_nb_put » PHP Manual FTP 関数 FTP サーバーからファイルを取得し、ローカルファイル ... ルに書き込む(非ブロッキング) 説明 ftp_nb_get ( FTP\Connection $ftp , string $local_filename , string $remote_fil ... に別の処理を行うことができます。 パラメータ ftp FTP\Connection クラスのインスタンス local_filename ローカルファイ ... 。 変更履歴 バージョン 説明 8.1.0 引数 ftp は、 FTP\Connection のインスタンスを期待するようになりました。 これより ... ze ( "test" )); // あるいは: $ret = ftp_nb_get($my_connection, "test", "README", // FTP_BINARY, FTP_AUTORESUME); ...
https://man.plustar.jp/php/function.ftp-nb-get.html - [similar]
さまざまな FTP 実行時オプションを設定する 3513
« ftp_rmdir ftp_site » PHP Manual FTP 関数 さまざまな FTP 実行時オプションを設定する ftp_set_opt ... 実行時オプションを設定する 説明 ftp_set_option ( FTP\Connection $ftp , int $option , int | bool $value ): bool この ... な実行時オプションを 制御します。 パラメータ ftp FTP\Connection クラスのインスタンス option 現在、以下のオプション ... 。 変更履歴 バージョン 説明 8.1.0 引数 ftp は、 FTP\Connection のインスタンスを期待するようになりました。 これより ... , option , 設定 , オプション , パラメータ , 関数 , Connection , 変更 , サポート , バージョン ...
https://man.plustar.jp/php/function.ftp-set-option.html - [similar]
InterBase データベースへの接続を閉じる 3513
« ibase_blob_open ibase_commit_ret » PHP Manual Firebird/InterBase 関数 InterBase データベースへ ... ベースへの接続を閉じる 説明 ibase_close ( resource $connection_id = null ): bool ibase_connect() から返された接続 ... トランザクションはロールバックされます。 パラメータ connection_id ibase_connect() が返す InterBase リンク ID。省略 ... リンク , オープン , トランザクション , 最後 , 省略 , connection , resource ...
https://man.plustar.jp/php/function.ibase-close.html - [similar]
指定されたメールボックスに文字列メッセージを追加する 3513
« imap_alerts imap_base64 » PHP Manual IMAP 関数 指定されたメールボックスに文字列メッセージを追加 ... に文字列メッセージを追加する 説明 imap_append ( IMAP\Connection $imap , string $folder , string $message , ? strin ... ッセージ message を追加します。 パラメータ imap IMAP\Connection クラスのインスタンス。 folder メールボックスの名前 ... 変更履歴 バージョン 説明 8.1.0 引数 imap は、 IMAP\Connection クラスのインスタンスを期待するようになりました。 こ ... ス , 指定 , append , string , folder , パラメータ , Connection , internal ...
https://man.plustar.jp/php/function.imap-append.html - [similar]
指定した DN のエントリで見付かった属性の値を比較する 3513
« ldap_close ldap_connect » PHP Manual LDAP 関数 指定した DN のエントリで見付かった属性の値を比較 ... 付かった属性の値を比較する 説明 ldap_compare ( LDAP\Connection $ldap , string $dn , string $attribute , string $v ... します。 パラメータ ldap ldap_connect() が返す LDAP\Connection クラスのインスタンス。 dn LDAP エンティティの識別名 ... 変更履歴 バージョン 説明 8.1.0 引数 ldap は、 LDAP\Connection クラスのインスタンスを期待するようになりました。 こ ... , エントリ , DN , 指定 , 値 , compare , controls , Connection , string ...
https://man.plustar.jp/php/function.ldap-compare.html - [similar]
結果から情報を展開する 3513
« ldap_parse_reference ldap_read » PHP Manual LDAP 関数 結果から情報を展開する ldap_parse_result ... 結果から情報を展開する 説明 ldap_parse_result ( LDAP\Connection $ldap , LDAP\Result $result , int &$error_code , s ... します。 パラメータ ldap ldap_connect() が返す LDAP\Connection クラスのインスタンス。 result ldap_list() や ldap_ ... 変更履歴 バージョン 説明 8.1.0 引数 ldap は、 LDAP\Connection クラスのインスタンスを期待するようになりました。 こ ... 報 , result , クラス , 期待 , 参照 , インスタンス , Connection ...
https://man.plustar.jp/php/function.ldap-parse-result.html - [similar]
データソースに接続する 3513
« odbc_commit odbc_cursor » PHP Manual ODBC 関数 データソースに接続する odbc_connect (PHP 4, PHP ... ng the SQL Native Client 10.0 ODBC Driver - allows connection to SQL 7, 2000, 2005 and 2008 $connection = odbc_c ... ase ;" , $user , $password ); // Microsoft Access $connection = odbc_connect ( "Driver={Microsoft Access Driver ... lData.xls' ); $excelDir = dirname ( $excelFile ); $connection = odbc_connect ( "Driver={Microsoft Excel Driver ( ...
https://man.plustar.jp/php/function.odbc-connect.html - [similar]
ファイルのモードを変更する 3513
« ssh2_send_eof ssh2_sftp_lstat » PHP Manual SSH2 関数 ファイルのモードを変更する ssh2_sftp_chmo ... リモートサーバー上でのファイルのモード変更 <?php $connection = ssh2_connect ( 'shell.example.com' , 22 ); ssh2_ ... auth_password ( $connection , 'username' , 'password' ); $sftp = ssh2_sftp ( $ ...
https://man.plustar.jp/php/function.ssh2-sftp-chmod.html - [similar]
リモートサーバーを経由するトンネルをオープンする 3513
« ssh2_shell Stomp » PHP Manual SSH2 関数 リモートサーバーを経由するトンネルをオープンする ssh2_ ... 値 例 例1 任意のホストへのトンネルのオープン <?php $connection = ssh2_connect ( 'shell.example.com' , 22 ); ssh2_ ... auth_pubkey_file ( $connection , 'username' , 'id_dsa.pub' , 'id_dsa' ); $tunnel ... = ssh2_tunnel ( $connection , '10.0.0.101' , 12345 ); ?> 参考 ssh2_connect() - ...
https://man.plustar.jp/php/function.ssh2-tunnel.html - [similar]