検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 21 for cfg (0.004 sec.)
PHP 設定オプションの値を取得する 11670
« gc_status get_current_user » PHP Manual PHP オプション/情報 関数 PHP 設定オプションの値を取得す ... る get_cfg_var (PHP 4, PHP 5, PHP 7, PHP 8) get_cfg_var — PHP ... 設定オプションの値を取得する 説明 get_cfg_var ( string $option ): string | array | false PHP ... 設定ファイル を使用しているかどうかを確認するには、cfg_file_path の設定値を取得してみてください。 この値が ... 得る 関連キーワード: 設定 , 取得 , 値 , オプション , cfg , option , 情報 , var , 関数 , string ...
https://man.plustar.jp/php/function.get-cfg-var.html - [similar]
Constructs EventBase object 11095
« EventBase EventBase::dispatch » PHP Manual EventBase Constructs EventBase object EventBase::__ ... 説明 public EventBase::__construct ( EventConfig $cfg = ? ) Constructs EventBase object パラメータ cfg O ... EventBase , Constructs , construct , EventConfig , cfg , dispatch , event , public , パラメータ , Optiona ...
https://man.plustar.jp/php/eventbase.construct.html - [similar]
Enters a required event method feature that the application demands 10909
« EventConfig::__construct EventConfig::setFlags » PHP Manual EventConfig Enters a required even ... 例1 EventConfig::requireFeatures() example <?php $cfg = new EventConfig (); // Create event_base associa ... ted with the config $base = new EventBase ( $cfg ); // Require FDS feature if ( $cfg -> requireFeat ... ture is now requried\n" ; $base = new EventBase ( $cfg ); ( $base -> getFeatures () & EventConfig :: FEAT ...
https://man.plustar.jp/php/eventconfig.requirefeatures.html - [similar]
Phar アーカイブの使用法: 導入 10520
« Phar アーカイブの使用法 Phar アーカイブの使用法: phar ストリームラッパー » PHP Manual Phar アー ... 0; /* Server localhost (config:root) [1] */ $i++; $cfg[\'Servers\'][$i][\'host\'] = \'localhost\'; $cfg[\ ... 'Servers\'][$i][\'extension\'] = \'mysqli\'; $cfg[\'Servers\'][$i][\'connect_type\'] = \'tcp\'; $cfg ... [\'Servers\'][$i][\'compress\'] = false; $cfg[\'Servers\'][$i][\'auth_type\'] = \'config\'; $cfg ... [\'Servers\'][$i][\'user\'] = \'root\'; $cfg[\'Servers\'][$i][\'password\'] = \'\'; /* サーバー ...
https://man.plustar.jp/php/phar.using.intro.html - [similar]
Constructs EventConfig object 10232
« EventConfig::avoidMethod EventConfig::requireFeatures » PHP Manual EventConfig Constructs Even ... truct() example <?php // Avoiding "select" method $cfg = new EventConfig (); if ( $cfg -> avoidMethod ( " ... ssociated with the config $base = new EventBase ( $cfg ); /* Now $base is configured to avoid select back ...
https://man.plustar.jp/php/eventconfig.construct.html - [similar]
Returns event method in use 10148
« EventBase::getFeatures EventBase::getTimeOfDayCached » PHP Manual EventBase Returns event meth ... end). 例 例1 EventBase::getMethod() example <?php $cfg = new EventConfig (); if ( $cfg -> avoidMethod ( " ... ssociated with the config $base = new EventBase ( $cfg ); echo "Event method used: " , $base -> getMethod ...
https://man.plustar.jp/php/eventbase.getmethod.html - [similar]
Returns bitmask of features supported 9860
« EventBase::free EventBase::getMethod » PHP Manual EventBase Returns bitmask of features suppor ... tures() example <?php // Avoiding "select" method $cfg = new EventConfig (); if ( $cfg -> avoidMethod ( " ... ct' method avoided\n" ; } $base = new EventBase ( $cfg ); echo "Features:\n" ; $features = $base -> getFe ...
https://man.plustar.jp/php/eventbase.getfeatures.html - [similar]
Tells libevent to avoid specific event method 8997
« EventConfig EventConfig::__construct » PHP Manual EventConfig Tells libevent to avoid specific ... 。 例 例1 EventConfig::avoidMethod() example <?php $cfg = new EventConfig (); if ( $cfg -> avoidMethod ( " ...
https://man.plustar.jp/php/eventconfig.avoidmethod.html - [similar]
構築時の問題 8997
« インストール PHP の使いかた » PHP Manual FAQ 構築時の問題 構築時の問題 本節は、構築時に発生する ... s 等にあります)、 以下の行を確認してください。 my $CFG_CFLAGS_SHLIB = ' '; # substituted via Makefile.tmp ... l my $CFG_LD_SHLIB = ' '; # substituted via Makefile.tmpl my ... $CFG_LDFLAGS_SHLIB = ' '; # substituted via Makefile.tm ... 思います。これを以下のように 変更してください。 my $CFG_CFLAGS_SHLIB = '-fpic -DSHARED_MODULE'; # substitu ...
https://man.plustar.jp/php/faq.build.html - [similar]
7560
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... echo $m , PHP_EOL ; } // Avoiding "select" method $cfg = new EventConfig (); if ( $cfg -> avoidMethod ( " ... ssociated with the config $base = new EventBase ( $cfg ); echo "Event method used: " , $base -> getMethod ... ot just sockets\n" ); // Require FDS feature if ( $cfg -> requireFeatures ( EventConfig :: FEATURE_FDS )) ... ture is now requried\n" ; $base = new EventBase ( $cfg ); ( $base -> getFeatures () & EventConfig :: FEAT ...
https://man.plustar.jp/php/event.examples.html - [similar]
PREV 1 2 3 NEXT