検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 567 for [SIMILAR] 16 1024 4096 WITH 31605 splfixedarray ... (0.545 sec.)
ラージオブジェクトを切り詰める 0
« pg_lo_tell pg_lo_unlink » PHP Manual PostgreSQL 関数 ラージオブジェクトを切り詰める pg_lo_truncate (PHP 5 >= 5.6.0, PHP 7, PHP 8) pg_lo_truncate — ラージオブジェクトを切り詰める 説明 pg_lo_truncate ( PgSql\Lob $lob , int $size ): bool pg_lo_truncate() は、 PgSql\Lob クラスのインスタンス ...
https://man.plustar.jp/php/function.pg-lo-truncate.html - [similar]
realpath キャッシュ・エントリーを取得 0
« readlink realpath_cache_size » PHP Manual ファイルシステム 関数 realpath キャッシュ・エントリーを取得 realpath_cache_get (PHP 5 >= 5.3.2, PHP 7, PHP 8) realpath_cache_get — realpath キャッシュ・エントリーを取得 説明 realpath_cache_get (): array realpath キャッシュ内容を取得します。 パラ ...
https://man.plustar.jp/php/function.realpath-cache-get.html - [similar]
共有メモリブロックにデータを書き込む 0
« shmop_size Shmop » PHP Manual 共有メモリ関数 共有メモリブロックにデータを書き込む shmop_write (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) shmop_write — 共有メモリブロックにデータを書き込む 説明 shmop_write ( Shmop $shmop , string $data , int $offset ): int shmop_write() は、共有メモリブロック ...
https://man.plustar.jp/php/function.shmop-write.html - [similar]
ファイルに関する情報を取得する 0
« set_file_buffer symlink » PHP Manual ファイルシステム 関数 ファイルに関する情報を取得する stat (PHP 4, PHP 5, PHP 7, PHP 8) stat — ファイルに関する情報を取得する 説明 stat ( string $filename ): array | false filename で指定されたファイルに ついての統計情報を取得します。 filename がシン ...
https://man.plustar.jp/php/function.stat.html - [similar]
手早く属性を取得する 0
« Imagick::pingImage Imagick::pingImageFile » PHP Manual Imagick 手早く属性を取得する Imagick::pingImageBlob (PECL imagick 2, PECL imagick 3) Imagick::pingImageBlob — 手早く属性を取得する 説明 public Imagick::pingImageBlob ( string $image ): bool このメソッドを使用すると、画像全体を読み込 ...
https://man.plustar.jp/php/imagick.pingimageblob.html - [similar]
画像の基本属性を手軽に取得する 0
« Imagick::pingImageBlob Imagick::polaroidImage » PHP Manual Imagick 画像の基本属性を手軽に取得する Imagick::pingImageFile (PECL imagick 2, PECL imagick 3) Imagick::pingImageFile — 画像の基本属性を手軽に取得する 説明 public Imagick::pingImageFile ( resource $filehandle , string $fileName ...
https://man.plustar.jp/php/imagick.pingimagefile.html - [similar]
画像の色を変更する 0
« Imagick::readimages Imagick::reduceNoiseImage » PHP Manual Imagick 画像の色を変更する Imagick::recolorImage (PECL imagick 2 >= 2.3.0, PECL imagick 3) Imagick::recolorImage — 画像の色を変更する 警告 この関数は Imagick 3.4.4 以降では 非推奨 になりました。この関数に依存したコードを書くのは ...
https://man.plustar.jp/php/imagick.recolorimage.html - [similar]
画像の角を丸める 0
« Imagick::rotationalBlurImage Imagick::sampleImage » PHP Manual Imagick 画像の角を丸める Imagick::roundCorners (PECL imagick 2, PECL imagick 3) Imagick::roundCorners — 画像の角を丸める 警告 この関数は Imagick 3.4.4 以降では 非推奨 になりました。この関数に依存したコードを書くのはやめまし ...
https://man.plustar.jp/php/imagick.roundcorners.html - [similar]
はじめに 0
« BC Math インストール/設定 » PHP Manual BC Math はじめに はじめに 任意の精度の演算をサポートするために、PHP は 2147483647 (または 0x7FFFFFFF ) までの 任意のサイズおよび精度の小数桁をサポートする BCMath を提供します。 十分なメモリがあれば、文字列表現もサポートします。 有効(別名 well-form ...
https://man.plustar.jp/php/intro.bc.html - [similar]
整数 0
« 論理型 (boolean) 浮動小数点数 » PHP Manual 型 整数 整数 int は、ℤ = {..., -2, -1, 0, 1, 2, ...} という集合です。 以下も参照ください。 任意精度整数 / GMP 浮動小数点数 任意精度整数 / BCMath 構文 整数 (integer) は、10 進数(基数 10)、16 進数 (基数 16)、8 進数 (基数 8) あるいは 2 進数 (基数 ...
https://man.plustar.jp/php/language.types.integer.html - [similar]