検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 57 for shell (0.014 sec.)
コマンドライン引数のリストからオプションを取得する 8076
« getmyuid getrusage » PHP Manual PHP オプション/情報 関数 コマンドライン引数のリストからオプショ ... ns = getopt ( "f:hp:" ); var_dump ( $options ); ?> shell> php example.php -fvalue -h 上の例の出力は以下とな ... shortopts , $longopts ); var_dump ( $options ); ?> shell> php example.php -f "value for f" -v -a --required ... ions = getopt ( "abc" ); var_dump ( $options ); ?> shell> php example.php -aaac 上の例の出力は以下となります ... e ( $argv , $rest_index ); var_dump ( $pos_args ); shell> php example.php -a 1 -b 2 -- test 上の例の出力は以 ...
https://man.plustar.jp/php/function.getopt.html - [similar]
指定した名前のユーザーに関する情報を返す 8076
« posix_getppid posix_getpwuid » PHP Manual POSIX 関数 指定した名前のユーザーに関する情報を返す ... ーのホームディレクトリへの絶対パスが含まれています。 shell shell 要素には、ユーザーのデフォルトシェルの実行フ ... d] => 42 [gecos] => "tom,,," [dir] => "/home/tom" [shell] => "/bin/bash" ) 参考 posix_getpwuid() - 指定 ID ...
https://man.plustar.jp/php/function.posix-getpwnam.html - [similar]
SFTP サブシステムを初期化する 7871
« ssh2_sftp_unlink ssh2_shell » PHP Manual SSH2 関数 SFTP サブシステムを初期化する ssh2_sftp (PE ... ァイルのオープン <?php $connection = ssh2_connect ( 'shell.example.com' , 22 ); ssh2_auth_password ( $connect ...
https://man.plustar.jp/php/function.ssh2-sftp.html - [similar]
リモートサーバーを経由するトンネルをオープンする 7871
« ssh2_shell Stomp » PHP Manual SSH2 関数 リモートサーバーを経由するトンネルをオープンする ssh2_ ... ンネルのオープン <?php $connection = ssh2_connect ( 'shell.example.com' , 22 ); ssh2_auth_pubkey_file ( $conn ...
https://man.plustar.jp/php/function.ssh2-tunnel.html - [similar]
リモートサーバー上でコマンドを実行する 7665
« ssh2_disconnect ssh2_fetch_stream » PHP Manual SSH2 関数 リモートサーバー上でコマンドを実行する ... コマンドの実行 <?php $connection = ssh2_connect ( 'shell.example.com' , 22 ); ssh2_auth_password ( $connect ... 参考 ssh2_connect() - SSH サーバーに接続する ssh2_shell() - 対話式のシェルを要求する ssh2_tunnel() - リモー ...
https://man.plustar.jp/php/function.ssh2-exec.html - [similar]
Microsoft Windows のコマンドラインでの PHP 7460
« ソースからのビルド Apache 2.x (Microsoft Windows 用) » PHP Manual Windows システムへのインス ... xe,0" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\phpfile\shell] @="Open" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\php ... file\shell\Open] @="&Open" [HKEY_LOCAL_MACHINE\SOFTWARE\Class ... es\phpfile\shell\Open\command] @="\"C:\\php\\php.exe\" -f \"%1\" -- ...
https://man.plustar.jp/php/install.windows.commandline.html - [similar]
Secure Shell2 7254
« AddressInfo はじめに » PHP Manual その他のサービス Secure Shell2 Secure Shell2 はじめに インス ... する ssh2_sftp — SFTP サブシステムを初期化する ssh2_shell — 対話式のシェルを要求する ssh2_tunnel — リモートサ ... トンネルをオープンする 関連キーワード: sftp , 認証 , Shell , Secure , リモート , auth , publickey , サーバー ...
https://man.plustar.jp/php/book.ssh2.html - [similar]
はじめに 6946
« プログラムの実行 インストール/設定 » PHP Manual プログラムの実行 はじめに はじめに 以下の関数は ... ばなりません。 唯一の例外は、 proc_open() を bypass_shell オプションつきでコールする場合です。 関連キーワード ...
https://man.plustar.jp/php/intro.exec.html - [similar]
ファイルを削除する 6843
« ssh2_sftp_symlink ssh2_sftp » PHP Manual SSH2 関数 ファイルを削除する ssh2_sftp_unlink (PECL s ... ファイルの削除 <?php $connection = ssh2_connect ( 'shell.example.com' , 22 ); ssh2_auth_password ( $connect ...
https://man.plustar.jp/php/function.ssh2-sftp-unlink.html - [similar]
SSH の認証を、ssh agent を使って行う 6725
« SSH2 関数 ssh2_auth_hostbased_file » PHP Manual SSH2 関数 SSH の認証を、ssh agent を使って行う ... ent による認証 <?php $connection = ssh2_connect ( 'shell.example.com' , 22 ); if ( ssh2_auth_agent ( $conne ...
https://man.plustar.jp/php/function.ssh2-auth-agent.html - [similar]
PREV 1 2 3 4 5 6 NEXT