検索

phrase: max: clip:
target: order:
Results of 411 - 420 of about 2375 for New (0.121 sec.)
イテレータにある要素をカウントする 2424
« iterator_apply iterator_to_array » PHP Manual SPL 関数 イテレータにある要素をカウントする iter ... す。 例 例1 iterator_count() の例 <?php $iterator = new ArrayIterator (array( 'recipe' => 'pancakes' , 'eg ... rator_count() で位置を変更する例 <?php $iterator = new ArrayIterator ([ 'one' , 'two' , 'three' ]); var_d ... ch ループ内での iterator_count() <?php $iterator = new ArrayIterator ([ 'one' , 'two' , 'three' ]); forea ...
https://man.plustar.jp/php/function.iterator-count.html - [similar]
PASSWD 拡張オペレーションのヘルパ 2424
« ldap_escape ldap_exop_refresh » PHP Manual LDAP 関数 PASSWD 拡張オペレーションのヘルパ ldap_ex ... g $user = "" , string $old_password = "" , string $new_password = "" , array &$controls = null ): string ... いパスワード。 サーバの設定によっては省略可能です。 new_password このユーザーの新しいパスワード。 生成され ... る LDAP コントロール の配列 で埋められます。 戻り値 new_password が空だったり省略されたりした場合は、 生成 ... ワード , string , controls , ユーザー , バージョン , new ...
https://man.plustar.jp/php/function.ldap-exop-passwd.html - [similar]
直線を描く 2424
« ps_include_file ps_makespotcolor » PHP Manual PS 関数 直線を描く ps_lineto (PECL ps >= 1.1.0) ... には ps_moveto() を利用します。 パラメータ psdoc ps_new() が返す、postscript ファイルのリソース ID。 x 直線 ... を返します。 例 例1 矩形を描画する <?php $ps = ps_new (); if (! ps_open_file ( $ps , "rectangle.ps" )) { ... 座標 , psdoc , float , 位置 , 地点 , 終了 , moveto , new ...
https://man.plustar.jp/php/function.ps-lineto.html - [similar]
画像の色を置き換える 2424
« Imagick::clone Imagick::coalesceImages » PHP Manual Imagick 画像の色を置き換える Imagick::clut ... アップテーブルをもとに置き換えます。 <?php $image = new Imagick ( 'test.jpg' ); $clut = new Imagick (); $c ... lut -> newImage ( 1 , 1 , new ImagickPixel ( 'black' )); $ima ...
https://man.plustar.jp/php/imagick.clutimage.html - [similar]
Description 2424
« Imagick::flopImage Imagick::frameImage » PHP Manual Imagick Description Imagick::forwardFourie ... ardTransformImage function createMask () { $draw = new \ ImagickDraw (); $draw -> setStrokeOpacity ( 0 ); ... aw -> circle ( 250 , 250 , 220 , 250 ); $imagick = new \ Imagick (); $imagick -> newImage ( 512 , 512 , " ... dFourierTransformImage ( $imagePath ) { $imagick = new \ Imagick ( realpath ( $imagePath )); $imagick -> ...
https://man.plustar.jp/php/imagick.forwardfouriertransformimage.html - [similar]
オプションを設定する 2424
« Imagick::setLastIterator Imagick::setPage » PHP Manual Imagick オプションを設定する Imagick::s ... = $this -> control -> getImagePath (); $imagick = new \ Imagick ( realpath ( $imagePath )); $imagick -> ... on renderPNG ( $imagePath , $format ) { $imagick = new \ Imagick ( realpath ( $imagePath )); $imagick -> ... = $this -> control -> getImagePath (); $imagick = new \ Imagick ( realpath ( $imagePath )); $imagick -> ...
https://man.plustar.jp/php/imagick.setoption.html - [similar]
Returns the ID for this cursor 2424
« MongoDB\Driver\Cursor::current MongoDB\Driver\Cursor::getServer » PHP Manual MongoDB\Driver\Cu ... e cursor remains open on the server. */ $manager = new MongoDB \ Driver \ Manager ( "mongodb://localhost: ... 27017" ); $query = new MongoDB \ Driver \ Query ([], [ 'batchSize' => 2 ] ... ); $bulk = new MongoDB \ Driver \ BulkWrite ; $bulk -> insert ([ ...
https://man.plustar.jp/php/mongodb-driver-cursor.getid.html - [similar]
Return the ReadPreference for the Manager 2424
« MongoDB\Driver\Manager::getReadConcern MongoDB\Driver\Manager::getServers » PHP Manual MongoDB ... ager::getReadPreference() example <?php $manager = new MongoDB \ Driver \ Manager ( 'mongodb://localhost: ... mp ( $manager -> getReadPreference ()); $manager = new MongoDB \ Driver \ Manager ( 'mongodb://localhost: ... nce MongoDB\Driver\Manager::__construct() - Create new MongoDB Manager 関連キーワード: Manager , Driver , ...
https://man.plustar.jp/php/mongodb-driver-manager.getreadpreference.html - [similar]
直近のクエリの AUTO_INCREMENT カラムで生成した値を返す 2424
« mysqli::init mysqli::kill » PHP Manual mysqli 直近のクエリの AUTO_INCREMENT カラムで生成した値 ... I_REPORT_ERROR | MYSQLI_REPORT_STRICT ); $mysqli = new mysqli ( "localhost" , "my_user" , "my_password" , ... 617000)" ; $mysqli -> query ( $query ); printf ( "New record has ID %d.\n" , $mysqli -> insert_id ); /* ... 000)" ; mysqli_query ( $link , $query ); printf ( "New record has ID %d.\n" , mysqli_insert_id ( $link )) ... OP TABLE myCity" ); 上の例の出力は以下となります。 New record has ID 1. 関連キーワード: mysqli , INCREMEN ...
https://man.plustar.jp/php/mysqli.insert-id.html - [similar]
リソース型 2424
« 実行時設定 定義済み定数 » PHP Manual インストール/設定 リソース型 リソース型 この拡張モジュール ... pt ドキュメントリソースを定義しています。これは ps_new() が返すものです。 関連キーワード: リソース , 設定 ... インストール , 拡張 , モジュール , ドキュメント , new ...
https://man.plustar.jp/php/ps.resources.html - [similar]