検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 229 for [SIMILAR] 16 1024 4096 WITH 5664 透過 WITH 4639 ... (0.307 sec.)
0
« 定義済み定数 Bzip2 関数 » PHP Manual Bzip2 例 例 この例は、テンポラリファイルをオープンし、テスト用の文字列を書き込みます。 この後、このファイルの内容を出力します。 例1 簡単な bzip2 の例 <?php $filename = "/tmp/testfile.bz2" ; $str = "This is a test string.\n" ; // 書き込み用にオープン ...
https://man.plustar.jp/php/bzip2.examples.html - [similar]
はじめに 0
« GMP インストール/設定 » PHP Manual GMP はじめに はじめに 以下の関数により、GNU MP ライブラリを使用して 任意長の整数を使用することが可能になります。 注意 : 大半の GMP 関数は、GMP 数を引数としてとります。 このマニュアルでは、GMP 数を GMP オブジェクトとしています。 これらの関数の大半は、数 ...
https://man.plustar.jp/php/intro.gmp.html - [similar]
phar アーカイブを実行可能でない tar あるいは zip ファイルに変換する 0
« Phar::__construct Phar::convertToExecutable » PHP Manual Phar phar アーカイブを実行可能でない tar あるいは zip ファイルに変換する Phar::convertToData (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0) Phar::convertToData — phar アーカイブを実行可能でない tar あるいは zip ファイルに変換 ...
https://man.plustar.jp/php/phar.converttodata.html - [similar]
関数に渡された引数の数を返す 0
« func_get_args function_exists » PHP Manual 関数処理 関数 関数に渡された引数の数を返す func_num_args (PHP 4, PHP 5, PHP 7, PHP 8) func_num_args — 関数に渡された引数の数を返す 説明 func_num_args (): int 関数に渡された引数の数を取得します。 この関数は func_get_arg() および func_get_args() ...
https://man.plustar.jp/php/function.func-num-args.html - [similar]
透明色を定義する 0
« imagecolorstotal imageconvolution » PHP Manual GD および Image 関数 透明色を定義する imagecolortransparent (PHP 4, PHP 5, PHP 7, PHP 8) imagecolortransparent — 透明色を定義する 説明 imagecolortransparent ( GdImage $image , ? int $color = null ): int 指定した画像 image 上の透明色を設定し ...
https://man.plustar.jp/php/function.imagecolortransparent.html - [similar]
PNG 画像を保存する際に、完全なアルファチャネル情報を保存するかどうかを指定する 0
« imagerotate imagescale » PHP Manual GD および Image 関数 PNG 画像を保存する際に、完全なアルファチャネル情報を保存するかどうかを指定する imagesavealpha (PHP 4 >= 4.3.2, PHP 5, PHP 7, PHP 8) imagesavealpha — PNG 画像を保存する際に、完全なアルファチャネル情報を保存するかどうかを指定する 説 ...
https://man.plustar.jp/php/function.imagesavealpha.html - [similar]
URL リライタの値をリセットする 0
« output_add_rewrite_var PHP Options/Info » PHP Manual 出力制御 関数 URL リライタの値をリセットする output_reset_rewrite_vars (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) output_reset_rewrite_vars — URL リライタの値をリセットする 説明 output_reset_rewrite_vars (): bool この関数は URL リライタを ...
https://man.plustar.jp/php/function.output-reset-rewrite-vars.html - [similar]
出力リライトの使用法 0
« 基本的な使用法 出力制御 関数 » PHP Manual 例 出力リライトの使用法 出力リライトの使用法 PHP 7.1.0 以降は、 output_add_rewrite_var() と output_reset_rewrite_vars() は専用の出力バッファを用いるようになります。 透過的セッションID の出力バッファは用いません。 例1 出力リライトの例 <?php // こ ...
https://man.plustar.jp/php/outcontrol.examples.rewrite.html - [similar]
インクリメンタルにエンコードされたデータを解凍する 0
« gzwrite inflate_get_read_len » PHP Manual Zlib 関数 インクリメンタルにエンコードされたデータを解凍する inflate_add (PHP 7, PHP 8) inflate_add — インクリメンタルにエンコードされたデータを解凍する 説明 inflate_add ( InflateContext $context , string $data , int $flush_mode = ZLIB_SYNC_FLU ...
https://man.plustar.jp/php/function.inflate-add.html - [similar]
イメージのブレンドモードを設定する 0
« imageaffinematrixget imageantialias » PHP Manual GD および Image 関数 イメージのブレンドモードを設定する imagealphablending (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) imagealphablending — イメージのブレンドモードを設定する 説明 imagealphablending ( GdImage $image , bool $enable ): bool imag ...
https://man.plustar.jp/php/function.imagealphablending.html - [similar]