検索

phrase: max: clip:
target: order:
Results of 271 - 280 of about 2375 for new (0.040 sec.)
SoapVar コンストラクタ 2694
« SoapVar Yar » PHP Manual SoapVar SoapVar コンストラクタ SoapVar::__construct (PHP 5, PHP 7, PH ... rInt = $i ; $this -> varFloat = $f ; } } $client = new SoapClient ( null , array( 'location' => "http://l ... p.php" , 'uri' => "http://test-uri/" )); $struct = new SOAPStruct ( 'arg' , 34 , 325.325 ); $soapstruct = ... new SoapVar ( $struct , SOAP_ENC_OBJECT , "SOAPStruct" ... p://soapinterop.org/xsd" ); $client -> echoStruct (new SoapParam ( $soapstruct , "inputStruct" )); ?> 参考 ...
https://man.plustar.jp/php/soapvar.construct.html - [similar]
別のストレージに含まれているオブジェクトを現在のストレージから取り除く 2694
« SplObjectStorage::offsetUnset SplObjectStorage::removeAllExcept » PHP Manual SplObjectStorage ... 例1 SplObjectStorage::removeAll() の例 <?php $o1 = new StdClass ; $o2 = new StdClass ; $a = new SplObject ... Storage (); $a [ $o1 ] = "foo" ; $b = new SplObjectStorage (); $b [ $o1 ] = "bar" ; $b [ $o2 ...
https://man.plustar.jp/php/splobjectstorage.removeall.html - [similar]
Oracle OCI8 2672
« mysqlndプラグインの開発をはじめよう はじめに » PHP Manual ベンダー固有のモジュール Oracle 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/book.oci8.html - [similar]
The MongoDB\Driver\Command class 2672
« MongoDB\Driver\Manager::startSession MongoDB\Driver\Command::__construct » PHP Manual MongoDB\ ... = (int) $flags ; } function getCommand () { return new MongoDB \ Driver \ Command ( $this -> cmd ); } fun ... { return $this -> cmd [ "create" ]; } } $manager = new MongoDB \ Driver \ Manager ( "mongodb://localhost: ... 27017" ); $createCollection = new CreateCollection ( "cappedCollection" ); $createCo ... or = $manager -> executeCommand ( "databaseName" , new MongoDB \ Driver \ Command ( $collstats )); $respo ...
https://man.plustar.jp/php/class.mongodb-driver-command.html - [similar]
新しい DOMProcessingInstruction オブジェクトを作成する 2672
« DOMProcessingInstruction DOMText » PHP Manual DOMProcessingInstruction 新しい DOMProcessingIns ... い DOMProcessingInstruction を作成する <?php $dom = new DOMDocument ( '1.0' , 'UTF-8' ); $html = $dom -> a ... ppendChild (new DOMElement ( 'html' )); $body = $html -> appendChi ... ld (new DOMElement ( 'body' )); $pinode = new DOMProcessin ...
https://man.plustar.jp/php/domprocessinginstruction.construct.html - [similar]
現在アクティブな画像のインデックスを取得する 2672
« Imagick::getInterlaceScheme Imagick::getNumberImages » PHP Manual Imagick 現在アクティブな画像 ... し、インデックスの設定と取得を行います。 <?php $im = new Imagick (); $im -> newImage ( 100 , 100 , new Imag ... ickPixel ( "red" )); $im -> newImage ( 100 , 100 , new ImagickPixel ( "green" )); ... $im -> newImage ( 100 , 100 , new ImagickPixel ( "blue" )); $ ...
https://man.plustar.jp/php/imagick.getiteratorindex.html - [similar]
Provides an array or document to serialize as BSON 2672
« MongoDB\BSON\Serializable MongoDB\BSON\Unserializable » PHP Manual MongoDB\BSON\Serializable P ... vate $id ; function __construct () { $this -> id = new MongoDB \ BSON \ ObjectId ; } function bsonSeriali ... => 'bar' ]; } } $bson = MongoDB \ BSON \ fromPHP (new MyDocument ); echo MongoDB \ BSON \ toJSON ( $bson ... 1 , 2 , 3 ]; } } $bson = MongoDB \ BSON \ fromPHP (new MyArray ); echo MongoDB \ BSON \ toJSON ( $bson ), ... n [ 'foo' => 'bar' ]; } } $value = [ 'document' => new MyDocument ]; $bson = MongoDB \ BSON \ fromPHP ( $ ...
https://man.plustar.jp/php/mongodb-bson-serializable.bsonserialize.html - [similar]
ストリームを丸める 2672
« streamWrapper::stream_tell streamWrapper::stream_write » PHP Manual streamWrapper ストリームを ... 説明 public streamWrapper::stream_truncate ( int $new_size ): bool ftruncate() などによる丸めの際にコール ... されます。 パラメータ new_size 新しいサイズ。 戻り値 成功した場合に true を、 ... : ストリーム , streamWrapper , stream , truncate , new , size , ftruncate , tell , public , int ...
https://man.plustar.jp/php/streamwrapper.stream-truncate.html - [similar]
Create a new PDF converter 2672
« wkhtmltox\PDF\Converter::add wkhtmltox\PDF\Converter::convert » PHP Manual wkhtmltox\PDF\Conve ... rter Create a new PDF converter wkhtmltox\PDF\Converter::__construct ... 0) wkhtmltox\PDF\Converter::__construct — Create a new PDF converter 説明 public wkhtmltox\PDF\Converter: ... 連キーワード: output , document , converter , size , new , wkhtmltox , Converter , outline , boolean , sett ...
https://man.plustar.jp/php/wkhtmltox-pdf-converter.construct.html - [similar]
The MongoDB\Driver\BulkWrite class 2650
« MongoDB\Driver\Query::__construct MongoDB\Driver\BulkWrite::__construct » PHP Manual MongoDB\D ... update ( array | object $filter , array | object $newObj , array $updateOptions = ? ): void } 例 例1 Mix ... be sent sequentially to the server. <?php $bulk = new MongoDB \ Driver \ BulkWrite ([ 'ordered' => true ... ed write operations causing an error <?php $bulk = new MongoDB \ Driver \ BulkWrite ([ 'ordered' => true ... 4 ]); $bulk -> insert ([ '_id' => 5 ]); $manager = new MongoDB \ Driver \ Manager ( 'mongodb://localhost: ...
https://man.plustar.jp/php/class.mongodb-driver-bulkwrite.html - [similar]