検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 223 for [SIMILAR] 16 1024 4096 WITH 46384 escapeshellcmd... (0.340 sec.)
シェルによりコマンドを実行し、文字列として出力全体を返す 2814
« proc_terminate system » PHP Manual プログラム実行関数 シェルによりコマンドを実行し、文字列として出力全体を返す shell_exec (PHP 4, PHP 5, PHP 7, PHP 8) shell_exec — シェルによりコマンドを実行し、文字列として出力全体を返す 説明 shell_exec ( string $command ): string | false | null この関 ...
https://man.plustar.jp/php/function.shell-exec.html - [similar]
対話式のシェルを要求する 2814
« ssh2_sftp ssh2_tunnel » PHP Manual SSH2 関数 対話式のシェルを要求する ssh2_shell (PECL ssh2 >= 0.9.0) ssh2_shell — 対話式のシェルを要求する 説明 ssh2_shell ( resource $session , string $term_type = "vanilla" , ? array $env = null , int $width = 80 , int $height = 25 , int $width_height ...
https://man.plustar.jp/php/function.ssh2-shell.html - [similar]
他の SAPI との違い 2814
« はじめに オプション » PHP Manual コマンドラインの使用法 他の SAPI との違い 他の SAPI との違い CLI SAPI を他の SAPI と比べた時の 大きな違いを以下に示します。 CGI SAPI と異なり、ヘッダが出力されません。 CGI SAPI は HTTP ヘッダの出力を抑制する機能を 提供していますが、等価な機能は CLI SAPI ...
https://man.plustar.jp/php/features.commandline.differences.html - [similar]
Expect 関数 2814
« Expect の使用例 expect_expectl » PHP Manual Expect Expect 関数 Expect 関数 目次 expect_expectl — プロセスの出力がパターンに一致する・指定した時間が経過する・ あるいは EOF に達するのいずれかにあてはまるまで待ち続ける expect_popen — Bourne シェル経由でコマンドを実行し、プロセスへの PTY ス ...
https://man.plustar.jp/php/ref.expect.html - [similar]
システムプログラムの実行 0
« posix_uname はじめに » PHP Manual プロセス制御 システムプログラムの実行 システムプログラムの実行 はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 プログラム実行関数 escapeshellarg — シェル引数として使用される文字列をエスケープする escapeshellcmd — シェ ...
https://man.plustar.jp/php/book.exec.html - [similar]
プログラム実行関数 0
« 定義済み定数 escapeshellarg » PHP Manual プログラムの実行 プログラム実行関数 プログラム実行関数 注意 警告 ロックしてオープンしたファイル (特に、オープンしたセッション) は、プログラムをバックグラウンドで実行する前に閉じておく必要があります。 参考 以下の関数は、 バッククォート演算子 にも ...
https://man.plustar.jp/php/ref.exec.html - [similar]
正規表現文字をクオートする 0
« preg_match preg_replace_callback_array » PHP Manual PCRE 関数 正規表現文字をクオートする preg_quote (PHP 4, PHP 5, PHP 7, PHP 8) preg_quote — 正規表現文字をクオートする 説明 preg_quote ( string $str , ? string $delimiter = null ): string preg_quote() は、 str を引数とし、正規表現構文の ...
https://man.plustar.jp/php/function.preg-quote.html - [similar]
外部プログラムを実行し、出力を表示する 0
« shell_exec parallel » PHP Manual プログラム実行関数 外部プログラムを実行し、出力を表示する system (PHP 4, PHP 5, PHP 7, PHP 8) system — 外部プログラムを実行し、出力を表示する 説明 system ( string $command , int &$result_code = null ): string | false system() は、指定した command を実行 ...
https://man.plustar.jp/php/function.system.html - [similar]
外部プログラムを実行する 0
« escapeshellcmd passthru » PHP Manual プログラム実行関数 外部プログラムを実行する exec (PHP 4, PHP 5, PHP 7, PHP 8) exec — 外部プログラムを実行する 説明 exec ( string $command , array &$output = null , int &$result_code = null ): string | false exec() は指定されたコマンド command を実行 ...
https://man.plustar.jp/php/function.exec.html - [similar]
外部プログラムを実行し、未整形の出力を表示する 0
« exec proc_close » PHP Manual プログラム実行関数 外部プログラムを実行し、未整形の出力を表示する passthru (PHP 4, PHP 5, PHP 7, PHP 8) passthru — 外部プログラムを実行し、未整形の出力を表示する 説明 passthru ( string $command , int &$result_code = null ): ? bool passthru() 関数は exec() 関 ...
https://man.plustar.jp/php/function.passthru.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT