Results of 1 - 10 of about 60 for Require (0.001 sec.)
- include または require で読み込まれたファイルの名前を配列として返す 14265
- « get_include_path get_loaded_extensions » PHP Manual PHP オプション/情報 関数 include または require
... PHP 7, PHP 8) get_included_files — include または require で読み込まれたファイルの名前を配列として返す 説明 ... (): array この関数は、 include 、 include_once 、 require あるいは require_once によりスクリプトにロードされ ... す include 'test1.php' ; include_once 'test2.php' ; require 'test3.php' ; require_once 'test4.php' ; $included ... 参考 include - include include_once - include_once require - require require_once - require_once get_required ...
-
https://man.plustar.jp/php/function.get-included-files.html
- [similar]
- require_once 11372
- « include include_once » PHP Manual 制御構造 require_once require_once (PHP 4, PHP 5, PHP 7, PHP
... 8) require_once 式は require とほぼ同じ意味ですが、 ファイルが ...
-
https://man.plustar.jp/php/function.require-once.html
- [similar]
- Require field matching during highlighting 10819
- « SolrQuery::setHighlightRegexSlop SolrQuery::setHighlightSimplePost » PHP Manual SolrQuery Require
... atching during highlighting SolrQuery::setHighlightRequireFieldMatch (PECL solr >= 0.9.2) SolrQuery::setHighl ... ightRequireFieldMatch — Require field matching during highligh ... ting 説明 public SolrQuery::setHighlightRequireFieldMatch ( bool $flag ): SolrQuery If true , then ... return value is used. 関連キーワード: SolrQuery , Require , highlighting , during , RequireFieldMatch , flag ...
-
https://man.plustar.jp/php/solrquery.sethighlightrequirefieldmatch.html
- [similar]
- require 10281
- « return include » PHP Manual 制御構造 require require (PHP 4, PHP 5, PHP 7, PHP 8) require は i
...
-
https://man.plustar.jp/php/function.require.html
- [similar]
- Using the PHP Library for MongoDB (PHPLIB) 9888
- « Tutorials Application Performance Monitoring (APM) » PHP Manual Tutorials Using the PHP Librar
... ebsite. Install the library by running: $ composer require mongodb/mongodb It will output something akin to: ... ckage information Updating dependencies (including require-dev) - Installing mongodb/mongodb (1.0.0) Download ... rary and any other dependencies your project might require. Using the PHP Library In addition to managing you ... // This path should point to Composer's autoloader require 'vendor/autoload.php' ; With this done, you can no ...
-
https://man.plustar.jp/php/mongodb.tutorial.library.html
- [similar]
- 実行時設定 9496
- « インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定
... 変更可能 変更履歴 phar.readonly "1" PHP_INI_ALL phar.require_hash "1" PHP_INI_ALL phar.cache_list "" PHP_INI_SY ... ことはできますが、無効にすることはできません。 phar.require_hash bool このオプションを使用すると、署名つき (現 ... ィ上の理由により php.ini でしか解除できません。 phar.require_hash を php.ini で無効にした場合は、 ユーザーがスク ... リプト内で phar.require_hash の有効/無効を切りかえることができます。 phar. ...
-
https://man.plustar.jp/php/phar.configuration.html
- [similar]
- include 8798
- « require require_once » PHP Manual 制御構造 include include (PHP 4, PHP 5, PHP 7, PHP 8) includ
... たファイルを読み込み、評価します。 以下の記述内容は require にも当てはまります。 ファイルのインクルードは、指定 ... を見つけられない場合に E_WARNING を発行します。一方 require の場合は、同じ場合に E_ERROR を発行する点が異なりま ... す。 include と require は、 ファイルがアクセスできない場合、 最終的に E_W ... とそのファイルに含まれるコードは、 include もしくは require が実行された 行の 変数スコープ を継承します。 呼び ...
-
https://man.plustar.jp/php/function.include.html
- [similar]
- 制御構造 8550
- « 型演算子 はじめに » PHP Manual 言語リファレンス 制御構造 制御構造 目次 はじめに if else elseif
... foreach break continue switch match declare return require include require_once include_once goto 関連キーワー ...
-
https://man.plustar.jp/php/language.control-structures.html
- [similar]
- パーサトークンの一覧 8245
- « PHP 型の比較表 ユーザーレベルでの命名の手引き » PHP Manual 付録 パーサトークンの一覧 パーサトー
... クラスとオブジェクト (PHP 8.1.0 以降で利用可能) T_REQUIRE require() require T_REQUIRE_ONCE require_once() re ...
-
https://man.plustar.jp/php/tokens.html
- [similar]
- 定義済み定数 7925
- « リソース型 Yac » PHP Manual Yac 定義済み定数 定義済み定数 以下の定数が定義されています。 この関
... ALIZER_IGBINARY ( int ) Use igbinary as serializer(require --enable-igbinary) YAC_SERIALIZER_MSGPACK ( int ) ... Use msgpack as serializer(require --enable-msgpack) YAC_SERIALIZER ( string ) Which ...
-
https://man.plustar.jp/php/yac.constants.html
- [similar]