検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 303 for [SIMILAR] 16 1024 4096 WITH 36765 imageconvoluti... (0.305 sec.)
ビネットフィルタを画像に追加する 0
« Imagick::valid Imagick::waveImage » PHP Manual Imagick ビネットフィルタを画像に追加する Imagick::vignetteImage (PECL imagick 2, PECL imagick 3) Imagick::vignetteImage — ビネットフィルタを画像に追加する 説明 public Imagick::vignetteImage ( float $blackPoint , float $whitePoint , int $x ...
https://man.plustar.jp/php/imagick.vignetteimage.html - [similar]
オブジェクトの継承 0
« アクセス権 スコープ定義演算子 (::) » PHP Manual クラスとオブジェクト オブジェクトの継承 オブジェクトの継承 プログラミング言語の原則としてよくみられるものに継承があります。 PHP はオブジェクトモデルにおいてこの継承を利用しています。 多くのクラスとオブジェクトとの連携に継承は関係しています ...
https://man.plustar.jp/php/language.oop5.inheritance.html - [similar]
実行時設定 0
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 Memcached 設定オプション 名前 デフォルト 変更可能 変更履歴 memcached.sess_locking On PHP_INI_ALL memcached 0.1.0 以降で利用可能です。 memcached.sess_consistent_hash O ...
https://man.plustar.jp/php/memcached.configuration.html - [similar]
変更履歴 0
« サンプル PHP Manual 付録 変更履歴 変更履歴 標準添付の拡張モジュールには次のような変更がありました。 Version Function Description PECL OCI8 3.2 oci_set_prefetch_lob PECL OCI8 1.4 oci_set_prefetch これより前のバージョンでは、rows は 1 以上でなければなりませんでした。 PECL OCI8 1.3.4 oci_ ...
https://man.plustar.jp/php/doc.changelog.html - [similar]
Mailparse 0
« mail はじめに » PHP Manual メール関連 Mailparse Mailparse はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 Mailparse 関数 mailparse_determine_best_xfer_encoding — 最も適したエンコーディングを取得する mailparse_msg_create — mime メールリソースを作成する ...
https://man.plustar.jp/php/book.mailparse.html - [similar]
指定した名前の定数が存在するかどうかを調べる 0
« define die » PHP Manual その他の関数 指定した名前の定数が存在するかどうかを調べる defined (PHP 4, PHP 5, PHP 7, PHP 8) defined — 指定した名前の定数が存在するかどうかを調べる 説明 defined ( string $constant_name ): bool 指定した定数が存在し、定義されているかどうかを調べます。 注意 : 変数 ...
https://man.plustar.jp/php/function.defined.html - [similar]
二つのアフィン変換行列を連結する 0
« imageaffine imageaffinematrixget » PHP Manual GD および Image 関数 二つのアフィン変換行列を連結する imageaffinematrixconcat (PHP 5 >= 5.5.0, PHP 7, PHP 8) imageaffinematrixconcat — 二つのアフィン変換行列を連結する 説明 imageaffinematrixconcat ( array $matrix1 , array $matrix2 ): array ...
https://man.plustar.jp/php/function.imageaffinematrixconcat.html - [similar]
ハッシュ値を計算する 0
« mhash_keygen_s2k OpenSSL » PHP Manual Mhash 関数 ハッシュ値を計算する mhash (PHP 4, PHP 5, PHP 7, PHP 8) mhash — ハッシュ値を計算する 警告 この関数は PHP 8.1.0 で 非推奨 になります。この関数に頼らないことを強く推奨します。 説明 mhash ( int $hash , string $data , string $key = ? ): stri ...
https://man.plustar.jp/php/function.mhash.html - [similar]
改行文字の前に HTML の改行タグを挿入する 0
« nl_langinfo number_format » PHP Manual String 関数 改行文字の前に HTML の改行タグを挿入する nl2br (PHP 4, PHP 5, PHP 7, PHP 8) nl2br — 改行文字の前に HTML の改行タグを挿入する 説明 nl2br ( string $string , bool $use_xhtml = true ): string string に含まれるすべての改行文字 ( \r\n 、 \n\ ...
https://man.plustar.jp/php/function.nl2br.html - [similar]
メタ文字をクォートする 0
« quoted_printable_encode rtrim » PHP Manual String 関数 メタ文字をクォートする quotemeta (PHP 4, PHP 5, PHP 7, PHP 8) quotemeta — メタ文字をクォートする 説明 quotemeta ( string $string ): string 文字列 str について、 . \ + * ? [ ^ ] ( $ ) の前にバックスラッシュ文字 ( \ ) でクォートして返 ...
https://man.plustar.jp/php/function.quotemeta.html - [similar]