検索

phrase: max: clip:
target: order:
Results of 481 - 490 of about 2375 for New (0.035 sec.)
Constructs EventConfig object 2336
« EventConfig::avoidMethod EventConfig::requireFeatures » PHP Manual EventConfig Constructs Even ... ) example <?php // Avoiding "select" method $cfg = new EventConfig (); if ( $cfg -> avoidMethod ( "select ... eate event_base associated with the config $base = new EventBase ( $cfg ); /* Now $base is configured to ...
https://man.plustar.jp/php/eventconfig.construct.html - [similar]
平面度を設定する 2336
« ps_setdash ps_setfont » PHP Manual PS 関数 平面度を設定する ps_setflat (PECL ps >= 1.1.0) ps_s ... リストのみが 記述されています。 パラメータ psdoc ps_new() が返す、postscript ファイルのリソース ID。 value ... setflat , 関数 , psdoc , 記述 , 成功 , リソース , new , パラメータ ...
https://man.plustar.jp/php/function.ps-setflat.html - [similar]
グレー値を設定する 2336
« ps_setfont ps_setlinecap » PHP Manual PS 関数 グレー値を設定する ps_setgray (PECL ps >= 1.1.0) ... で使われるグレー値を設定します。 パラメータ psdoc ps_new() が返す、postscript ファイルのリソース ID。 gray ... doc , パラメータ , 参考 , 失敗 , 成功 , リソース , new ...
https://man.plustar.jp/php/function.ps-setgray.html - [similar]
個人の単語リストを保持するファイルを設定する 2336
« pspell_config_mode pspell_config_repl » PHP Manual Pspell 関数 個人の単語リストを保持するファイ ... トファイルを設定します。個人の単語リストは、 pspell_new_config() をコールした後にロードされ、 標準的な単語 ... でもあります。 pspell_config_personal() は、 pspell_new_config() をコールする前に設定を行うために使用する必 ... "/var/dictionaries/custom.pws" ); $pspell = pspell_new_config ( $pspell_config ); pspell_check ( $pspell ...
https://man.plustar.jp/php/function.pspell-config-personal.html - [similar]
ヒストリを一覧表示する 2336
« readline_info readline_on_new_line » PHP Manual Readline 関数 ヒストリを一覧表示する readline_ ... 一覧 , list , history , 関数 , パラメータ , info , new , array ...
https://man.plustar.jp/php/function.readline-list-history.html - [similar]
ヒストリを読み込む 2336
« readline_on_new_line readline_redisplay » PHP Manual Readline 関数 ヒストリを読み込む readline ... , history , コマンド , 関数 , string , redisplay , new , パラメータ ...
https://man.plustar.jp/php/function.readline-read-history.html - [similar]
Run a single task and return a result [deprecated] 2336
« GearmanClient::data GearmanClient::doBackground » PHP Manual GearmanClient Run a single task a ... rting\n" ; # Create our client object. $gmclient = new GearmanClient (); # Add default server (localhost) ... rting\n" ; # Create our worker object. $gmworker = new GearmanWorker (); # Add default server (localhost) ... lient code # Create our client object. $gmclient = new GearmanClient (); # Add default server (localhost) ... rting\n" ; # Create our worker object. $gmworker = new GearmanWorker (); # Add default server (localhost) ...
https://man.plustar.jp/php/gearmanclient.do.html - [similar]
Run a single task and return a result 2336
« GearmanClient::doLowBackground GearmanClient::doStatus » PHP Manual GearmanClient Run a single ... rting\n" ; # Create our client object. $gmclient = new GearmanClient (); # Add default server (localhost) ... rting\n" ; # Create our worker object. $gmworker = new GearmanWorker (); # Add default server (localhost) ... lient code # Create our client object. $gmclient = new GearmanClient (); # Add default server (localhost) ... rting\n" ; # Create our worker object. $gmworker = new GearmanWorker (); # Add default server (localhost) ...
https://man.plustar.jp/php/gearmanclient.donormal.html - [similar]
名前空間の使用法: グローバル関数/定数への移行 2336
« グローバル空間 名前解決のルール » PHP Manual 名前空間 名前空間の使用法: グローバル関数/定数への ... \ C ; class Exception extends \ Exception {} $a = new Exception ( 'hi' ); // $a は A\B\C\Exception クラス ... のオブジェクトです $b = new \ Exception ( 'hi' ); // $b は Exception クラスのオ ... ブジェクトです $c = new ArrayObject ; // fatal error, class A\B\C\ArrayObj ...
https://man.plustar.jp/php/language.namespaces.fallback.html - [similar]
オブジェクトと参照 2336
« 遅延静的束縛 (Late Static Bindings) オブジェクトのシリアライズ » PHP Manual クラスとオブジェク ... ブジェクト <?php class A { public $foo = 1 ; } $a = new A ; $b = $a ; // $a と $b は同じ ID を持つコピーで ... <id> $b -> foo = 2 ; echo $a -> foo . "\n" ; $c = new A ; $d = & $c ; // $c と $d は参照です // ($c,$d) ... <id> $d -> foo = 2 ; echo $c -> foo . "\n" ; $e = new A ; function foo ( $obj ) { // ($obj) = ($e) = <id ...
https://man.plustar.jp/php/language.oop5.references.html - [similar]