検索

phrase: max: clip:
target: order:
Results of 311 - 320 of about 2375 for new (0.020 sec.)
Export the contents of a SVN directory 2561
« svn_diff svn_fs_abort_txn » PHP Manual SVN 関数 Export the contents of a SVN directory svn_exp ... to the current repository. topath The path to the new repository. working_copy If true , it will export ... svn_export() example <?php $working_dir = '../' ; $new_working_dir = '/home/user/devel/foo/trunk' ; svn_e ... xport ( $working_dir , $new_working_dir ); ?> 参考 svn_import() - バージョン管 ...
https://man.plustar.jp/php/function.svn-export.html - [similar]
2 つのファイルのバイナリ diff を作成する 2561
« xdiff_file_bdiff_size xdiff_file_bpatch » PHP Manual xdiff 関数 2 つのファイルのバイナリ diff ... 説明 xdiff_file_bdiff ( 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_bdiff ( ... $old_version , $new_version , 'my_script.bdiff' ); ?> 注意 注意 : 両方 ...
https://man.plustar.jp/php/function.xdiff-file-bdiff.html - [similar]
OOP PECL/rrd example 2561
« Procedural PECL/rrd example RRD 関数 » PHP Manual 例 OOP PECL/rrd example OOP PECL/rrd example ... = dirname ( __FILE__ ) . "/speed.png" ; $creator = new RRDCreator ( $rrdFile , "now -10d" , 500 ); $creat ... ERAGE:0.5:6:10" ); $creator -> save (); $updater = new RRDUpdater ( $rrdFile ); $updater -> update (array ... ( "speed" => "12357" ), "920805000" ); $graphObj = new RRDGraph ( $outputPngFile ); $graphObj -> setOptio ...
https://man.plustar.jp/php/rrd.examples-oop.html - [similar]
Constructor 2561
« SolrCollapseFunction SolrCollapseFunction::getField » PHP Manual SolrCollapseFunction Construc ... VER_PORT , 'path' => SOLR_SERVER_PATH ); $client = new SolrClient ( $options ); $query = new SolrQuery ( ... '*:*' ); $func = new SolrCollapseFunction ( 'field_name' ); $func -> se ...
https://man.plustar.jp/php/solrcollapsefunction.construct.html - [similar]
Create a new PDF Object 2561
« wkhtmltox\PDF\Object wkhtmltox\Image\Converter » PHP Manual wkhtmltox\PDF\Object Create a new ... .1.0) wkhtmltox\PDF\Object::__construct — Create a new PDF Object 説明 public wkhtmltox\PDF\Object::__con ... ( string $buffer , array $settings = ? ) Creates a new PDF Object from the given buffer and optional conf ... an , header , footer , Object , toc , load , use , new , output , page ...
https://man.plustar.jp/php/wkhtmltox-pdf-object.construct.html - [similar]
ArrayObject の public プロパティの数を取得する 2535
« ArrayObject::__construct ArrayObject::exchangeArray » PHP Manual ArrayObject ArrayObject の pu ... protected $prt = 'prop:protected' ; } $arrayobj = new ArrayObject (new Example ()); var_dump ( $arrayobj ... -> count ()); $arrayobj = new ArrayObject (array( 'first' , 'second' , 'third' ) ...
https://man.plustar.jp/php/arrayobject.count.html - [similar]
Returns the result of applying a callback to each value 2535
« Ds\Deque::last Ds\Deque::merge » PHP Manual Deque Returns the result of applying a callback to ... in the deque. The callable should return what the new value will be in the new deque. 戻り値 The result ... ted. 例 例1 Ds\Deque::map() example <?php $deque = new \ Ds \ Deque ([ 1 , 2 , 3 ]); print_r ( $deque -> ...
https://man.plustar.jp/php/ds-deque.map.html - [similar]
Returns the result of applying a callback to each value 2535
« Ds\Sequence::last Ds\Sequence::merge » PHP Manual Sequence Returns the result of applying a ca ... the sequence. The callable should return what the new value will be in the new sequence. 戻り値 The resu ... 例 例1 Ds\Sequence::map() example <?php $sequence = new \ Ds \ Vector ([ 1 , 2 , 3 ]); print_r ( $sequence ...
https://man.plustar.jp/php/ds-sequence.map.html - [similar]
Enters a required event method feature that the application demands 2535
« EventConfig::__construct EventConfig::setFlags » PHP Manual EventConfig Enters a required even ... ventConfig::requireFeatures() example <?php $cfg = new EventConfig (); // Create event_base associated wi ... th the config $base = new EventBase ( $cfg ); // Require FDS feature if ( $c ... ) { echo "FDS feature is now requried\n" ; $base = new EventBase ( $cfg ); ( $base -> getFeatures () & Ev ...
https://man.plustar.jp/php/eventconfig.requirefeatures.html - [similar]
再サンプリングを行いイメージの一部をコピー、伸縮する 2535
« imagecopymergegray imagecopyresized » PHP Manual GD および Image 関数 再サンプリングを行いイメ ... $width , $height ) = getimagesize ( $filename ); $new_width = $width * $percent ; $new_height = $height ... ; // 再サンプル $image_p = imagecreatetruecolor ( $new_width , $new_height ); $image = imagecreatefromjpe ... pyresampled ( $image_p , $image , 0 , 0 , 0 , 0 , $new_width , $new_height , $width , $height ); // 出力 ...
https://man.plustar.jp/php/function.imagecopyresampled.html - [similar]