検索

phrase: max: clip:
target: order:
Results of 341 - 350 of about 2375 for new (0.374 sec.)
Returns the WriteConcernError's error message 2513
« MongoDB\Driver\WriteConcernError::getInfo MongoDB\Driver\WriteError » PHP Manual MongoDB\Drive ... oncernError::getMessage() example <?php $manager = new MongoDB \ Driver \ Manager ( "mongodb://rs1.exampl ... 2.example.com/?replicaSet=myReplicaSet" ); $bulk = new MongoDB \ Driver \ BulkWrite ; $bulk -> insert ([ ... 'x' => 1 ]); $writeConcern = new MongoDB \ Driver \ WriteConcern ( 2 , 1 ); try { $ ...
https://man.plustar.jp/php/mongodb-driver-writeconcernerror.getmessage.html - [similar]
Returns the server associated with this write result 2513
« MongoDB\Driver\WriteResult::getModifiedCount MongoDB\Driver\WriteResult::getUpsertedCount » PH ... \WriteResult::getServer() example <?php $manager = new MongoDB \ Driver \ Manager ; $server = $manager -> ... selectServer (new MongoDB \ Driver \ ReadPreference ( MongoDB \ Driv ... er \ ReadPreference :: RP_PRIMARY )); $bulk = new MongoDB \ Driver \ BulkWrite ; $bulk -> insert ([ ...
https://man.plustar.jp/php/mongodb-driver-writeresult.getserver.html - [similar]
新規に MySQL サーバーへの接続をオープンする 2513
« mysqli::$connect_error mysqli::debug » PHP Manual mysqli 新規に MySQL サーバーへの接続をオープ ... I_REPORT_ERROR | MYSQLI_REPORT_STRICT ); $mysqli = new mysqli ( 'localhost' , 'my_user' , 'my_password' , ... et ); $this -> set_charset ( $charset ); } } $db = new FooMysqli ( 'localhost' , 'my_user' , 'my_password ... ); mysqli_report ( MYSQLI_REPORT_OFF ); $mysqli = new mysqli ( 'localhost' , 'my_user' , 'my_password' , ... 'my_db' ); if ( $mysqli -> connect_errno ) { throw new RuntimeException ( 'mysqli connection error: ' . $ ...
https://man.plustar.jp/php/mysqli.construct.html - [similar]
ストレージの文字列表現をアンシリアライズする 2513
« SplObjectStorage::setInfo SplObjectStorage::valid » PHP Manual SplObjectStorage ストレージの文 ... 1 SplObjectStorage::unserialize() の例 <?php $s1 = new SplObjectStorage ; $s2 = new SplObjectStorage ; $o ... = new StdClass ; $s1 [ $o ] = "data" ; $s2 -> unserializ ...
https://man.plustar.jp/php/splobjectstorage.unserialize.html - [similar]
DOMDocument に変換する 2513
« XSLTProcessor::setSecurityPrefs XSLTProcessor::transformToUri » PHP Manual XSLTProcessor DOMDo ... nt への変換 <?php // XML ソースをロードする $xml = new DOMDocument ; $xml -> load ( 'collection.xml' ); $ ... xsl = new DOMDocument ; $xsl -> load ( 'collection.xsl' ); / ... / 変換の設定を行う $proc = new XSLTProcessor ; $proc -> importStyleSheet ( $xsl ) ...
https://man.plustar.jp/php/xsltprocessor.transformtodoc.html - [similar]
内部イテレータを取得する 2491
« AppendIterator::getArrayIterator AppendIterator::getIteratorIndex » PHP Manual AppendIterator ... Iterator::getInnerIterator() の例 <?php $array_a = new ArrayIterator (array( 'a' => 'aardwolf' , 'b' => ' ... bear' , 'c' => 'capybara' )); $array_b = new RegexIterator ( $array_a , '/^[ac]/' ); $iterator ... = new AppendIterator ; $iterator -> append ( $array_a ); ...
https://man.plustar.jp/php/appenditerator.getinneriterator.html - [similar]
RRDtool 2491
« syslog はじめに » PHP Manual その他のサービス RRDtool RRDtool はじめに インストール/設定 要件 ... for RRD database RRDCreator::__construct — Creates new RRDCreator instance RRDCreator::save — Saves the R ... — RRDGraph クラス RRDGraph::__construct — Creates new RRDGraph instance RRDGraph::save — Saves the resul ... RDUpdater クラス RRDUpdater::__construct — Creates new RRDUpdater instance RRDUpdater::update — Update th ...
https://man.plustar.jp/php/book.rrd.html - [similar]
ふたつの DateTime オブジェクトの差を返す 2491
« DateTimeInterface DateTime::format » PHP Manual DateTimeInterface ふたつの DateTime オブジェク ... me::diff() の例 オブジェクト指向型 <?php $origin = new DateTime ( '2009-10-11' ); $target = new DateTime ... 比較演算子 で比較することもできます。 <?php $date1 = new DateTime ( "now" ); $date2 = new DateTime ( "tomor ...
https://man.plustar.jp/php/datetime.diff.html - [similar]
新しい DOMComment オブジェクトを作成する 2491
« DOMComment DOMDocument » PHP Manual DOMComment 新しい DOMComment オブジェクトを作成する DOMCom ... 。 例 例1 新しい DOMComment を作成する <?php $dom = new DOMDocument ( '1.0' , 'iso-8859-1' ); $element = $ ... dom -> appendChild (new DOMElement ( 'root' )); $comment = $element -> app ... endChild (new DOMComment ( 'root comment' )); echo $dom -> saveX ...
https://man.plustar.jp/php/domcomment.construct.html - [similar]
Establish the environment for connecting to CUBRID server 2491
« cubrid_commit cubrid_connect » PHP Manual CUBRID 関数 Establish the environment for connecting ... , string $userid = ? , string $passwd = ? , bool $new_link = false ): resource The cubrid_connect_with_u ... User name for the database. passwd User password. new_link If a second call is made to cubrid_connect_wi ... th_url() with the same arguments, no new connection will be established, but instead, the c ... he already opened connection will be returned. The new_link parameter modifies this behavior and makes cu ...
https://man.plustar.jp/php/function.cubrid-connect-with-url.html - [similar]