Results of 1 - 10 of about 223 for Include (0.001 sec.)
- include_path 設定オプションをセットする 10561
- « restore_include_path set_time_limit » PHP Manual PHP オプション/情報 関数 include_path 設定オプ
...
ションをセットする set_include_path (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) set_inc ...
lude_path — include_path 設定オプションをセットする 説明 set_include_p ...
ath ( string $include_path ): string | false include_path 設定オプション ...
値を、このスクリプト内でだけ変更します。 パラメータ include_path include_path の新しい値。 戻り値 成功した場合 ...
-
https://man.plustar.jp/php/function.set-include-path.html
- [similar]
- include_path 設定オプションの値を元に戻す 10177
- « putenv set_include_path » PHP Manual PHP オプション/情報 関数 include_path 設定オプションの値を
...
元に戻す restore_include_path (PHP 4 >= 4.3.0, PHP 5, PHP 7) restore_includ ...
e_path — include_path 設定オプションの値を元に戻す 警告 この関数は ...
の関数に頼らないことを強く推奨します。 説明 restore_include_path (): void include_path 設定値を php.ini でセッ ...
ありません。 戻り値 値を返しません。 例 例1 restore_include_path() の例 <?php echo get_include_path (); // .:/ ...
-
https://man.plustar.jp/php/function.restore-include-path.html
- [similar]
- 現在の include_path 設定オプションを取得する 9802
- « get_extension_funcs get_included_files » PHP Manual PHP オプション/情報 関数 現在の include_pa
...
th 設定オプションを取得する get_include_path (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) get_inc ...
lude_path — 現在の include_path 設定オプションを取得する 説明 get_include_pat ...
h (): string | false 現在の include_path 設定オプションを取得します。 パラメータ この関 ...
します。 失敗した場合に false を返します 例 例1 get_include_path() の例 <?php echo get_include_path (); // また ...
-
https://man.plustar.jp/php/function.get-include-path.html
- [similar]
- include 9605
- « require require_once » PHP Manual 制御構造 include include (PHP 4, PHP 5, PHP 7, PHP 8) include
...
指定されたパスから行います。パスを指定しない場合は、 include_path の設定を利用します。 ファイルが include_path ...
に見つからないときは、 include は呼び出し元スクリプトのディレクトリと現在の作業デ ...
ィレクトリも探します。 include は、ファイルを見つけられない場合に E_WARNING を発行 ...
合は、同じ場合に E_ERROR を発行する点が異なります。 include と require は、 ファイルがアクセスできない場合、 最 ...
-
https://man.plustar.jp/php/function.include.html
- [similar]
- include または require で読み込まれたファイルの名前を配列として返す 9304
- « get_include_path get_loaded_extensions » PHP Manual PHP オプション/情報 関数 include または re
...
e で読み込まれたファイルの名前を配列として返す get_included_files (PHP 4, PHP 5, PHP 7, PHP 8) get_included_f ...
iles — include または require で読み込まれたファイルの名前を配列と ...
して返す 説明 get_included_files (): array この関数は、 include 、 include_o ...
含む配列を返します。 最初にコールされたスクリプトは "include されたファイル" という扱いに なります。そのため、 ...
-
https://man.plustar.jp/php/function.get-included-files.html
- [similar]
- Determines what kind of parameters to include in the response 9116
- « SolrQuery::setEchoHandler SolrQuery::setExpand » PHP Manual SolrQuery Determines what kind of
...
parameters to include in the response SolrQuery::setEchoParams (PECL sol ...
EchoParams — Determines what kind of parameters to include in the response 説明 public SolrQuery::setEchoPara ...
ts Solr what kinds of Request parameters should be included in the response for debugging purposes, legal val ...
ues include: - none - don't include any request parameters for ...
-
https://man.plustar.jp/php/solrquery.setechoparams.html
- [similar]
- include_once 8316
- « require_once goto » PHP Manual 制御構造 include_once include_once (PHP 4, PHP 5, PHP 7, PHP 8)
...
include_once 命令は、スクリプトの実行時に指定 したファイル ...
を読み込み評価します。この動作は、 include 命令と似ていますが、ファイルからのコー ドが既に読み ...
再度読み込まれないという重要な違い があります。また、include_once は true を返します。その名が示す通り、ファイル ...
は一度しか読み込まれません。 include_once は、スクリプトの実行時に同じファイ ルが複数回 ...
-
https://man.plustar.jp/php/function.include-once.html
- [similar]
- バックトレースを表示する 8014
- « debug_backtrace error_clear_last » PHP Manual エラー処理関数 バックトレースを表示する debug_pr
...
は PHP バックトレースを 表示します。関数のコール、include / require されているファイル、 そして eval() された ...
debug_print_backtrace() の例 <?php // ファイル名: include.php function a () { b (); } function b () { c (); ...
// ファイル名: test.php // このファイルを実行する include 'include.php' ; ?> 上の例の出力は、 たとえば以下の ...
ようになります。 #0 c() called at [/tmp/include.php:10] #1 b() called at [/tmp/include.php:6] #2 a ...
-
https://man.plustar.jp/php/function.debug-print-backtrace.html
- [similar]
- Include the lower bound term in the result set 7859
- « SolrQuery::setTermsField SolrQuery::setTermsIncludeUpperBound » PHP Manual SolrQuery Include t
...
er bound term in the result set SolrQuery::setTermsIncludeLowerBound (PECL solr >= 0.9.2) SolrQuery::setTerms ...
IncludeLowerBound — Include the lower bound term in the result set 説明 public ...
SolrQuery::setTermsIncludeLowerBound ( bool $flag ): SolrQuery Include the lo ...
wer bound term in the result set. パラメータ flag Include the lower bound term in the result set 戻り値 Retu ...
-
https://man.plustar.jp/php/solrquery.settermsincludelowerbound.html
- [similar]
- インクルードパスに対してファイル名を解決する 7412
- « stream_register_wrapper stream_select » PHP Manual ストリーム 関数 インクルードパスに対してファ
...
イル名を解決する stream_resolve_include_path (PHP 5 >= 5.3.2, PHP 7, PHP 8) stream_resolve ...
_include_path — インクルードパスに対してファイル名を解決する ...
説明 stream_resolve_include_path ( string $filename ): string | false インクル ...
ードパスに対して filename を解決します。 fopen() / include と同じルールに従います。 パラメータ filename 解決す ...
-
https://man.plustar.jp/php/function.stream-resolve-include-path.html
- [similar]