検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 40 for loaded (0.004 sec.)
読み込まれた php.ini ファイルのパスを取得する 13573
« memory_get_usage php_ini_scanned_files » PHP Manual PHP オプション/情報 関数 読み込まれた php. ... ini ファイルのパスを取得する php_ini_loaded_file (PHP 5 >= 5.2.4, PHP 7, PHP 8) php_ini_loaded ... まれた php.ini ファイルのパスを取得する 説明 php_ini_loaded_file (): string | false php.ini ファイルが読み込ま ... まれていない場合に false を返します。 例 例1 php_ini_loaded_file() の例 <?php $inipath = php_ini_loaded_file ( ... ); if ( $inipath ) { echo 'Loaded php.ini: ' . $inipath ; } else { echo 'A php.ini f ...
https://man.plustar.jp/php/function.php-ini-loaded-file.html - [similar]
ある拡張機能がロードされているかどうかを調べる 11483
« dl gc_collect_cycles » PHP Manual PHP オプション/情報 関数 ある拡張機能がロードされているかどう ... かを調べる extension_loaded (PHP 4, PHP 5, PHP 7, PHP 8) extension_loaded — あ ... 能がロードされているかどうかを調べる 説明 extension_loaded ( string $extension ): bool 拡張モジュールがロード ... す。さもなければ false を返します。 例 例1 extension_loaded() の例 <?php if (! extension_loaded ( 'gd' )) { if ... (! dl ( 'gd.so' )) { exit; } } ?> 参考 get_loaded_extensions() - コンパイル/ロードされている全てのモ ...
https://man.plustar.jp/php/function.extension-loaded.html - [similar]
コンパイル/ロードされている全てのモジュールの名前を配列として返す 11405
« get_included_files get_magic_quotes_gpc » PHP Manual PHP オプション/情報 関数 コンパイル/ロード ... されている全てのモジュールの名前を配列として返す get_loaded_extensions (PHP 4, PHP 5, PHP 7, PHP 8) get_loaded ... いる全てのモジュールの名前を配列として返す 説明 get_loaded_extensions ( bool $zend_extensions = false ): arra ... 。 戻り値 モジュール名の配列を返します。 例 例1 get_loaded_extensions() の例 <?php print_r ( get_loaded_exten ... - あるモジュールの関数名を配列として返す extension_loaded() - ある拡張機能がロードされているかどうかを調べる ...
https://man.plustar.jp/php/function.get-loaded-extensions.html - [similar]
与えられたクラスの親クラスを返す 10125
« class_implements class_uses » PHP Manual SPL 関数 与えられたクラスの親クラスを返す class_paren ... ents ( 'bar' )); spl_autoload_register (); // 'not_loaded' クラスをロードするためにオートローディングを使用す ... る print_r ( class_parents ( 'not_loaded' , true )); ?> 上の例の出力は、 たとえば以下のよう ... oo ) Array ( [foo] => foo ) Array ( [parent_of_not_loaded] => parent_of_not_loaded ) 参考 class_implements() ... ワード: クラス , parents , autoload , Array , 関数 , loaded , not , 配列 , parent , implements ...
https://man.plustar.jp/php/function.class-parents.html - [similar]
指定したクラスが使っているトレイトを返す 10063
« class_parents iterator_apply » PHP Manual SPL 関数 指定したクラスが使っているトレイトを返す cl ... oad_register (); // オートローディングを使い、'not_loaded' クラスを読み込みます print_r ( class_uses ( 'not_ ... foo ) Array ( [foo] => foo ) Array ( [trait_of_not_loaded] => trait_of_not_loaded ) 参考 class_parents() - 与 ... uses , autoload , 配列 , Array , parents , 関数 , loaded , not ...
https://man.plustar.jp/php/function.class-uses.html - [similar]
与えられたクラスあるいはインターフェイスが実装しているインターフェイスを返す 9829
« SPL 関数 class_parents » PHP Manual SPL 関数 与えられたクラスあるいはインターフェイスが実装して ... ents ( 'bar' )); spl_autoload_register (); // 'not_loaded' クラスをロードするためにオートローディングを使用す ... る print_r ( class_implements ( 'not_loaded' , true )); ?> 上の例の出力は、 たとえば以下のよう ... ) Array ( [foo] => foo ) Array ( [interface_of_not_loaded] => interface_of_not_loaded ) 参考 class_parents() ... ments , 関数 , autoload , 配列 , Array , parents , loaded , not ...
https://man.plustar.jp/php/function.class-implements.html - [similar]
実行時に PHP 拡張モジュールをロードする 8940
« cli_set_process_title extension_loaded » PHP Manual PHP オプション/情報 関数 実行時に PHP 拡張 ... ュールが既に使用可能かどうかを調べるには、 extension_loaded() を使用します。 これは、組み込みのモジュールと ( ... よってロードするファイルを切り替える if (! extension_loaded ( 'sqlite' )) { if ( strtoupper ( substr ( PHP_OS ... または PHP_SHLIB_SUFFIX 定数を使用 if (! extension_loaded ( 'sqlite' )) { $prefix = ( PHP_SHLIB_SUFFIX === ' ... 拡張モジュール読み込み用のディレクティブ extension_loaded() - ある拡張機能がロードされているかどうかを調べる ...
https://man.plustar.jp/php/function.dl.html - [similar]
すべての既存ガベージサイクルを強制的に収集する 8269
« extension_loaded gc_disable » PHP Manual PHP オプション/情報 関数 すべての既存ガベージサイクル ... collect , cycles , 関数 , パラメータ , extension , loaded ...
https://man.plustar.jp/php/function.gc-collect-cycles.html - [similar]
Load Lua code into the Lua environment 8191
« LuaSandbox::loadBinary LuaSandbox::pauseUsageTimer » PHP Manual LuaSandbox Load Lua code into ... . パラメータ code Lua code. chunkName Name for the loaded chunk, for use in error traces. 戻り値 Returns a L ... <CODE return "Hello, world" CODE ); // Execute the loaded code var_dump ( $function -> call () ); ?> 上の例の ...
https://man.plustar.jp/php/luasandbox.loadstring.html - [similar]
Loads C declarations from a C header file 8113
« FFI::isNull FFI::memcmp » PHP Manual FFI Loads C declarations from a C header file FFI::load ( ... ossible to specify shared libraries that should be loaded, using special FFI_LIB defines in the loaded C hea ...
https://man.plustar.jp/php/ffi.load.html - [similar]
PREV 1 2 3 4 NEXT