検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 45 for env (0.001 sec.)
ENV 変数を取得する 13413
« Yaf_Request_Abstract::getControllerName Yaf_Request_Abstract::getException » PHP Manual Yaf_Re ... quest_Abstract ENV 変数を取得する Yaf_Request_Abstract::getEnv (Yaf > ... =1.0.0) Yaf_Request_Abstract::getEnvENV 変数を取得する 説明 public Yaf_Request_Abstr ... act::getEnv ( string $name , string $default = ? ): void ENV... st_Abstract::getParam 関連キーワード: 変数 , Yaf , ENV , 取得 , Request , getEnv , string , default , パラ ...
https://man.plustar.jp/php/yaf-request-abstract.getenv.html - [similar]
環境変数 11131
« $_SESSION $_COOKIE » PHP Manual 定義済の変数 環境変数 $_ENV (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP ... 8) $_ENV — 環境変数 説明 環境変数として現在のスクリプトに渡 ... 行されているかに関わらずここに含まれます。 例 例1 $_ENV の例 <?php echo 'My username is ' . $_ENV [ "USER" ... global $variable; とする必要はありません。 参考 getenv() - 環境変数の値を取得する filter 拡張モジュール 関 ... 連キーワード: 実行 , 変数 , ENV , スクリプト , シェル , モジュール , 定義 , グロー ...
https://man.plustar.jp/php/reserved.variables.environment.html - [similar]
Apache の subprocess_env 変数を取得する 10810
« apache_get_version apache_lookup_uri » PHP Manual Apache 関数 Apache の subprocess_env 変数を取 ... 得する apache_getenv (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) apache_geten ... v — Apache の subprocess_env 変数を取得する 説明 apache_getenv ( string $variab ... 数の値、失敗時は false を返します。 例 例1 apache_getenv() の例 この例は、Apache の環境変数 SERVER_ADDR をど ... に取得するかを示しています。 <?php $ret = apache_getenv ( "SERVER_ADDR" ); echo $ret ; ?> 上の例の出力は、 ...
https://man.plustar.jp/php/function.apache-getenv.html - [similar]
現在のプロセス空間で指定したプログラムを実行する 10703
« pcntl_errno pcntl_fork » PHP Manual PCNTL 関数 現在のプロセス空間で指定したプログラムを実行する ... tl_exec ( string $path , array $args = [] , array $env_vars = [] ): bool 指定した引数でプログラムを実行し ... gs args は、プログラムに渡す引数文字列の配列です。 env_vars env_vars は、プログラムに渡す環境変数の配列で ... 行 , プロセス , 空間 , 指定 , pcntl , args , vars , env , path ...
https://man.plustar.jp/php/function.pcntl-exec.html - [similar]
リモートサーバー上でコマンドを実行する 10274
« ssh2_disconnect ssh2_fetch_stream » PHP Manual SSH2 関数 リモートサーバー上でコマンドを実行する ... ssion , string $command , string $pty = ? , array $env = ? , int $width = 80 , int $height = 25 , int $wi ... ールによって取得した SSH 接続リンク ID。 command pty env env には、 対象となる環境で設定する名前/値のペアを ... , 実行 , サーバー , height , width , int , type , env , exec ...
https://man.plustar.jp/php/function.ssh2-exec.html - [similar]
対話式のシェルを要求する 10167
« ssh2_sftp ssh2_tunnel » PHP Manual SSH2 関数 対話式のシェルを要求する ssh2_shell (PECL ssh2 >= ... session , string $term_type = "vanilla" , ? array $env = null , int $width = 80 , int $height = 25 , int ... c/termcap に記載されたエントリの一つに相当します。 env env には、 対象の環境に設定する名前/値の組の連想配 ... , 要求 , type , height , width , リモート , int , env , ストリーム ...
https://man.plustar.jp/php/function.ssh2-shell.html - [similar]
データベースサーバーについての情報を要求する 8651
« ibase_rollback ibase_service_attach » PHP Manual Firebird/InterBase 関数 データベースサーバーに ... : " . ibase_server_info ( $service , IBASE_SVC_GET_ENV ) . "\n" ; echo "Server lock path: " . ibase_serve ... r_info ( $service , IBASE_SVC_GET_ENV_LOCK ) . "\n" ; echo "Server lib path: " . ibase_s ... erver_info ( $service , IBASE_SVC_GET_ENV_MSG ) . "\n" ; echo "Path of user db: " . ibase_se ...
https://man.plustar.jp/php/function.ibase-server-info.html - [similar]
コマンドを実行し、入出力用にファイルポインタを開く 8436
« proc_nice proc_terminate » PHP Manual プログラム実行関数 コマンドを実行し、入出力用にファイルポ ... , array &$pipes , ? string $cwd = null , ? array $env_vars = null , ? array $options = null ): resource ... ディレクトリ) を使用したい場合は null を指定します。 env_vars 実行するコマンドのための環境変数の配列。 現在 ... ファイルで、そこに書き込みます。 ); $cwd = '/tmp' ; $env = array( 'some_option' => 'aeiou' ); $process = pr ... _open ( 'php' , $descriptorspec , $pipes , $cwd , $env ); if ( is_resource ( $process )) { // $pipes はこ ...
https://man.plustar.jp/php/function.proc-open.html - [similar]
設定 8436
« インストール PECL 拡張モジュールのインストール » PHP Manual FastCGI Process Manager (FPM) 設定 ... デフォルト値: yes PHP 7.3.0 以降で利用可能。 clear_env bool FPM ワーカー内の環境をクリアする。 任意の環境 ... レースホルダ 説明 %C %CPU %d duration µs %e fastcgi env %f script %l content length %m method %M memory %n ... なりません。 例1 環境変数や PHP の設定をプールに渡す env[HOSTNAME] = $HOSTNAME env[PATH] = /usr/local/bin:/ ... usr/bin:/bin env[TMP] = /tmp env[TMPDIR] = /tmp env[TEMP] = /tmp ph ...
https://man.plustar.jp/php/install.fpm.configuration.html - [similar]
有効な証明書の格納場所を検索する 8222
« openssl_free_key openssl_get_cipher_methods » PHP Manual OpenSSL 関数 有効な証明書の格納場所を ... ng(21) "/usr/lib/ssl/cert.pem" ["default_cert_file_env"]=> string(13) "SSL_CERT_FILE" ["default_cert_dir" ... string(18) "/usr/lib/ssl/certs" ["default_cert_dir_env"]=> string(12) "SSL_CERT_DIR" ["default_private_di ...
https://man.plustar.jp/php/function.openssl-get-cert-locations.html - [similar]
PREV 1 2 3 4 5 NEXT