検索

phrase: max: clip:
target: order:
Results of 261 - 270 of about 2375 for new (0.022 sec.)
FAQ: 名前空間について知っておくべきこと 2716
« 名前解決のルール 列挙型(Enum) » PHP Manual 名前空間 FAQ: 名前空間について知っておくべきこと FA ... の外部にあるグローバルクラスへのアクセス <?php $a = new \ stdClass ; ?> これは、機能的に次と同等です。 例2 ... の外部にあるグローバルクラスへのアクセス <?php $a = new stdClass ; ?> 名前空間内での内部クラスあるいはグロ ... の内部クラスへのアクセス <?php namespace foo ; $a = new \ stdClass ; function test (\ ArrayObject $paramet ... なります。 例5 完全修飾名 <?php namespace foo ; $a = new \ my \ name (); // "my\name" クラスのインスタンスを ...
https://man.plustar.jp/php/language.namespaces.faq.html - [similar]
Application Performance Monitoring (APM) 2716
« Using the PHP Library for MongoDB (PHPLIB) Driver Architecture and Internals » PHP Manual Tuto ... \ MongoDB \ Driver \ Monitoring \ addSubscriber ( new QueryTimeCollector () ); ?> Implementing the Logic ... ion' ] / $stats [ 'count' ], "µs\n\n" ; } } } $m = new \ MongoDB \ Driver \ Manager ( 'mongodb://localhos ... \ MongoDB \ Driver \ Monitoring \ addSubscriber ( new QueryTimeCollector () ); /* Do a bunch of queries ... */ $query = new \ MongoDB \ Driver \ Query ( [ 'region_slug' => 's ...
https://man.plustar.jp/php/mongodb.tutorial.apm.html - [similar]
Foreign Function Interface 2694
« user_error はじめに » PHP Manual PHP の振る舞いの変更 Foreign Function Interface Foreign Funct ... lignment FFI::arrayType — Dynamically constructs a new C array type FFI::cast — Performs a C type cast FF ... I::cdef — Creates a new FFI object FFI::free — Releases an unmanaged data ... to another FFI::memset — Fills a memory area FFI::new — Creates a C data structure FFI::scope — Instanti ... unction , data , Creates , memory , CData , type , new ...
https://man.plustar.jp/php/book.ffi.html - [similar]
The Map class 2694
« Ds\Deque::unshift Ds\Map::allocate » PHP Manual Data Structures The Map class The Map class (N ... Removes all values Ds\Map::__construct — Creates a new instance Ds\Map::copy — Returns a shallow copy of ... mber of values in the map Ds\Map::diff — Creates a new map using keys that aren't in another map Ds\Map:: ... filter — Creates a new map using a callable to determine which pairs to i ... ntains a given value Ds\Map::intersect — Creates a new map by intersecting keys with another map Ds\Map:: ...
https://man.plustar.jp/php/class.ds-map.html - [similar]
リファレンスカウントの原理 2694
« ガベージコレクション 循環の収集 » PHP Manual ガベージコレクション リファレンスカウントの原理 リ ... 例えば、 例1 新規 zval コンテナを作成 <?php $a = "new string" ; ?> この例では、新しいシンボル名( a )が ... ープで作成され、 新しい変数コンテナが string 型と値 new string で作成されます。 「is_ref」ビットはデフォル ... 情報を表示できます。 例2 zval 情報を表示 <?php $a = "new string" ; xdebug_debug_zval ( 'a' ); ?> 上の例の出 ... 力は以下となります。 a: (refcount=1, is_ref=0)='new string' この変数を他の変数名に代入すると、refcount ...
https://man.plustar.jp/php/features.gc.refcounting-basics.html - [similar]
署名済みの公開鍵とチャレンジに関連するチャレンジをエクスポートする 2694
« openssl_sign openssl_spki_export » 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 , export , 関連 , challenge , 作成 , new , keygen , エラー ...
https://man.plustar.jp/php/function.openssl-spki-export-challenge.html - [similar]
色を設定する 2694
« ImagickPixel::isSimilar ImagickPixel::setColorCount » PHP Manual ImagickPixel 色を設定する Ima ... l::setColor() <?php function setColor () { $draw = new \ ImagickDraw (); $strokeColor = new \ ImagickPixe ... l ( 'green' ); $fillColor = new \ ImagickPixel (); $fillColor -> setColor ( 'rgba( ... w -> rectangle ( 200 , 200 , 300 , 300 ); $image = new \ Imagick (); $image -> newImage ( 500 , 500 , "St ...
https://man.plustar.jp/php/imagickpixel.setcolor.html - [similar]
PHP 5.6.x における OpenSSL 関連の変更 2694
« 新しい関数 その他の拡張モジュールに対する変更 » PHP Manual PHP 5.5.x から PHP 5.6.x への移行 P ... が追加されました。 新たに追加された関数 openssl_spki_new() 、 openssl_spki_verify() 、 openssl_spki_export_ ... の作成、検証、エクスポートを行います。 openssl_spki_new 秘密鍵とチャレンジ文字列、そしてハッシュアルゴリズ ... しい SPKAC を生成します。 <?php $pkey = openssl_pkey_new (); openssl_pkey_export ( $pkey , 'secret passphra ... se' ); $spkac = openssl_spki_new ( $pkey , 'challenge string' ); ?> 上の例の出力は以 ...
https://man.plustar.jp/php/migration56.openssl.html - [similar]
Returns the ReadPreference's "maxStalenessSeconds" option 2694
« MongoDB\Driver\ReadPreference::getHedge MongoDB\Driver\ReadPreference::getMode » PHP Manual Mo ... ence::getMaxStalenessSeconds() example <?php $rp = new MongoDB \ Driver \ ReadPreference ( MongoDB \ Driv ... ar_dump ( $rp -> getMaxStalenessSeconds ()); $rp = new MongoDB \ Driver \ ReadPreference ( MongoDB \ Driv ... ar_dump ( $rp -> getMaxStalenessSeconds ()); $rp = new MongoDB \ Driver \ ReadPreference ( MongoDB \ Driv ... ar_dump ( $rp -> getMaxStalenessSeconds ()); $rp = new MongoDB \ Driver \ ReadPreference ( MongoDB \ Driv ...
https://man.plustar.jp/php/mongodb-driver-readpreference.getmaxstalenessseconds.... - [similar]
OCI8 廃止されたエイリアスと関数 2694
« OCILob::writeToFile oci_internal_debug » PHP Manual OCI8 OCI8 廃止されたエイリアスと関数 OCI8 ... のエイリアス ocilogon — oci_connect のエイリアス ocinewcollection — oci_new_collection のエイリアス ocinew ... cursor — oci_new_cursor のエイリアス ocinewdescriptor — oci_new_des ... criptor のエイリアス ocinlogon — oci_new_connect のエイリアス ocinumcols — oci_num_fields の ... I , 関数 , 廃止 , OCICollection , OCILob , fetch , new , free , internal ...
https://man.plustar.jp/php/oldaliases.oci8.html - [similar]