検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 511 for PATH (0.525 sec.)
設定 3755
« インストール PECL 拡張モジュールのインストール » PHP Manual FastCGI Process Manager (FPM) 設定 ... 受け入れるアドレス。 'ip.add.re.ss:port', 'port', '/path/to/unix/socket' 形式の構文が使えます。 このオプショ ... る内容は同じです。 デフォルト値: 未設定。 pm.status_path string FPM の情報ページ を見るための URI。この値は ... 報ページとは見なされません。 デフォルト値: なし ping.path string FPM のモニタリングページをコールするための ... 29, 7.1.17 および 7.2.5 から利用可能 prefix string path を評価する際に、 path の前につける prefix を指定し ...
https://man.plustar.jp/php/install.fpm.configuration.html - [similar]
実行時設定 3723
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... HP_INI_ALL sendmail_from NULL PHP_INI_ALL sendmail_path "/usr/sbin/sendmail -t -i" PHP_INI_SYSTEM PHP_INI_ ... (Windows環境のみ)。 このディレクティブは、 "Return-Path:" ヘッダも設定します。 sendmail_path string sendma ...
https://man.plustar.jp/php/mail.configuration.html - [similar]
Get Document By Id. Utilizes Solr Realtime Get (RTG) 3723
« SolrClient::__destruct SolrClient::getByIds » PHP Manual SolrClient Get Document By Id. Utiliz ... LR_SERVER_PASSWORD , 'port' => SOLR_SERVER_PORT , 'path' => SOLR_SERVER_PATH ); $client = new SolrClient ( ...
https://man.plustar.jp/php/solrclient.getbyid.html - [similar]
The Swoole\Http\Response class 3700
« Swoole\Http\Request::rawcontent Swoole\Http\Response::cookie » PHP Manual Swoole The Swoole\Ht ... string $value = ? , string $expires = ? , string $path = ? , string $domain = ? , string $secure = ? , st ... string $value = ? , string $expires = ? , string $path = ? , string $domain = ? , string $secure = ? , st ...
https://man.plustar.jp/php/class.swoole-http-response.html - [similar]
設定ファイル 3700
« 実行時設定 .user.ini ファイル » PHP Manual 実行時設定 設定ファイル 設定ファイル 設定ファイル ( ... ン、 リリース番号を表します。 これらのキーに IniFilePath の値が設定されていれば、最初に見つかった場所の php ... AL_MACHINE\SOFTWARE\WOW6432Node\PHP] にある IniFilePath の値 (Windows のみ)。 現在の作業ディレクトリ (CLI ... もしくはコンパイル時のオプション --with-config-file-path php-SAPI.ini (ここで SAPI は使用する SAPI 名。 たと ... s ; 文字列を二重引用符で括ることも可能です include_path = ".:/usr/local/lib/php" ; バックスラッシュは他の文 ...
https://man.plustar.jp/php/configuration.file.html - [similar]
3700
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... al window run: * * $ php unix-domain-listener.php [path-to-socket] * * 2) In another terminal window open ... $c = NULL ; } public function __construct ( $sock_path ) { $this -> base = new EventBase (); if (! $this ... vent base" ; exit( 1 ); } if ( file_exists ( $sock_path )) { unlink ( $sock_path ); } $this -> listener = ... ventListener :: OPT_REUSEABLE , - 1 , "unix: $sock_path " ); if (! $this -> listener ) { trigger_error ( " ...
https://man.plustar.jp/php/event.examples.html - [similar]
メッセージヘッダを読み込む 3700
« imap_header imap_headers » PHP Manual IMAP 関数 メッセージヘッダを読み込む imap_headerinfo (PH ... ます。 personal 、 adl 、 mailbox および host return_pathaddress - 完全な Return-Path: 行。最大 1024 文字。 ... return_path - Return-Path: 行から、次のプロパティを含むオブジェ ...
https://man.plustar.jp/php/function.imap-headerinfo.html - [similar]
セッションクッキーのパラメータを得る 3676
« session_gc session_id » PHP Manual セッション関数 セッションクッキーのパラメータを得る session ... います。 "lifetime" - クッキーの生存期間(lifetime) "path" - 情報が保存されている場所のパス "domain" - クッキ ... ました。 参考 session.cookie_lifetime session.cookie_path session.cookie_domain session.cookie_secure sessio ...
https://man.plustar.jp/php/function.session-get-cookie-params.html - [similar]
インストール手順 3676
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 この拡張モジュ ... が標準と異なる場合は、その場所を環境変数 LD_LIBRARY_PATH に指定しましょう。 そうすればリンカがライブラリを見 ... つけてくれるようになります。 $ export LD_LIBRARY_PATH=/opt/icu/lib PHP と ICU をデフォルトの場所にインス ...
https://man.plustar.jp/php/intl.installation.html - [similar]
Phar アーカイブオブジェクトを作成する 3676
« Phar::compressFiles Phar::convertToData » PHP Manual Phar Phar アーカイブオブジェクトを作成する ... stemIterator::SKIP_DOTS | FilesystemIterator::UNIX_PATHS , ? string $alias = null ) パラメータ filename 既 ... ::__construct() の例 <?php try { $p = new Phar ( '/path/to/my.phar' , FilesystemIterator :: CURRENT_AS_FIL ... これも動作します echo file_get_contents ( 'phar:///path/to/my.phar/example.txt' ); ?> 関連キーワード: Phar ...
https://man.plustar.jp/php/phar.construct.html - [similar]