検索

phrase: max: clip:
target: order:
Results of 331 - 340 of about 2375 for new (0.042 sec.)
GMT からのタイムゾーンのオフセットを返す 2513
« DateTimeZone::getName DateTimeZone::getTransitions » PHP Manual DateTimeZone GMT からのタイムゾ ... とつは東京 (日本) のものです。 $dateTimeZoneTaipei = new DateTimeZone ( "Asia/Taipei" ); $dateTimeZoneJapan ... = new DateTimeZone ( "Asia/Tokyo" ); // 同一の Unix タイ ... タイムゾーンはそれぞれ異なります。 $dateTimeTaipei = new DateTime ( "now" , $dateTimeZoneTaipei ); $dateTim ... eJapan = new DateTime ( "now" , $dateTimeZoneJapan ); // $dateT ...
https://man.plustar.jp/php/datetimezone.getoffset.html - [similar]
新しい DOMCdataSection オブジェクトを作成する 2513
« DOMCdataSection DOMCharacterData » PHP Manual DOMCdataSection 新しい DOMCdataSection オブジェク ... しい DOMCdataSection オブジェクトの作成 <?php $dom = new DOMDocument ( '1.0' , 'utf-8' ); $element = $dom - ... > appendChild (new DOMElement ( 'root' )); $text = $element -> append ... Child (new DOMCdataSection ( 'root value' )); echo $dom -> sa ...
https://man.plustar.jp/php/domcdatasection.construct.html - [similar]
与えられた XPath 式を評価する 2513
« DOMXPath::evaluate DOMXPath::registerNamespace » PHP Manual DOMXPath 与えられた XPath 式を評価 ... 。 例 例1 すべての英語の書籍を取得する <?php $doc = new DOMDocument ; // 空白に悩まされたくはありません $d ... ce = false ; $doc -> load ( 'book.xml' ); $xpath = new DOMXPath ( $doc ); // root 要素から開始します $que ... パラメータを使用することも可能です。 <?php $doc = new DOMDocument ; $doc -> preserveWhiteSpace = false ; ... $doc -> load ( 'book.xml' ); $xpath = new DOMXPath ( $doc ); $tbody = $doc -> getElementsByT ...
https://man.plustar.jp/php/domxpath.query.html - [similar]
Updates a value at a given index 2513
« Ds\Deque::rotate Ds\Deque::shift » PHP Manual Deque Updates a value at a given index Ds\Deque: ... index The index of the value to update. value The new value. 戻り値 値を返しません。 エラー / 例外 OutOf ... lid. 例 例1 Ds\Deque::set() example <?php $deque = new \ Ds \ Deque ([ "a" , "b" , "c" ]); $deque -> set ... e::set() example using array syntax <?php $deque = new \ Ds \ Deque ([ "a" , "b" , "c" ]); $deque [ 1 ] = ...
https://man.plustar.jp/php/ds-deque.set.html - [similar]
Updates a value at a given index 2513
« Ds\Sequence::rotate Ds\Sequence::shift » PHP Manual Sequence Updates a value at a given index ... index The index of the value to update. value The new value. 戻り値 値を返しません。 エラー / 例外 OutOf ... 例 例1 Ds\Sequence::set() example <?php $sequence = new \ Ds \ Vector ([ "a" , "b" , "c" ]); $sequence -> ... set() example using array syntax <?php $sequence = new \ Ds \ Vector ([ "a" , "b" , "c" ]); $sequence [ 1 ...
https://man.plustar.jp/php/ds-sequence.set.html - [similar]
Updates a value at a given index 2513
« Ds\Vector::rotate Ds\Vector::shift » PHP Manual Vector Updates a value at a given index Ds\Vec ... index The index of the value to update. value The new value. 戻り値 値を返しません。 エラー / 例外 OutOf ... d. 例 例1 Ds\Vector::set() example <?php $vector = new \ Ds \ Vector ([ "a" , "b" , "c" ]); $vector -> se ... ::set() example using array syntax <?php $vector = new \ Ds \ Vector ([ "a" , "b" , "c" ]); $vector [ 1 ] ...
https://man.plustar.jp/php/ds-vector.set.html - [similar]
テクスチャ画像をタイル状に並べる 2513
« Imagick::swirlImage Imagick::thresholdImage » PHP Manual Imagick テクスチャ画像をタイル状に並べ ... hp function textureImage ( $imagePath ) { $image = new \ Imagick (); $image -> newImage ( 640 , 480 , new ... )); $image -> setImageFormat ( "jpg" ); $texture = new \ Imagick ( realpath ( $imagePath )); $texture -> ...
https://man.plustar.jp/php/imagick.textureimage.html - [similar]
フォーマッタが使用するパターンを取得する 2513
« MessageFormatter::getLocale MessageFormatter::parseMessage » PHP Manual MessageFormatter フォー ... umber} trees hosting {1, number} monkeys" ); echo "New pattern: '" . msgfmt_get_pattern ( $fmt ) . "'\n" ... . "\n" ; ?> 例2 オブジェクト指向の例 <?php $fmt = new MessageFormatter ( "en_US" , "{0, number} monkeys ... umber} trees hosting {1, number} monkeys" ); echo "New pattern: '" . $fmt -> getPattern () . "'\n" ; echo ... trees' Formatting result: 123 monkeys on 456 trees New pattern: '{0,number} trees hosting {1,number} monk ...
https://man.plustar.jp/php/messageformatter.getpattern.html - [similar]
Start a new client session for use with this client 2513
« MongoDB\Driver\Manager::selectServer MongoDB\Driver\Command » PHP Manual MongoDB\Driver\Manage ... r Start a new client session for use with this client MongoDB\Dr ... .0) MongoDB\Driver\Manager::startSession — Start a new client session for use with this client 説明 final ... ansactionOptions array Default options to apply to newly created transactions. These options are used unl ... 関連キーワード: Driver , session , use , snapshot , new , read , operation , Manager , option , Session ...
https://man.plustar.jp/php/mongodb-driver-manager.startsession.html - [similar]
Returns the WriteConcernError's error code 2513
« MongoDB\Driver\WriteConcernError MongoDB\Driver\WriteConcernError::getInfo » PHP Manual MongoD ... teConcernError::getCode() 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.getcode.html - [similar]