検索

phrase: max: clip:
target: order:
Results of 501 - 510 of about 2375 for New (0.107 sec.)
Returns event method in use 2310
« EventBase::getFeatures EventBase::getTimeOfDayCached » PHP Manual EventBase Returns event meth ... 例 例1 EventBase::getMethod() example <?php $cfg = new EventConfig (); if ( $cfg -> avoidMethod ( "select ... eate event_base associated with the config $base = new EventBase ( $cfg ); echo "Event method used: " , $ ...
https://man.plustar.jp/php/eventbase.getmethod.html - [similar]
Send an HTML error message to the client 2310
« EventHttpRequest::removeHeader EventHttpRequest::sendReply » PHP Manual EventHttpRequest Send ... 00 ( $req ) { $req -> sendError ( 400 ); } $base = new EventBase (); $http = new EventHttp ( $base ); $ht ...
https://man.plustar.jp/php/eventhttprequest.senderror.html - [similar]
Constructs an EvTimer watcher object 2310
« EvTimer::again EvTimer::createStopped » PHP Manual EvTimer Constructs an EvTimer watcher objec ... reate and start timer firing after 2 seconds $w1 = new EvTimer ( 2 , 0 , function () { echo "2 seconds el ... ing each second // until we manually stop it $w2 = new EvTimer ( 2 , 1 , function ( $w ) { echo "is calle ... -> again (); Ev :: run ( Ev :: RUN_NOWAIT ); $w = new EvTimer ( 10 , 0 , function() {}); echo "Running a ...
https://man.plustar.jp/php/evtimer.construct.html - [similar]
Returns the minimum candidate epochs 2310
« fann_get_cascade_max_out_epochs fann_get_cascade_min_out_epochs » PHP Manual Fann 関数 Returns ... s to the candidates may be trained before adding a new candidate neuron. The default min candidate epochs ... fann , Returns , min , the , cand , 注意 , 関数 , new ...
https://man.plustar.jp/php/function.fann-get-cascade-min-cand-epochs.html - [similar]
Initiates a restore task in the service manager and returns immediately 2310
« ibase_query ibase_rollback_ret » PHP Manual Firebird/InterBase 関数 Initiates a restore task i ... to the (remote) database server. There it starts a new restore process. Therefore you won't get any respo ... up file is located. dest_db The path to create the new database on the server. You can also use database ... database server // Restore employee backup to the new emps.fdb database // Don't use any special argumen ...
https://man.plustar.jp/php/function.ibase-restore.html - [similar]
CSR をファイルにエクスポートする 2310
« openssl_cms_verify openssl_csr_export » PHP Manual OpenSSL 関数 CSR をファイルにエクスポートす ... => "example.com" , ); $private_key = openssl_pkey_new (array( "private_key_bits" => 2048 , "private_key_ ... e" => OPENSSL_KEYTYPE_RSA , )); $csr = openssl_csr_new ( $subject , $private_key , array( 'digest_alg' => ... ) - CSR を文字列としてエクスポートする openssl_csr_new() - CSR を作成する openssl_csr_sign() - CSRに他の証 ...
https://man.plustar.jp/php/function.openssl-csr-export-to-file.html - [similar]
CSR を文字列としてエクスポートする 2310
« openssl_csr_export_to_file openssl_csr_get_public_key » PHP Manual OpenSSL 関数 CSR を文字列と ... => "example.com" , ); $private_key = openssl_pkey_new (array( "private_key_bits" => 2048 , "private_key_ ... => 'sha256WithRSAEncryption' ); $csr = openssl_csr_new ( $subject , $private_key , $configargs ); openssl ... e() - CSR をファイルにエクスポートする openssl_csr_new() - CSR を作成する openssl_csr_sign() - CSRに他の証 ...
https://man.plustar.jp/php/function.openssl-csr-export.html - [similar]
CSR の公開鍵を返す 2310
« openssl_csr_export openssl_csr_get_subject » PHP Manual OpenSSL 関数 CSR の公開鍵を返す openss ... => "example.com" , ); $private_key = openssl_pkey_new (array( "private_key_bits" => 2048 , "private_key_ ... e" => OPENSSL_KEYTYPE_RSA , )); $csr = openssl_csr_new ( $subject , $private_key , array( 'digest_alg' => ... _get_subject() - CSR の subject を返す openssl_csr_new() - CSR を作成する openssl_pkey_get_details() - キ ...
https://man.plustar.jp/php/function.openssl-csr-get-public-key.html - [similar]
現在のパスを描画範囲として指定する 2310
« ps_circle ps_close_image » PHP Manual PS 関数 現在のパスを描画範囲として指定する ps_clip (PECL ... された内容は、見えなくなります。 パラメータ psdoc ps_new() が返す、postscript ファイルのリソース ID。 戻り値 ... ーワード: パス , 描画 , 範囲 , 指定 , clip , psdoc , new , 参考 , 失敗 , 成功 ...
https://man.plustar.jp/php/function.ps-clip.html - [similar]
変数の文字列表現を出力または返す 2310
« var_dump ウェブサービス » PHP Manual 変数操作 関数 変数の文字列表現を出力または返す var_export ... 以降で stdClass をエクスポートする <?php $person = new stdClass ; $person -> name = 'ElePHPant ElePHPants ... のエクスポート <?php class A { public $var ; } $a = new A ; $a -> var = 5 ; var_export ( $a ); ?> 上の例の ... static function __set_state ( $an_array ) { $obj = new A ; $obj -> var1 = $an_array [ 'var1' ]; $obj -> v ... ar2 = $an_array [ 'var2' ]; return $obj ; } } $a = new A ; $a -> var1 = 5 ; $a -> var2 = 'foo' ; eval( '$ ...
https://man.plustar.jp/php/function.var-export.html - [similar]