検索

phrase: max: clip:
target: order:
Results of 691 - 700 of about 906 for [SIMILAR] 16 1024 4096 WITH 18040 乗算 WITH 6294... (0.600 sec.)
色ベクトルを画像の各ピクセルに適用する 0
« Imagick::thumbnailImage Imagick::__toString » PHP Manual Imagick 色ベクトルを画像の各ピクセルに適用する Imagick::tintImage (PECL imagick 2, PECL imagick 3) Imagick::tintImage — 色ベクトルを画像の各ピクセルに適用する 説明 public Imagick::tintImage ( mixed $tint , mixed $opacity , bool $ ...
https://man.plustar.jp/php/imagick.tintimage.html - [similar]
パスの描画に使用する破線のパターンを指定する 0
« ImagickDraw::setStrokeColor ImagickDraw::setStrokeDashOffset » PHP Manual ImagickDraw パスの描画に使用する破線のパターンを指定する ImagickDraw::setStrokeDashArray (PECL imagick 2, PECL imagick 3) ImagickDraw::setStrokeDashArray — パスの描画に使用する破線のパターンを指定する 説明 public ...
https://man.plustar.jp/php/imagickdraw.setstrokedasharray.html - [similar]
php-config 0
« phpize で共有 PECL 拡張モジュールをコンパイルする方法 PECL 拡張モジュールを PHP に静的に組み込む » PHP Manual PECL 拡張モジュールのインストール php-config php-config php-config はシンプルなシェルスクリプトで、 インストールされている PHP の設定情報を取得します。 拡張モジュールをコンパイ ...
https://man.plustar.jp/php/install.pecl.php-config.html - [similar]
特定の年や月における、最初の週の日数の最小値を返す 0
« IntlCalendar::getMaximum IntlCalendar::getMinimum » PHP Manual IntlCalendar 特定の年や月における、最初の週の日数の最小値を返す IntlCalendar::getMinimalDaysInFirstWeek (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1) IntlCalendar::getMinimalDaysInFirstWeek — 特定の年や月における、最初の週 ...
https://man.plustar.jp/php/intlcalendar.getminimaldaysinfirstweek.html - [similar]
エポックからのカレンダーの時刻をミリ秒単位で設定する 0
« IntlCalendar::setSkippedWallTimeOption IntlCalendar::setTimeZone » PHP Manual IntlCalendar エポックからのカレンダーの時刻をミリ秒単位で設定する IntlCalendar::setTime (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1) IntlCalendar::setTime — エポックからのカレンダーの時刻をミリ秒単位で設定 ...
https://man.plustar.jp/php/intlcalendar.settime.html - [similar]
直近の操作のエラーコードを取得する 0
« IntlDateFormatter::getDateType IntlDateFormatter::getErrorMessage » PHP Manual IntlDateFormatter 直近の操作のエラーコードを取得する IntlDateFormatter::getErrorCode datefmt_get_error_code (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0) IntlDateFormatter::getErrorCode -- datefmt_get_e ...
https://man.plustar.jp/php/intldateformatter.geterrorcode.html - [similar]
JSON にシリアライズしたいデータを指定する 0
« JsonSerializable JSON 関数 » PHP Manual JsonSerializable JSON にシリアライズしたいデータを指定する JsonSerializable::jsonSerialize (PHP 5 >= 5.4.0, PHP 7, PHP 8) JsonSerializable::jsonSerialize — JSON にシリアライズしたいデータを指定する 説明 public JsonSerializable::jsonSerialize (): ...
https://man.plustar.jp/php/jsonserializable.jsonserialize.html - [similar]
ジェネレータの構文 0
« ジェネレータとは ジェネレータと Iterator オブジェクトとの比較 » PHP Manual ジェネレータ ジェネレータの構文 ジェネレータの構文 ジェネレータ関数の見た目はふつうの関数とほぼ同じです。違うのは、値を返すのではなく、 必要なだけ値を yield することです。 yield が含まれていれば、どんな関数でもジ ...
https://man.plustar.jp/php/language.generators.syntax.html - [similar]
オブジェクト 0
« Iterable 列挙型 / Enum » PHP Manual 型 オブジェクト オブジェクト オブジェクトの初期化 オブジェクトを初期化するためには、 new 命令によりオブジェクトのインスタンスを変数に作成します。 <?php class foo { function do_foo () { echo "foo を実行します。" ; } } $bar = new foo ; $bar -> do_foo ( ...
https://man.plustar.jp/php/language.types.object.html - [similar]
サーバーに項目を追加する 0
« Memcache Memcache::addServer » PHP Manual Memcache サーバーに項目を追加する Memcache::add (PECL memcache >= 0.2.0) Memcache::add — サーバーに項目を追加する 説明 Memcache::add ( string $key , mixed $var , int $flag = ? , int $expire = ? ): bool Memcache::add() は、サーバーに同名のキーが ...
https://man.plustar.jp/php/memcache.add.html - [similar]