Results of 1 - 10 of about 13 for putenv (0.001 sec.)
- 環境変数の値を設定する 13636
- « phpversion restore_include_path » PHP Manual PHP オプション/情報 関数 環境変数の値を設定する putenv
...
utenv (PHP 4, PHP 5, PHP 7, PHP 8) putenv — 環境変数の値を設定する 説明 putenv ( string $ass ...
合に false を返します。 例 例1 環境変数の設定 <?php putenv ( "UNIQID= $uniqid " ); ?> 参考 getenv() - 環境変数 ...
セスの環境変数を設定する 関連キーワード: 設定 , 値 , putenv , assignment , リクエスト , path , は元 , setenv , ...
-
https://man.plustar.jp/php/function.putenv.html
- [similar]
- 環境変数の値を取得する 11789
- « get_resources getlastmod » PHP Manual PHP オプション/情報 関数 環境変数の値を取得する getenv (
...
数の名前。 local_only true に設定すると、(OS または putenv により設定された) ローカルの環境変数のみを返します ...
REMOTE_ADDR' ]; // SAPI により設定されたか、または putenv により変更されたかどうかを無視して // 環境変数の値 ...
の場合、 同じ名前のローカル環境変数を設定するために putenv() が使用されても、 この関数は SAPI により設定された ...
、 local_only パラメーターを使用してください。 参考 putenv() - 環境変数の値を設定する apache_getenv() - Apach ...
-
https://man.plustar.jp/php/function.getenv.html
- [similar]
- 現在のドメインのメッセージを参照する 9325
- « dngettext ngettext » PHP Manual Gettext 関数 現在のドメインのメッセージを参照する gettext (PHP
...
gettext() のチェック <?php // ドイツ語に設定します putenv ( 'LC_ALL=de_DE' ); setlocale ( LC_ALL , 'de_DE' ) ...
注意 : 言語を設定するだけではだめなシステムもあり、 putenv() を使って正しいロケールを定義しなければなりません ...
-
https://man.plustar.jp/php/function.gettext.html
- [similar]
- include_path 設定オプションの値を元に戻す 8305
- « putenv set_include_path » PHP Manual PHP オプション/情報 関数 include_path 設定オプションの値を
...
-
https://man.plustar.jp/php/function.restore-include-path.html
- [similar]
- GnuPG 関数 8093
- « テキストへの署名 gnupg_adddecryptkey » PHP Manual GnuPG GnuPG 関数 GnuPG 関数 注意 この拡張モジ
...
リングへのパスを格納します。その詳細な方法については putenv を参照ください。 キーを特定する設定項目を必要とする ...
-
https://man.plustar.jp/php/ref.gnupg.html
- [similar]
- 現在の PHP バージョンを取得する 8005
- « phpinfo putenv » PHP Manual PHP オプション/情報 関数 現在の PHP バージョンを取得する phpversio
...
-
https://man.plustar.jp/php/function.phpversion.html
- [similar]
- インストール手順 8005
- « 要件 テスト » PHP Manual インストール/設定 インストール手順 インストール手順 OCI8 とともに PHP
...
ることを 確認してください。 注意 : PHP スクリプトで putenv() を使って Oracle の環境変数を 設定しないでください ...
リがロードされて 初期化されるかもしれないからです。 putenv() で変数を設定すると、コンフリクト、クラッシュ、 ま ...
-
https://man.plustar.jp/php/oci8.installation.html
- [similar]
- PHP オプションと情報 7900
- « output_reset_rewrite_vars はじめに » PHP Manual PHP の振る舞いの変更 PHP オプションと情報 PHP
...
力する phpversion — 現在の PHP バージョンを取得する putenv — 環境変数の値を設定する restore_include_path — in ...
-
https://man.plustar.jp/php/book.info.html
- [similar]
- FreeType 2 によるフォントを用いてイメージにテキストを描画する 7900
- « imageftbbox imagegammacorrect » PHP Manual GD および Image 関数 FreeType 2 によるフォントを用い
...
回避できます。 <?php // GD 用の環境変数を設定します putenv ( 'GDFONTPATH=' . realpath ( '.' )); // 使用するフ ...
-
https://man.plustar.jp/php/function.imagefttext.html
- [similar]
- TypeType フォントを使用したテキストの bounding box を生成する 7900
- « imagetruecolortopalette imagettftext » PHP Manual GD および Image 関数 TypeType フォントを使用
...
を軽減できるでしょう。 <?php // GD の環境変数を設定 putenv ( 'GDFONTPATH=' . realpath ( '.' )); // 使用される ...
-
https://man.plustar.jp/php/function.imagettfbbox.html
- [similar]