検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 2375 for new (0.050 sec.)
Construct a new device 2963
« ZMQDevice ZMQDevice::getIdleTimeout » PHP Manual ZMQDevice Construct a new device ZMQDevice::_ ... zmq >= 0.5.0) ZMQDevice::__construct — Construct a new device 説明 public ZMQDevice::__construct ( ZMQSoc ... t be started. 関連キーワード: device , Construct , new , ZMQDevice , a , devices , ZMQSocket , Usually , ...
https://man.plustar.jp/php/zmqdevice.construct.html - [similar]
wkhtmltox 2941
« gnupg_verify はじめに » PHP Manual テキスト以外の MIME 型 wkhtmltox wkhtmltox はじめに インスト ... on wkhtmltox\PDF\Converter::__construct — Create a new PDF converter wkhtmltox\PDF\Converter::convert — P ... class wkhtmltox\PDF\Object::__construct — Create a new PDF Object wkhtmltox\Image\Converter — wkhtmltox\I ... wkhtmltox\Image\Converter::__construct — Create a new Image converter wkhtmltox\Image\Converter::convert ... verter , Image , Object , conversion , construct , new , Create , クラス , 設定 ...
https://man.plustar.jp/php/book.wkhtmltox.html - [similar]
署名済みの公開鍵とチャレンジを検証する 2941
« openssl_spki_new openssl_verify » PHP Manual OpenSSL 関数 署名済みの公開鍵とチャレンジを検証す ... チャレンジを検証します。 <?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 , 検証 , verify , new , 作成 , エラー , export , keygen ...
https://man.plustar.jp/php/function.openssl-spki-verify.html - [similar]
Redefine an already defined constant 2941
« runkit7_constant_add runkit7_constant_remove » PHP Manual runkit7 関数 Redefine an already def ... fine ( string $constant_name , mixed $value , int $new_visibility = ? ): bool パラメータ constant_name Co ... s constant. value Value to assign to the constant. new_visibility The new visibility of the constant, for ... runkit , defined , already , Redefine , redefine , new , visibility , onstant , remove ...
https://man.plustar.jp/php/function.runkit7-constant-redefine.html - [similar]
Description 2941
« Imagick::sketchImage Imagick::solarizeImage » PHP Manual Imagick Description Imagick::smushIma ... left-to-right. パラメータ stack offset 戻り値 The new smushed image. 例 例1 Imagick::smushImages() <?php ... shImages ( $imagePath , $imagePath2 ) { $imagick = new \ Imagick ( realpath ( $imagePath )); $imagick2 = ... cription , smushImages , stack , offset , smushs , new , パラメータ , right , parameter ...
https://man.plustar.jp/php/imagick.smushimages.html - [similar]
共変性と反変性 2941
« オブジェクトのシリアライズ 変更履歴 » PHP Manual クラスとオブジェクト 共変性と反変性 共変性と反 ... 型を返す代わりに、Cat型を返すことができる { return new Cat ( $name ); } } class DogShelter implements Ani ... 型を返す代わりに、Dog型を返すことができる { return new Dog ( $name ); } } $kitty = (new CatShelter )-> ad ... icky" ); $kitty -> speak (); echo "\n" ; $doggy = (new DogShelter )-> adopt ( "Mavrick" ); $doggy -> spea ... ように動くかが以下でわかるでしょう。 <?php $kitty = (new CatShelter )-> adopt ( "Ricky" ); $catFood = new A ...
https://man.plustar.jp/php/language.oop5.variance.html - [similar]
Returns the ReadPreference's "mode" option as a string 2941
« MongoDB\Driver\ReadPreference::getMode MongoDB\Driver\ReadPreference::getTagSets » PHP Manual ... eadPreference::getModeString() example <?php $rp = new MongoDB \ Driver \ ReadPreference ( MongoDB \ Driv ... MARY ); var_dump ( $rp -> getModeString ()); $rp = new MongoDB \ Driver \ ReadPreference ( MongoDB \ Driv ... RRED ); var_dump ( $rp -> getModeString ()); $rp = new MongoDB \ Driver \ ReadPreference ( MongoDB \ Driv ... DARY ); var_dump ( $rp -> getModeString ()); $rp = new MongoDB \ Driver \ ReadPreference ( MongoDB \ Driv ...
https://man.plustar.jp/php/mongodb-driver-readpreference.getmodestring.html - [similar]
イテレータから tar あるいは zip アーカイブを作成する 2941
« PharData::buildFromDirectory PharData::compress » PHP Manual PharData イテレータから tar あるい ... ーカイブ "project.tar" に追加します。 <?php $phar = new PharData ( 'project.tar' ); $phar -> buildFromIter ... ator ( new RecursiveIteratorIterator ( new RecursiveDirectory ... oryIterator を継承しているからです。 <?php $phar = new PharData ( 'project.tar' ); $phar -> buildFromIter ... ator ( new RecursiveIteratorIterator ( new Phar ( '/path/to/a ...
https://man.plustar.jp/php/phardata.buildfromiterator.html - [similar]
中に含むオブジェクトの一意な識別子を算出する 2941
« SplObjectStorage::detach SplObjectStorage::getInfo » PHP Manual SplObjectStorage 中に含むオブジ ... o ) { return get_class ( $o ); } } class A {} $s = new OneSpecimenPerClassStorage ; $o1 = new stdClass ; ... $o2 = new stdClass ; $o3 = new A ; $s [ $o1 ] = 1 ; // $o2 は ... きほど格納した値にアクセスできるようになります $p1 = new stdClass ; $p2 = new A ; echo $s [ $p1 ], "\n" ; e ...
https://man.plustar.jp/php/splobjectstorage.gethash.html - [similar]
相対指定文字列から DateInterval を作成する 2919
« DateInterval::__construct DateInterval::format » PHP Manual DateInterval 相対指定文字列から Da ... っているふたつは、それぞれ同じ間隔を表します。 $i = new DateInterval ( 'P1D' ); $i = DateInterval :: creat ... eFromDateString ( '1 day' ); $i = new DateInterval ( 'P2W' ); $i = DateInterval :: creat ... eFromDateString ( '2 weeks' ); $i = new DateInterval ( 'P3M' ); $i = DateInterval :: creat ... eFromDateString ( '3 months' ); $i = new DateInterval ( 'P4Y' ); $i = DateInterval :: creat ...
https://man.plustar.jp/php/dateinterval.createfromdatestring.html - [similar]