検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 34 for extensions (0.017 sec.)
spl_autoload 用のデフォルトの拡張子を登録し、それを返す 13916
« spl_autoload_call spl_autoload_functions » PHP Manual SPL 関数 spl_autoload 用のデフォルトの拡 ... 張子を登録し、それを返す spl_autoload_extensions (PHP 5 >= 5.1.0, PHP 7, PHP 8) spl_autoload_extens ... ォルトの拡張子を登録し、それを返す 説明 spl_autoload_extensions ( ? string $file_extensions = null ): string この関 ... スペースを入れるべきではありません。 パラメータ file_extensions null を指定した場合、現在の拡張子一覧をカンマ区切り ... 形式で返します。 変更履歴 バージョン 説明 8.0.0 file_extensions は、nullable になりました。 例 例1 spl_autoload_ex ...
https://man.plustar.jp/php/function.spl-autoload-extensions.html - [similar]
コンパイル/ロードされている全てのモジュールの名前を配列として返す 12526
« get_included_files get_magic_quotes_gpc » PHP Manual PHP オプション/情報 関数 コンパイル/ロード ... る全てのモジュールの名前を配列として返す get_loaded_extensions (PHP 4, PHP 5, PHP 7, PHP 8) get_loaded_extensions ... てのモジュールの名前を配列として返す 説明 get_loaded_extensions ( bool $zend_extensions = false ): array この関数は ... る全てのモジュールの名前を返します。 パラメータ zend_extensions Zend 拡張モジュールのみを返します。指定しない場合は ... 値 モジュール名の配列を返します。 例 例1 get_loaded_extensions() の例 <?php print_r ( get_loaded_extensions ()); ...
https://man.plustar.jp/php/function.get-loaded-extensions.html - [similar]
Building the MongoDB PHP Driver from source 9969
« Installing the MongoDB PHP Driver on Windows 実行時設定 » PHP Manual インストール手順 Building ... has been installed, similar to: Installing shared extensions: /usr/lib/php/extensions/debug-non-zts-20151012/ E ... | grep extension_dir extension_dir => /usr/lib/php/extensions/debug-non-zts-20151012 => /usr/lib/php/extensions/ ... driver , configure , installed , the , extension , extensions , system , version ...
https://man.plustar.jp/php/mongodb.installation.manual.html - [similar]
__autoload() のデフォルト実装 9810
« spl_autoload_unregister spl_classes » PHP Manual SPL 関数 __autoload() のデフォルト実装 spl_au ... 説明 spl_autoload ( string $class , ? string $file_extensions = null ): void この関数は、 __autoload() のデフォル ... スタンスを作成するクラス名 (および名前空間名)。 file_extensions デフォルトでは、クラス名を小文字にして .inc および ... をスローします。 変更履歴 バージョン 説明 8.0.0 file_extensions は、nullable になりました。 関連キーワード: autolo ... ad , 実装 , デフォルト , file , extensions , クラス , 関数 , string , パラメータ , コール ...
https://man.plustar.jp/php/function.spl-autoload.html - [similar]
インストール手順 9650
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 The FANN PHP ... hat looks something like: Installing '/usr/lib/php/extensions/no-debug-non-zts-20060613/fann.so' Make sure that ... | grep extension_dir extension_dir => /usr/lib/php/extensions/no-debug-non-zts-20060613 => /usr/lib/php/extensio ... sion , Installation , install , zts , from , usr , extensions ...
https://man.plustar.jp/php/fann.installation.html - [similar]
IntlChar クラス 8803
« idn_to_utf8 IntlChar::charAge » PHP Manual intl IntlChar クラス IntlChar クラス (PHP 7, PHP 8) ... Y_STRING_LIMIT = 16398 ; const int PROPERTY_SCRIPT_EXTENSIONS = 28672 ; const int PROPERTY_OTHER_PROPERTY_START ... DE_LATIN_EXTENDED_B = 4 ; const int BLOCK_CODE_IPA_EXTENSIONS = 5 ; const int BLOCK_CODE_SPACING_MODIFIER_LETTER ... ORS = 106 ; const int BLOCK_CODE_KATAKANA_PHONETIC_EXTENSIONS = 107 ; const int BLOCK_CODE_VARIATION_SELECTORS = ... HMER_SYMBOLS = 113 ; const int BLOCK_CODE_PHONETIC_EXTENSIONS = 114 ; const int BLOCK_CODE_MISCELLANEOUS_SYMBOLS ...
https://man.plustar.jp/php/class.intlchar.html - [similar]
実行時に PHP 拡張モジュールをロードする 8643
« cli_set_process_title extension_loaded » PHP Manual PHP オプション/情報 関数 実行時に PHP 拡張 ... て、ディレクトリのデフォルトは <install-dir>/lib/php/extensions/ <debug-or-not>-<zts-or-not>-ZEND_MODULE_API_NO と ... なる。 例: /usr/local/php/lib/php/extensions/debug-non-zts-20010901 または /usr/local/php/lib/p ... hp/extensions/no-debug-zts-20010901 . 戻り値 成功した場合に true ... ード , 実行 , extension , プラットフォーム , debug , extensions , zts , sockets ...
https://man.plustar.jp/php/function.dl.html - [similar]
すべての登録済み __autoload() 関数を返す 8484
« spl_autoload_extensions spl_autoload_register » PHP Manual SPL 関数 すべての登録済み __autoloa ... ad , 関数 , 登録 , functions , パラメータ , 配列 , extensions , register , array , 取得 ...
https://man.plustar.jp/php/function.spl-autoload-functions.html - [similar]
Architecture Overview 8484
« Driver Architecture and Internals Connections » PHP Manual Driver Architecture and Internals A ... GridFS' collections – and thanks to our low level extensions, we will – shifting this API to PHP is win-win. Ea ... refer to stick to the no-frills API offered by the extensions, or create their own high-level abstraction (akin ... MongoDB ODM will likely also sit directly atop the extensions. While we will continue to maintain and support th ...
https://man.plustar.jp/php/mongodb.overview.html - [similar]
要求されたクラスを読み込むために、すべての登録済みの __autoload() 関数を試す 8404
« iterator_to_array spl_autoload_extensions » PHP Manual SPL 関数 要求されたクラスを読み込むため ... oad , 関数 , クラス , 登録 , 要求 , call , array , extensions , string , 手動 ...
https://man.plustar.jp/php/function.spl-autoload-call.html - [similar]
PREV 1 2 3 4 NEXT