検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 2375 for new (0.040 sec.)
署名された公開鍵とチャレンジを新規に作成する 3325
« openssl_spki_export openssl_spki_verify » PHP Manual OpenSSL 関数 署名された公開鍵とチャレンジ ... を新規に作成する openssl_spki_new (PHP 5 >= 5.6.0, PHP 7, PHP 8) openssl_spki_new... 公開鍵とチャレンジを新規に作成する 説明 openssl_spki_new ( OpenSSLAsymmetricKey $private_key , string $chal ... private_key private_key には、事前に openssl_pkey_new() で作成した (もしくは他の openssl_pkey 関数で得た ... のリソースを受け入れていました。 例 例1 openssl_spki_new() の例 既定のダイジェスト (MD5) で、署名された公開 ...
https://man.plustar.jp/php/function.openssl-spki-new.html - [similar]
Add a new function, similar to create_function 3325
« runkit7_constant_remove runkit7_function_copy » PHP Manual runkit7 関数 Add a new function, si ... L runkit7 >= Unknown) runkit7_function_add — Add a new function, similar to create_function() 説明 runkit ... _redefine() - Replace a function definition with a new implementation runkit7_function_copy() - Copy a fu ... nction to a new function name runkit7_function_rename() - Change a ... finition runkit7_method_add() - Dynamically adds a new method to a given class 関連キーワード: function , ...
https://man.plustar.jp/php/function.runkit7-function-add.html - [similar]
基本的な使用法 3325
« 例 Imagick » PHP Manual 例 基本的な使用法 基本的な使用法 Imagick は、PHP による画像の操作を、 ... hp header ( 'Content-type: image/jpeg' ); $image = new Imagick ( 'image.jpg' ); // 幅あるいは高さに 0 を指 ... ての JPG ファイルのサムネイルの作成 <?php $images = new Imagick ( glob ( 'images/*.JPG' )); foreach( $imag ... 像の鏡像の作成 <?php /* 画像を読み込みます */ $im = new Imagick ( "test.png" ); /* 画像のサムネイルを作成し ... ; /* 画像の枠線を作成します */ $im -> borderImage (new ImagickPixel ( "white" ), 5 , 5 ); /* 画像をコピー ...
https://man.plustar.jp/php/imagick.examples-1.html - [similar]
Returns the new description for the server 3325
« MongoDB\Driver\Monitoring\ServerChangedEvent::getHost MongoDB\Driver\Monitoring\ServerChangedE ... B\Driver\Monitoring\ServerChangedEvent Returns the new description for the server MongoDB\Driver\Monitori ... ng\ServerChangedEvent::getNewDescription (mongodb >=1.13.0) MongoDB\Driver\Monit ... oring\ServerChangedEvent::getNewDescription — Returns the new description for the s ... c MongoDB\Driver\Monitoring\ServerChangedEvent::getNewDescription (): MongoDB\Driver\ServerDescription パ ...
https://man.plustar.jp/php/mongodb-driver-monitoring-serverchangedevent.getnewde... - [similar]
Returns the new description for the topology 3325
« MongoDB\Driver\Monitoring\TopologyChangedEvent MongoDB\Driver\Monitoring\TopologyChangedEvent: ... Driver\Monitoring\TopologyChangedEvent Returns the new description for the topology MongoDB\Driver\Monito ... ring\TopologyChangedEvent::getNewDescription (mongodb >=1.13.0) MongoDB\Driver\Monit ... oring\TopologyChangedEvent::getNewDescription — Returns the new description for the t ... MongoDB\Driver\Monitoring\TopologyChangedEvent::getNewDescription (): MongoDB\Driver\TopologyDescription ...
https://man.plustar.jp/php/mongodb-driver-monitoring-topologychangedevent.getnew... - [similar]
年月日時分秒の値を加え、新しいオブジェクトを返す 3303
« DateTimeImmutable DateTimeImmutable::__construct » PHP Manual DateTimeImmutable 年月日時分秒の ... table::add() の例 オブジェクト指向型 <?php $date = new DateTimeImmutable ( '2000-01-01' ); $newDate = $da ... te -> add (new DateInterval ( 'P10D' )); echo $newDate -> format ... DateTimeImmutable::add() の高度な例 <?php $date = new DateTimeImmutable ( '2000-01-01' ); $newDate = $da ... te -> add (new DateInterval ( 'PT10H30S' )); echo $newDate -> for ...
https://man.plustar.jp/php/datetimeimmutable.add.html - [similar]
データと添字の比較にコールバック関数を用い、 追加された添字の確認を含めて配列の... 3303
« array_udiff_assoc array_udiff » PHP Manual 配列 関数 データと添字の比較にコールバック関数を用い ... urn ( $a > $b )? 1 :- 1 ; } } $a = array( "0.1" => new cr ( 9 ), "0.5" => new cr ( 12 ), 0 => new cr ( 23 ... ), 1 => new cr ( 4 ), 2 => new cr (- 15 ),); $b = array( "0.2" ... => new cr ( 9 ), "0.5" => new cr ( 22 ), 0 => new cr ( 3 ... ), 1 => new cr ( 4 ), 2 => new cr (- 15 ),); $result = array_u ...
https://man.plustar.jp/php/function.array-udiff-uassoc.html - [similar]
イテレータの現在のエントリに関連づけるデータを設定する 3303
« SplObjectStorage::serialize SplObjectStorage::unserialize » PHP Manual SplObjectStorage イテレ ... 例 例1 SplObjectStorage::setInfo() の例 <?php $s = new SplObjectStorage (); $o1 = new StdClass ; $o2 = ne ... wind (); while( $s -> valid ()) { $s -> setInfo ( "new" ); $s -> next (); } var_dump ( $s [ $o1 ]); var_d ... の出力は、 たとえば以下のようになります。 string(3) "new" string(3) "new" 参考 SplObjectStorage::current() ... ータ , 設定 , setInfo , ストレージ , info , string , new , 要素 ...
https://man.plustar.jp/php/splobjectstorage.setinfo.html - [similar]
Constructs a new SyncSemaphore object 3303
« SyncSemaphore SyncSemaphore::lock » PHP Manual SyncSemaphore Constructs a new SyncSemaphore ob ... = 1.0.0) SyncSemaphore::__construct — Constructs a new SyncSemaphore object 説明 public SyncSemaphore::__ ... e will end up in an inconsistent state. 戻り値 The new SyncSemaphore object. エラー / 例外 An exception i ... emaphore::__construct() example <?php $semaphore = new SyncSemaphore ( "LimitedResource_2clients" , 2 ); ... キーワード: SyncSemaphore , semaphore , Constructs , new , construct , autounlock , named , initialval , ou ...
https://man.plustar.jp/php/syncsemaphore.construct.html - [similar]
Creates a new map using a callable to determine which pairs to include 3281
« Ds\Map::diff Ds\Map::first » PHP Manual Map Creates a new map using a callable to determine wh ... lter (PECL ds >= 1.0.0) Ds\Map::filter — Creates a new map using a callable to determine which pairs to i ... ilter ( callable $callback = ? ): Ds\Map Creates a new map using a callable to determine which pairs to i ... converting to boolean ) will be included. 戻り値 A new map containing all the pairs for which either the ... ter() example using callback function <?php $map = new \ Ds \ Map ([ "a" , "b" , "c" , "d" , "e" ]); var_ ...
https://man.plustar.jp/php/ds-map.filter.html - [similar]