検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 575 for x (0.072 sec.)
Count number of write operations in the bulk 4468
« MongoDB\Driver\BulkWrite::__construct MongoDB\Driver\BulkWrite::delete » PHP Manual MongoDB\Dr ... 例外 引数のパースに失敗した場合に MongoDB\Driver\Exception\InvalidArgumentException をスローします。 変 ... r\BulkWrite object. Earlier versions returned the expected number of client-to-server roundtrips requir ... ed to execute all write operations. 例 例1 MongoDB\Driver\B ... ulkWrite::count() example <?php $bulk = new MongoDB \ Driver \ BulkWrit ...
https://man.plustar.jp/php/mongodb-driver-bulkwrite.count.html - [similar]
Returns the number of documents deleted 4468
« MongoDB\Driver\WriteResult MongoDB\Driver\WriteResult::getInsertedCount » PHP Manual MongoDB\D ... 例外 引数のパースに失敗した場合に MongoDB\Driver\Exception\InvalidArgumentException をスローします。 例 ... 例1 MongoDB\Driver\WriteResult::getDeletedCount() example <?php $manager = new MongoDB \ Driver \ Manag ... MongoDB \ Driver \ BulkWrite ; $bulk -> insert ([ 'x' => 1 ]); $bulk -> update ([ 'x' => 1 ], [ '$set' ... => [ 'y' => 3 ]]); $bulk -> update ([ 'x' => 2 ], [ '$set' => [ 'y' => 1 ]], [ 'upsert' => ...
https://man.plustar.jp/php/mongodb-driver-writeresult.getdeletedcount.html - [similar]
画像の X 方向と Y 方向の解像度を取得する 4445
« Imagick::getImageRenderingIntent Imagick::getImagesBlob » PHP Manual Imagick 画像の X 方向と Y ... CL imagick 3) Imagick::getImageResolution — 画像の X 方向と Y 方向の解像度を取得する 説明 public Imagic ... k::getImageResolution (): array X 方向および Y 方向の解像度を取得します。 パラメータ ... を配列で返します。 エラー / 例外 エラー時に ImagickException をスローします。 関連キーワード: 方向 , 解像 ...
https://man.plustar.jp/php/imagick.getimageresolution.html - [similar]
Returns the number of documents inserted (excluding upserts) 4445
« MongoDB\Driver\WriteResult::getDeletedCount MongoDB\Driver\WriteResult::getMatchedCount » PHP ... eResult Returns the number of documents inserted (excluding upserts) MongoDB\Driver\WriteResult::getIns ... Count — Returns the number of documents inserted (excluding upserts) 説明 final public MongoDB\Driver\W ... 戻り値 Returns the number of documents inserted (excluding upserts), or null if the write was not ackn ... 例外 引数のパースに失敗した場合に MongoDB\Driver\Exception\InvalidArgumentException をスローします。 例 ...
https://man.plustar.jp/php/mongodb-driver-writeresult.getinsertedcount.html - [similar]
Returns the number of documents inserted by an upsert 4445
« MongoDB\Driver\WriteResult::getServer MongoDB\Driver\WriteResult::getUpsertedIds » PHP Manual ... 例外 引数のパースに失敗した場合に MongoDB\Driver\Exception\InvalidArgumentException をスローします。 例 ... 例1 MongoDB\Driver\WriteResult::getUpsertedCount() example <?php $manager = new MongoDB \ Driver \ Manag ... MongoDB \ Driver \ BulkWrite ; $bulk -> insert ([ 'x' => 1 ]); $bulk -> update ([ 'x' => 1 ], [ '$set' ... => [ 'y' => 3 ]]); $bulk -> update ([ 'x' => 2 ], [ '$set' => [ 'y' => 1 ]], [ 'upsert' => ...
https://man.plustar.jp/php/mongodb-driver-writeresult.getupsertedcount.html - [similar]
画像の一部をコピーしサイズを変更する 4415
« imagecopyresampled imagecreate » PHP Manual GD および Image 関数 画像の一部をコピーしサイズを変 ... GdImage $dst_image , GdImage $src_image , int $dst_x , int $dst_y , int $src_x , int $src_y , int $dst_ ... ると、 imagecopyresized() は src_image の座標 ( src_x , src_y ) にある 幅 src_width 、 高さ src_height の ... 矩形領域を受け取って、それを dst_image の座標 ( dst_x , dst_y ) にある幅 dst_width 、 高さ dst_height の ... 像リソース。 src_image コピー元の画像リソース。 dst_x コピー先の x 座標。 dst_y コピー先の y 座標。 src_ ...
https://man.plustar.jp/php/function.imagecopyresized.html - [similar]
画像を補正する 4415
« Imagick::resizeImage Imagick::rotateImage » PHP Manual Imagick 画像を補正する Imagick::rollIma ... 画像を補正する 説明 public Imagick::rollImage ( int $x , int $y ): bool x および y を指定して画像を補正し ... ます。 パラメータ x X オフセット。 y Y オフセット。 戻り値 成功した場合 ... age() <?php function rollImage ( $imagePath , $rollX , $rollY ) { $imagick = new \ Imagick ( realpath ( ... $imagePath )); $imagick -> rollimage ( $rollX , $rollY ); header ( "Content-Type: image/jpg" ); ...
https://man.plustar.jp/php/imagick.rollimage.html - [similar]
直線パスを描画する 4415
« ImagickDraw::pathFinish ImagickDraw::pathLineToHorizontalAbsolute » PHP Manual ImagickDraw 直線 ... 説明 public ImagickDraw::pathLineToAbsolute ( float $x , float $y ): bool 警告 この関数は、 現在のところ詳 ... 描画します。 座標は新しい点に移動します。 パラメータ x 始点の x 座標。 y 終点の x 座標。 戻り値 値を返しま ...
https://man.plustar.jp/php/imagickdraw.pathlinetoabsolute.html - [similar]
X.509 証明書をパースし、オブジェクトを返す 4385
« openssl_x509_parse openssl_x509_verify » PHP Manual OpenSSL 関数 X.509 証明書をパースし、オブジ ... ェクトを返す openssl_x509_read (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) open ... ssl_x509_read — X.509 証明書をパースし、オブジェクトを返 ... す 説明 openssl_x509_read ( OpenSSLCertificate | string $certificate ... ): OpenSSLCertificate | false openssl_x509_read() は、 certificate で指定した証明書をパース ...
https://man.plustar.jp/php/function.openssl-x509-read.html - [similar]
PHP 7.0.x で推奨されなくなる機能 4385
« 新機能 変更された関数 » PHP Manual PHP 5.6.x から PHP 7.0.x への移行 PHP 7.0.x で推奨されなくな ... る機能 PHP 7.0.x で推奨されなくなる機能 PHP 4 形式のコンストラクタ ... rsion of PHP; foo has a deprecated constructor in example.php on line 3 非 static メソッドに対する stat ... rt() 関連キーワード: 推奨 , 機能 , static , salt , x , 関数 , メソッド , meta , 形式 , not ...
https://man.plustar.jp/php/migration70.deprecated.html - [similar]