検索

phrase: max: clip:
target: order:
Results of 281 - 290 of about 615 for connection (0.028 sec.)
SCP 経由でファイルを要求する 3535
« ssh2_publickey_remove ssh2_scp_send » PHP Manual SSH2 関数 SCP 経由でファイルを要求する ssh2_s ... 。 例 例1 SCP 経由でのファイルのダウンロード <?php $connection = ssh2_connect ( 'shell.example.com' , 22 ); ssh2_ ... auth_password ( $connection , 'username' , 'password' ); ssh2_scp_recv ( $conn ...
https://man.plustar.jp/php/function.ssh2-scp-recv.html - [similar]
シンボリックリンクのターゲットを返す 3535
« ssh2_sftp_mkdir ssh2_sftp_realpath » PHP Manual SSH2 関数 シンボリックリンクのターゲットを返す ... します。 例 例1 シンボリックリンクの読み込み <?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-readlink.html - [similar]
指定されたパス文字列の実パスを解決する 3535
« ssh2_sftp_readlink ssh2_sftp_rename » PHP Manual SSH2 関数 指定されたパス文字列の実パスを解決す ... を表す文字列を返します。 例 例1 パス名の解決 <?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-realpath.html - [similar]
ディレクトリを削除する 3535
« ssh2_sftp_rename ssh2_sftp_stat » PHP Manual SSH2 関数 ディレクトリを削除する ssh2_sftp_rmdir ... 例1 リモートサーバー上のディレクトリの削除 <?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-rmdir.html - [similar]
シンボリックリンクを作成する 3535
« ssh2_sftp_stat ssh2_sftp_unlink » PHP Manual SSH2 関数 シンボリックリンクを作成する ssh2_sftp_ ... を返します。 例 例1 シンボリックリンクの作成 <?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-symlink.html - [similar]
SFTP サブシステムを初期化する 3535
« ssh2_sftp_unlink ssh2_shell » PHP Manual SSH2 関数 SFTP サブシステムを初期化する ssh2_sftp (PE ... します 例 例1 SFTP 経由でのファイルのオープン <?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.html - [similar]
その他の関数 3535
« 定義済み定数 connection_aborted » PHP Manual その他 その他の関数 その他の関数 目次 connection_ ... クライアントとの接続が切断されているかどうかを調べる connection_status — 接続ステータスのビットフィールドを返す co ... 行 , 取得 , 遅延 , 設定 , 定数 , 接続 , highlight , connection ...
https://man.plustar.jp/php/ref.misc.html - [similar]
リソース型 3535
« 実行時設定 例 » PHP Manual インストール/設定 リソース型 リソース型 There is only one resource ... p extension - it's the link identifier for a stomp connection. 関連キーワード: リソース , 設定 , 実行 , インスト ... ール , There , resource , extension , identifier , connection , ...
https://man.plustar.jp/php/stomp.resources.html - [similar]
Perform a query without fetching the results into memory 3513
« cubrid_result CUBRID 廃止されたエイリアスと関数 » PHP Manual CUBRID MySQL 互換関数 Perform a q ... メータ query A SQL query. conn_identifier The CUBRID connection. If the connection identifier is not specified, th ... e last connection opened by cubrid_connect() is assumed. 戻り値 For ...
https://man.plustar.jp/php/function.cubrid-unbuffered-query.html - [similar]
アップロードされるファイルのためのスペースを確保する 3513
« FTP 関数 ftp_append » PHP Manual FTP 関数 アップロードされるファイルのためのスペースを確保する ... イルのためのスペースを確保する 説明 ftp_alloc ( FTP\Connection $ftp , int $size , string &$response = null ): boo ... 用するようにするとよいでしょう。 パラメータ ftp FTP\Connection クラスのインスタンス size 確保したいバイト数。 res ... 。 変更履歴 バージョン 説明 8.1.0 引数 ftp は、 FTP\Connection のインスタンスを期待するようになりました。 これより ... , スペース , サーバー , ファイル , alloc , 関数 , Connection , コマンド , 意味 , インスタンス ...
https://man.plustar.jp/php/function.ftp-alloc.html - [similar]