検索

phrase: max: clip:
target: order:
Results of 321 - 330 of about 2375 for New (0.075 sec.)
現在位置を設定する 2535
« ps_makespotcolor ps_new » PHP Manual PS 関数 現在位置を設定する ps_moveto (PECL ps >= 1.1.0) p ... を設定し、サブパスを開始します。 パラメータ psdoc ps_new() が返す、postscript ファイルのリソース ID。 x 移動 ... 設定 , moveto , パス , 座標 , 開始 , 移動 , float , new , 位置 , psdoc ...
https://man.plustar.jp/php/function.ps-moveto.html - [similar]
出力用のファイルを開く 2535
« ps_new ps_open_image_file » PHP Manual PS 関数 出力用のファイルを開く ps_open_file (PECL ps >= ... れると、ファイルは閉じられます。 パラメータ psdoc ps_new() が返す、postscript ファイルのリソース ID。 filen ... ファイル , open , file , filename , ドキュメント , new , psdoc , 作成 , 名前 ...
https://man.plustar.jp/php/function.ps-open-file.html - [similar]
xiff_file_bdiff のエイリアス 2535
« xdiff_file_bpatch xdiff_file_diff » PHP Manual xdiff 関数 xiff_file_bdiff のエイリアス xdiff_f ... diff_file_diff_binary ( string $old_file , string $new_file , string $dest ): bool ふたつのファイルのバイ ... d_file 最初のファイルへのパス。"旧" ファイルです。 new_file 2 番目のファイルへのパス。"新" ファイルです。 ... します。 <?php $old_version = 'my_script_1.0.tgz' ; $new_version = 'my_script_1.1.tgz' ; xdiff_file_diff_bi ... nary ( $old_version , $new_version , 'my_script.bdiff' ); ?> 注意 注意 : 両方 ...
https://man.plustar.jp/php/function.xdiff-file-diff-binary.html - [similar]
JSON にシリアライズしたいデータを指定する 2535
« JsonSerializable JSON 関数 » PHP Manual JsonSerializable JSON にシリアライズしたいデータを指定 ... ay ; } } $array = [ 1 , 2 , 3 ]; echo json_encode (new ArrayValue ( $array ), JSON_PRETTY_PRINT ); ?> 上の ... o' => 'bar' , 'quux' => 'baz' ]; echo json_encode (new ArrayValue ( $array ), JSON_PRETTY_PRINT ); ?> 上の ... ) { return $this -> number ; } } echo json_encode (new IntegerValue ( 1 ), JSON_PRETTY_PRINT ); ?> 上の例 ... ) { return $this -> string ; } } echo json_encode (new StringValue ( 'Hello!' ), JSON_PRETTY_PRINT ); ?> ...
https://man.plustar.jp/php/jsonserializable.jsonserialize.html - [similar]
Checks if the cursor is exhausted or may have additional results 2535
« MongoDB\Driver\Cursor::getServer MongoDB\Driver\Cursor::key » PHP Manual MongoDB\Driver\Cursor ... it. By design, it is not possible to always determine whether a cursor has additional results. The cases ... B\Driver\Cursor::isDead() example <?php $manager = new MongoDB \ Driver \ Manager ( "mongodb://localhost: ... 27017" ); $query = new MongoDB \ Driver \ Query ([]); $bulk = new MongoDB ... uteQuery ( 'db.collection' , $query ); $iterator = new IteratorIterator ( $cursor ); $iterator -> rewind ...
https://man.plustar.jp/php/mongodb-driver-cursor.isdead.html - [similar]
Create a new Query 2535
« MongoDB\Driver\Query MongoDB\Driver\BulkWrite » PHP Manual MongoDB\Driver\Query Create a new Q ... .0.0) MongoDB\Driver\Query::__construct — Create a new Query 説明 final public MongoDB\Driver\Query::__co ... t $filter , array $queryOptions = ? ) Constructs a new MongoDB\Driver\Query , which is an immutable value ... | object The » projection specification to determine which fields to include in the returned documents. ... views */ 'sort' => [ 'views' => - 1 ], ]; $query = new MongoDB \ Driver \ Query ( $filter , $options ); $ ...
https://man.plustar.jp/php/mongodb-driver-query.construct.html - [similar]
Returns the ReadConcern's "level" option 2535
« MongoDB\Driver\ReadConcern::__construct MongoDB\Driver\ReadConcern::isDefault » PHP Manual Mon ... Driver\ReadConcern::getLevel() example <?php $rc = new MongoDB \ Driver \ ReadConcern (); var_dump ( $rc ... -> getLevel ()); $rc = new MongoDB \ Driver \ ReadConcern ( MongoDB \ Driver ... :: LOCAL ); var_dump ( $rc -> getLevel ()); $rc = new MongoDB \ Driver \ ReadConcern ( MongoDB \ Driver ...
https://man.plustar.jp/php/mongodb-driver-readconcern.getlevel.html - [similar]
Returns the WriteConcern's "journal" option 2535
« MongoDB\Driver\WriteConcern::__construct MongoDB\Driver\WriteConcern::getW » PHP Manual MongoD ... ver\WriteConcern::getJournal() example <?php $wc = new MongoDB \ Driver \ WriteConcern ( 1 ); var_dump ( ... $wc -> getJournal ()); $wc = new MongoDB \ Driver \ WriteConcern ( 1 , 0 , true ); ... var_dump ( $wc -> getJournal ()); $wc = new MongoDB \ Driver \ WriteConcern ( 1 , 0 , false ); ...
https://man.plustar.jp/php/mongodb-driver-writeconcern.getjournal.html - [similar]
ファイルが実行可能かどうかを調べる 2535
« SplFileInfo::isDir SplFileInfo::isFile » PHP Manual SplFileInfo ファイルが実行可能かどうかを調 ... 例1 SplFileInfo::isExecutable() の例 <?php $info = new SplFileInfo ( '/usr/bin/php' ); var_dump ( $info - ... > isExecutable ()); $info = new SplFileInfo ( '/usr/bin' ); var_dump ( $info -> is ... Executable ()); $info = new SplFileInfo ( 'foo' ); var_dump ( $info -> isExecu ...
https://man.plustar.jp/php/splfileinfo.isexecutable.html - [similar]
URI に変換する 2535
« XSLTProcessor::transformToDoc XSLTProcessor::transformToXml » PHP Manual XSLTProcessor URI に変 ... イルへの変換 <?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.transformtouri.html - [similar]