検索

phrase: max: clip:
target: order:
Results of 511 - 520 of about 2375 for New (0.143 sec.)
文字列に unified diff 形式のパッチを適用する 2310
« xdiff_string_patch_binary xdiff_string_rabdiff » PHP Manual xdiff 関数 文字列に unified diff 形 ... からパッチを投稿したとしましょう */ $errors = '' ; $new_article = xdiff_string_patch ( $old_article , $dif ... XDIFF_PATCH_NORMAL , $errors ); if ( is_string ( $new_article )) { echo "新しい記事:\n" ; echo $new_arti ...
https://man.plustar.jp/php/function.xdiff-string-patch.html - [similar]
インスタンス化を禁止するための private なコンストラクタ 2310
« IntlCalendar::clear IntlCalendar::createInstance » PHP Manual IntlCalendar インスタンス化を禁止 ... ストラクタ 説明 private IntlCalendar::__construct () new 演算子によるインスタンス化を>拒否するために用意され ... lendar , construct , createInstance , パラメータ , new , 拒否 , 用意 , コール ...
https://man.plustar.jp/php/intlcalendar.construct.html - [similar]
名前空間と動的言語機能 2310
« 名前空間の使用法: 基本編 namespace キーワードおよび __NAMESPACE__ 定数 » PHP Manual 名前空間 名 ... t constname = "global" ; $a = 'classname' ; $obj = new $a ; // classname::__construct と表示します $b = ' ... りません */ $a = '\namespacename\classname' ; $obj = new $a ; // namespacename\classname::__construct と表示 ... します $a = 'namespacename\classname' ; $obj = new $a ; // これも namespacename\classname::__construc ...
https://man.plustar.jp/php/language.namespaces.dynamic.html - [similar]
複数のアイテムを取得する 2310
« Memcached::getDelayedByKey Memcached::getMultiByKey » PHP Manual Memcached 複数のアイテムを取得 ... hed v3 <?php // Valid for v3 of the extension $m = new Memcached (); $m -> addServer ( 'localhost' , 1121 ... <?php // Valid for v1 and v2 of the extension $m = new Memcached (); $m -> addServer ( 'localhost' , 1121 ... R の例 <?php // Valid for v3 of the extension $m = new Memcached (); $m -> addServer ( 'localhost' , 1121 ... <?php // Valid for v1 and v2 of the extension $m = new Memcached (); $m -> addServer ( 'localhost' , 1121 ...
https://man.plustar.jp/php/memcached.getmulti.html - [similar]
Returns the hexidecimal representation of this ObjectId 2310
« MongoDB\BSON\ObjectId::serialize MongoDB\BSON\ObjectId::unserialize » PHP Manual MongoDB\BSON\ ... tId::__toString() example <?php var_dump ((string) new MongoDB \ BSON \ ObjectId ()); var_dump ((string) ...
https://man.plustar.jp/php/mongodb-bson-objectid.tostring.html - [similar]
Returns an object for BSON serialization 2310
« MongoDB\Driver\ReadPreference MongoDB\Driver\ReadPreference::__construct » PHP Manual MongoDB\ ... rialize() with primary read preference <?php $rp = new MongoDB \ Driver \ ReadPreference ( MongoDB \ Driv ... secondary read preference and tag sets <?php $rp = new MongoDB \ Driver \ ReadPreference ( MongoDB \ Driv ... dary read preference and max staleness <?php $rp = new MongoDB \ Driver \ ReadPreference ( MongoDB \ Driv ...
https://man.plustar.jp/php/mongodb-driver-readpreference.bsonserialize.html - [similar]
mysqli のエラー報告モードを設定する 2310
« mysqli_driver::embedded_server_start mysqli_warning » PHP Manual mysqli_driver mysqli のエラー ... 向型 <?php /* レポートを有効にします。 */ $driver = new mysqli_driver (); $driver -> report_mode = MYSQLI_ ... ysqli_sql_exception がスローされます。*/ $mysqli = new mysqli ( "localhost" , "my_user" , "my_password" , ... ysqli_sql_exception がスローされます。*/ $mysqli = new mysqli ( "localhost" , "my_user" , "my_password" , ... "my_db" ); $mysqli = new mysqli ( "localhost" , "my_user" , "my_password" , ...
https://man.plustar.jp/php/mysqli-driver.report-mode.html - [similar]
手続き型とオブジェクト指向インターフェイス 2310
« クイックスタートガイド データベース接続 » PHP Manual クイックスタートガイド 手続き型とオブジェ ... ease do not use the deprecated mysql extension for new development. ' AS _msg FROM DUAL" ); $row = mysqli ... ease do not use the deprecated mysql extension for new development. Use the mysqli extension instead. オブ ... assoc ( $result ); echo $row [ '_msg' ]; $mysqli = new mysqli ( "example.com" , "user" , "password" , "da ... せん。 例3 悪いコーディングスタイル <?php $mysqli = new mysqli ( "example.com" , "user" , "password" , "da ...
https://man.plustar.jp/php/mysqli.quickstart.dual-interface.html - [similar]
Collect references to completed tasks 2310
« Pool Pool::__construct » PHP Manual Pool Collect references to completed tasks Pool::collect ( ... 1 A basic example of Pool::collect() <?php $pool = new Pool ( 4 ); for ( $i = 0 ; $i < 15 ; ++ $i ) { $po ... ol -> submit (new class extends Threaded {}); } while ( $pool -> col ...
https://man.plustar.jp/php/pool.collect.html - [similar]
OCI8 関数 2310
« ドライバでサポートされるデータ型 oci_bind_array_by_name » PHP Manual OCI8 OCI8 関数 OCI8 関数 ... l — 2 つの LOB/FILE ロケータの等価性を比較する oci_new_collection — 新しいコレクションオブジェクトを割り当 ... てる oci_new_connect — 一意な接続を使って Oracle サーバーへ接続 ... する oci_new_cursor — 新規カーソル (ステートメントハンドル) を割 ... り当て、それを返す oci_new_descriptor — 空の新規 LOB あるいは FILE ディスクリ ...
https://man.plustar.jp/php/ref.oci8.html - [similar]