検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 2375 for new (0.042 sec.)
Set Width 2875
« UI\Size::setHeight UI\Window » PHP Manual UI\Size Set Width UI\Size::setWidth (UI 0.9.9) UI\Si ... 説明 public UI\Size::setWidth ( float $size ) Set new Width パラメータ size The new Width 戻り値 関連キー ... ワード: Width , Set , Size , setWidth , size , new , setHeight , Window , public , float ...
https://man.plustar.jp/php/ui-size.setwidth.html - [similar]
署名済みの公開鍵とチャレンジから、有効なPEMフォーマットの公開鍵をエクスポートす... 2853
« openssl_spki_export_challenge openssl_spki_new » PHP Manual OpenSSL 関数 署名済みの公開鍵とチャ ... 場合は NULL になります。 <?php $pkey = openssl_pkey_new ( 'secret password' ); $spkac = openssl_spki_new ( ... challenge string" keytype="RSA"> 参考 openssl_spki_new() - 署名された公開鍵とチャレンジを新規に作成する o ... 利用可能なダイジェスト・メソッドを取得 openssl_csr_new() - CSR を作成する openssl_csr_sign() - CSRに他の証 ... レンジ , 署名 , spki , PEM , フォーマット , export , new , 作成 , エラー , keygen ...
https://man.plustar.jp/php/function.openssl-spki-export.html - [similar]
Execute a database command 2853
« MongoDB\Driver\Manager::executeBulkWrite MongoDB\Driver\Manager::executeQuery » PHP Manual Mon ... eturning a single result document <?php $manager = new MongoDB \ Driver \ Manager ( 'mongodb://localhost: ... 27017' ); $command = new MongoDB \ Driver \ Command ([ 'ping' => 1 ]); try ... with a command returning a cursor <?php $manager = new MongoDB \ Driver \ Manager ( "mongodb://localhost: ... 27017" ); $bulk = new MongoDB \ Driver \ BulkWrite ; $bulk -> insert ([ ...
https://man.plustar.jp/php/mongodb-driver-manager.executecommand.html - [similar]
以降のコール用の SOAP ヘッダを設定する 2853
« SoapClient::__setLocation SoapClient::__soapCall » PHP Manual SoapClient 以降のコール用の SOAP ... oapClient::__setSoapHeaders() の例 <?php $client = new SoapClient ( null , array( 'location' => "http://l ... p.php" , 'uri' => "http://test-uri/" )); $header = new SoapHeader ( 'http://soapinterop.org/echoheader/' ... null ); ?> 例2 複数のヘッダの設定 <?php $client = new SoapClient ( null , array( 'location' => "http://l ... //test-uri/" )); $headers = array(); $headers [] = new SoapHeader ( 'http://soapinterop.org/echoheader/' ...
https://man.plustar.jp/php/soapclient.setsoapheaders.html - [similar]
SoapServer コンストラクタ 2853
« SoapServer::addSoapHeader SoapServer::fault » PHP Manual SoapServer SoapServer コンストラクタ ... 例1 SoapServer::__construct() の例 <?php $server = new SoapServer ( "some.wsdl" ); $server = new SoapServ ... , array( 'soap_version' => SOAP_1_2 )); $server = new SoapServer ( "some.wsdl" , array( 'actor' => "http ... ://example.org/ts-tests/C" )); $server = new SoapServer ( "some.wsdl" , array( 'encoding' => 'I ... SO-8859-1' )); $server = new SoapServer ( null , array( 'uri' => "http://test-u ...
https://man.plustar.jp/php/soapserver.construct.html - [similar]
Set Height 2853
« UI\Size::of UI\Size::setWidth » PHP Manual UI\Size Set Height UI\Size::setHeight (UI 0.9.9) UI ... 説明 public UI\Size::setHeight ( float $size ) Set new Height パラメータ size The new Height 戻り値 関連キ ... ーワード: Height , Set , Size , setHeight , size , new , setWidth , public , float , パラメータ ...
https://man.plustar.jp/php/ui-size.setheight.html - [similar]
Constructs EventBufferEvent object 2831
« EventBufferEvent::connectHost EventBufferEvent::createPair » PHP Manual EventBufferEvent Const ... base Event base that should be associated with the new buffer event. socket May be created as a stream(no ... . */ 参考 EventBufferEvent::sslFilter() - Create a new SSL buffer event to send its data over another buf ... er event EventBufferEvent::sslSocket() - Creates a new SSL buffer event to send its data over an SSL on a ... lbacks , means , construct , callback , callable , new ...
https://man.plustar.jp/php/eventbufferevent.construct.html - [similar]
カーソルが新しい行に移動したことを readline に通知する 2831
« readline_list_history readline_read_history » PHP Manual Readline 関数 カーソルが新しい行に移動 ... したことを readline に通知する readline_on_new_line (PHP 5 >= 5.1.0, PHP 7, PHP 8) readline_on_ne ... 移動したことを readline に通知する 説明 readline_on_new_line (): void readline に、カーソルが新しい行に移動 ... 関連キーワード: カーソル , 移動 , 通知 , 行 , 関数 , new , history , パラメータ , 注意 , サポート ...
https://man.plustar.jp/php/function.readline-on-new-line.html - [similar]
Append Option 2831
« UI\Controls\EditableCombo UI\Controls\EditableCombo::getText » PHP Manual UI\Controls\Editable ... tableCombo::append ( string $text ) Shall append a new option to this Editable Combo パラメータ text The ... text for the new option 関連キーワード: Append , Option , Controls ... , EditableCombo , append , new , option , getText , public , string ...
https://man.plustar.jp/php/ui-controls-editablecombo.append.html - [similar]
基本的な VarnishAdmin の使用法 2831
« 例 基本的な VarnishStat の使用法 » PHP Manual 例 基本的な VarnishAdmin の使用法 基本的な Varni ... 2ad7ca" , VARNISH_CONFIG_TIMEOUT => 300 , ); $va = new VarnishAdmin ( $args ); try { if(! $va -> connect ... ()) { throw new VarnishException ( "Connection failed\n" ); } } ca ... ); exit( 3 ); } try { if(! $va -> auth ()) { throw new VarnishException ( "Auth failed\n" ); } } catch ( ... $"' ); if ( VARNISH_STATUS_OK != $status ) { throw new VarnishException ( "Ban method returned $status st ...
https://man.plustar.jp/php/varnish.example.admin.html - [similar]