検索

phrase: max: clip:
target: order:
Results of 251 - 260 of about 2375 for new (0.016 sec.)
Adds an array of child documents 2760
« SolrInputDocument::addChildDocument SolrInputDocument::addField » PHP Manual SolrInputDocument ... , 'path' => SOLR_SERVER_STORE_PATH , ); $client = new SolrClient ( $options ); $product = new SolrInputD ... addField ( 'content_type' , 'product' ); $small = new SolrInputDocument (); $small -> addField ( 'id' , ... small -> addField ( 'inventory' , 100 ); $medium = new SolrInputDocument (); $medium -> addField ( 'id' , ... medium -> addField ( 'inventory' , 200 ); $large = new SolrInputDocument (); $large -> addField ( 'id' , ...
https://man.plustar.jp/php/solrinputdocument.addchilddocuments.html - [similar]
ファイル名を取得する 2760
« SplFileInfo::getFileInfo SplFileInfo::getGroup » PHP Manual SplFileInfo ファイル名を取得する S ... 例1 SplFileInfo::getFilename() の例 <?php $info = new SplFileInfo ( 'foo.txt' ); var_dump ( $info -> get ... Filename ()); $info = new SplFileInfo ( '/path/to/foo.txt' ); var_dump ( $in ... fo -> getFilename ()); $info = new SplFileInfo ( 'http://www.php.net/' ); var_dump ( ... $info -> getFilename ()); $info = new SplFileInfo ( 'http://www.php.net/svn.php' ); var_ ...
https://man.plustar.jp/php/splfileinfo.getfilename.html - [similar]
Append Checkable Menu Item 2760
« UI\Menu::appendAbout UI\Menu::appendPreferences » PHP Manual UI\Menu Append Checkable Menu Ite ... menu item パラメータ name The name (text) for the new item type The type for the new item 戻り値 A const ... d , Checkable , Item , item , type , appendCheck , new , menu , checkable ...
https://man.plustar.jp/php/ui-menu.appendcheck.html - [similar]
Produce merged XML document 2760
« XMLDiff\File::diff XML パーサ » PHP Manual XMLDiff\File Produce merged XML document XMLDiff\Fi ... erge ( string $src , string $diff ): string Create new XML document based on diffs and source document. パ ... with the diff information. 戻り値 String with the new XML document or NULL. 関連キーワード: document , P ... oduce , merged , XMLDiff , File , merge , string , new , パーサ , xmldiff ...
https://man.plustar.jp/php/xmldiff-file.merge.html - [similar]
Connect the socket 2760
« ZMQSocket::bind ZMQSocket::__construct » PHP Manual ZMQSocket Connect the socket ZMQSocket::co ... n error. 例 例1 A ZMQContext() example Construct a new context and allocate request socket from it <?php ... /127.0.0.1:5555" ; /* Create a socket */ $socket = new ZMQSocket (new ZMQContext (), ZMQ :: SOCKET_REQ , ... endpoint , example , request , llocate , context , new , Construct , ZMQContext ...
https://man.plustar.jp/php/zmqsocket.connect.html - [similar]
Dynamically changes the name of the given method 2738
« runkit7_method_remove runkit7_object_id » PHP Manual runkit7 関数 Dynamically changes the name ... ame of the method to rename target_method_name The new name to give to the renamed method 戻り値 成功した ... 'foo' , 'bar' ); // output renamed function echo (new Example )-> bar (); ?> 上の例の出力は以下となります ... oo! 参考 runkit7_method_add() - Dynamically adds a new method to a given class runkit7_method_copy() - Co ... Dynamically , given , rename , the , of , string , new , remove , 関数 ...
https://man.plustar.jp/php/function.runkit7-method-rename.html - [similar]
円を描画する 2738
« ImagickDraw::bezier ImagickDraw::clear » PHP Manual ImagickDraw 円を描画する ImagickDraw::circ ... /Create a ImagickDraw object to draw into. $draw = new \ ImagickDraw (); $strokeColor = new \ ImagickPixe ... l ( $strokeColor ); $fillColor = new \ ImagickPixel ( $fillColor ); $draw -> setStrokeO ... $originX , $originY , $endX , $endY ); $imagick = new \ Imagick (); $imagick -> newImage ( 500 , 500 , $ ...
https://man.plustar.jp/php/imagickdraw.circle.html - [similar]
イテレータの位置を設定する 2716
« Imagick::setInterlaceScheme Imagick::setLastIterator » 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.setiteratorindex.html - [similar]
矩形を描画する 2716
« ImagickDraw::pushPattern ImagickDraw::render » PHP Manual ImagickDraw 矩形を描画する ImagickDr ... eColor , $fillColor , $backgroundColor ) { $draw = new \ ImagickDraw (); $strokeColor = new \ ImagickPixe ... l ( $strokeColor ); $fillColor = new \ ImagickPixel ( $fillColor ); $draw -> setStrokeC ... -> rectangle ( 200 , 200 , 300 , 300 ); $imagick = new \ Imagick (); $imagick -> newImage ( 500 , 500 , $ ...
https://man.plustar.jp/php/imagickdraw.rectangle.html - [similar]
はじめに 2716
« Eio インストール/設定 » PHP Manual Eio はじめに はじめに この拡張モジュールは、非同期 POSIX I/ ... io_symlink ( $filename , $link ); // $filename を $new_filename に移動するリクエスト eio_rename ( $filena ... me , $new_filename ); // リクエストを処理します eio_event_lo ... nk_done ( $filename , $result ) { // $filename を $new_filename に移動するリクエスト eio_rename ( $filena ... me , "/path/to/new-name" ); // リクエストを処理します eio_event_loop ...
https://man.plustar.jp/php/intro.eio.html - [similar]