検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 20 for sftp (0.018 sec.)
ディレクトリを削除する 10026
« ssh2_sftp_rename ssh2_sftp_stat » PHP Manual SSH2 関数 ディレクトリを削除する ssh2_sftp_rmdir ... (PECL ssh2 >= 0.9.0) ssh2_sftp_rmdir — ディレクトリを削除する 説明 ssh2_sftp_rmdi ... r ( resource $sftp , string $dirname ): bool リモートのファイルサーバ ... ーからディレクトリを削除します。 この関数は ssh2.sftp:// ラッパーを使用した場合の rmdir() と同様です。 パ ... ラメータ sftp ssh2_sftp() でオープンした SSH2 SFTP リソース。 di ...
https://man.plustar.jp/php/function.ssh2-sftp-rmdir.html - [similar]
SFTP サブシステムを初期化する 10026
« ssh2_sftp_unlink ssh2_shell » PHP Manual SSH2 関数 SFTP サブシステムを初期化する ssh2_sftp (PE ... CL ssh2 >= 0.9.0) ssh2_sftpSFTP サブシステムを初期化する 説明 ssh2_sftp ( r ... esource | false すでに接続された SSH2 サーバーから SFTP サブシステムを要求します。 パラメータ session ssh2 ... 接続リンク ID。 戻り値 このメソッドは全ての他の ssh2_sftp_*() や ssh2.sftp:// fopen ラッパーで使用する SSH2 ... を返します。 失敗した場合に false を返します 例 例1 SFTP 経由でのファイルのオープン <?php $connection = ssh ...
https://man.plustar.jp/php/function.ssh2-sftp.html - [similar]
指定されたパス文字列の実パスを解決する 9924
« ssh2_sftp_readlink ssh2_sftp_rename » PHP Manual SSH2 関数 指定されたパス文字列の実パスを解決す ... る ssh2_sftp_realpath (PECL ssh2 >= 0.9.0) ssh2_sftp_realpath — ... 指定されたパス文字列の実パスを解決する 説明 ssh2_sftp_realpath ( resource $sftp , string $filename ): st ... ルシステム上の有効な実パスに変換します。 パラメータ sftp ssh2_sftp() でオープンした SSH2 SFTP リソース。 fi ... ssword ( $connection , 'username' , 'password' ); $sftp = ssh2_sftp ( $connection ); $realpath = ssh2_sftp ...
https://man.plustar.jp/php/function.ssh2-sftp-realpath.html - [similar]
ディレクトリを作成する 9873
« ssh2_sftp_lstat ssh2_sftp_readlink » PHP Manual SSH2 関数 ディレクトリを作成する ssh2_sftp_mkd ... ir (PECL ssh2 >= 0.9.0) ssh2_sftp_mkdir — ディレクトリを作成する 説明 ssh2_sftp_mkdi ... r ( resource $sftp , string $dirname , int $mode = 0777 , bool $recur ... れた権限でディレクトリを作成します。 この関数は ssh2.sftp:// ラッパーを使用した場合の mkdir() と同様です。 パ ... ラメータ sftp ssh2_sftp() でオープンした SSH2 SFTP リソース。 di ...
https://man.plustar.jp/php/function.ssh2-sftp-mkdir.html - [similar]
シンボリックリンクの情報を取得する 9839
« ssh2_sftp_chmod ssh2_sftp_mkdir » PHP Manual SSH2 関数 シンボリックリンクの情報を取得する ssh2 ... _sftp_lstat (PECL ssh2 >= 0.9.0) ssh2_sftp_lstat — シンボ ... リックリンクの情報を取得する 説明 ssh2_sftp_lstat ( resource $sftp , string $path ): array リン ... ンボリックリンクの情報を取得します。 この関数は ssh2.sftp:// ラッパーを使用した場合の lstat() 関数と同様です ... 。 戻り値も同じです。 パラメータ sftp ssh2_sftp() でオープンした SSH2 SFTP リソース。 pa ...
https://man.plustar.jp/php/function.ssh2-sftp-lstat.html - [similar]
ファイルのモードを変更する 9805
« ssh2_send_eof ssh2_sftp_lstat » PHP Manual SSH2 関数 ファイルのモードを変更する ssh2_sftp_chmo ... d (PECL ssh2 >= 0.12) ssh2_sftp_chmod — ファイルのモードを変更する 説明 ssh2_sftp_ ... chmod ( resource $sftp , string $filename , int $mode ): bool 指定したファ ... イルのモードの mode への変更を試みます。 パラメータ sftp SSH2 SFTP リソース。 ssh2_sftp() で開いたもの。 fi ... ssword ( $connection , 'username' , 'password' ); $sftp = ssh2_sftp ( $connection ); ssh2_sftp_chmod ( $sf ...
https://man.plustar.jp/php/function.ssh2-sftp-chmod.html - [similar]
リモートファイルシステム上のファイルの情報を取得する 9805
« ssh2_sftp_rmdir ssh2_sftp_symlink » PHP Manual SSH2 関数 リモートファイルシステム上のファイルの ... 情報を取得する ssh2_sftp_stat (PECL ssh2 >= 0.9.0) ssh2_sftp_stat — リモート ... ァイルシステム上のファイルの情報を取得する 説明 ssh2_sftp_stat ( resource $sftp , string $path ): array シン ... テム上のファイルの情報を取得します。 この関数は ssh2.sftp:// ラッパーを使用した場合の stat() 関数と同様です。 ... 返される値も同じです。 パラメータ sftp ssh2_sftp() でオープンした SSH2 SFTP リソース。 pa ...
https://man.plustar.jp/php/function.ssh2-sftp-stat.html - [similar]
ファイルを削除する 9805
« ssh2_sftp_symlink ssh2_sftp » PHP Manual SSH2 関数 ファイルを削除する ssh2_sftp_unlink (PECL s ... sh2 >= 0.9.0) ssh2_sftp_unlink — ファイルを削除する 説明 ssh2_sftp_unlink ... ( resource $sftp , string $filename ): bool リモートファイルシステム ... 上のファイルを削除します。 パラメータ sftp ssh2_sftp() でオープンした SSH2 SFTP リソース。 fi ... ssword ( $connection , 'username' , 'password' ); $sftp = ssh2_sftp ( $connection ); ssh2_sftp_unlink ( $s ...
https://man.plustar.jp/php/function.ssh2-sftp-unlink.html - [similar]
リモートファイルを改名する 9788
« ssh2_sftp_realpath ssh2_sftp_rmdir » PHP Manual SSH2 関数 リモートファイルを改名する ssh2_sftp ... _rename (PECL ssh2 >= 0.9.0) ssh2_sftp_rename — リモートファイルを改名する 説明 ssh2_sftp ... _rename ( resource $sftp , string $from , string $to ): bool リモートファイ ... ルシステム上のファイルを改名します。 パラメータ sftp ssh2_sftp() でオープンした SSH2 SFTP リソース。 fr ... true を、失敗した場合に false を返します。 例 例1 sftp 経由でのファイルの改名 <?php $connection = ssh2_co ...
https://man.plustar.jp/php/function.ssh2-sftp-rename.html - [similar]
シンボリックリンクのターゲットを返す 9754
« ssh2_sftp_mkdir ssh2_sftp_realpath » PHP Manual SSH2 関数 シンボリックリンクのターゲットを返す ... ssh2_sftp_readlink (PECL ssh2 >= 0.9.0) ssh2_sftp_readlink — ... シンボリックリンクのターゲットを返す 説明 ssh2_sftp_readlink ( resource $sftp , string $link ): string ... ンボリックリンクのターゲットを返します。 パラメータ sftp ssh2_sftp() でオープンした SSH2 SFTP リソース。 li ... ssword ( $connection , 'username' , 'password' ); $sftp = ssh2_sftp ( $connection ); $target = ssh2_sftp_r ...
https://man.plustar.jp/php/function.ssh2-sftp-readlink.html - [similar]
PREV 1 2 NEXT