検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 231 for (0.158 sec.)
はじめに 4246
« phpdbg インストール/設定 » PHP Manual phpdbg はじめに はじめに phpdbg は SAPIモジュール として ... を非表示にします。 -v oplog 出力を有効にします。 -b 付きの出力を無効にします。 -i -imy.init .phpdbginit ...
https://man.plustar.jp/php/intro.phpdbg.html - [similar]
画像にフィルタを適用する 4225
« imagefilltoborder imageflip » PHP Manual GD および Image 関数 画像にフィルタを適用する imagefi ... は、以下のいずれかです。 IMG_FILTER_NEGATE : 画像のを反転させます。 IMG_FILTER_GRAYSCALE : REC.601 luma ... R_COLORIZE : IMG_FILTER_GRAYSCALE と似ていますが、 を指定することが可能です。 args 、 arg2 および arg3 ... 2 を効果の強さを定義するのに使い、 選んだピクセルのにだけ適用するために 追加で arg3 を使います。 args I ... ghtness change failed.' ; } ?> 例3 imagefilter() 単化の例 <?php $im = imagecreatefrompng ( 'philip.png' ...
https://man.plustar.jp/php/function.imagefilter.html - [similar]
対話シェル 4184
« I/O ストリーム ビルトインウェブサーバー » PHP Manual コマンドラインの使用法 対話シェル 対話シェ ... エスケープシーケンス シーケンス 説明 \e プロンプトにをつけます。たとえば \e[032m\v \e[031m\b \e[34m\> \e ...
https://man.plustar.jp/php/features.commandline.interactive.html - [similar]
FreeType 2 によるフォントを用いてイメージにテキストを描画する 4184
« imageftbbox imagegammacorrect » PHP Manual GD および Image 関数 FreeType 2 によるフォントを用い ... 指定するものではありません。 color テキストに使用するのインデックス。 imagecolorexact() を参照ください。 ...
https://man.plustar.jp/php/function.imagefttext.html - [similar]
配列と同様の形式で、複数の変数への代入を行う 4184
« ksort natcasesort » PHP Manual 配列 関数 配列と同様の形式で、複数の変数への代入を行う list (PH ... 1 list() の例 <?php $info = array( 'コーヒー' , '茶' , 'カフェイン' ); // すべての変数の取得 list( $dr ... ink , $color , $power ) = $info ; echo " $drink のは $color で、 $power が含まれています。\n" ; // 一部 ...
https://man.plustar.jp/php/function.list.html - [similar]
循環の収集 4133
« リファレンスカウントの原理 パフォーマンスの考慮点 » PHP Manual ガベージコレクション 循環の収集 ... t を2回減じていないことを確保します。 (それらを「灰」とマークすることにより) 工程 C では、それぞれのルー ... count がゼロと分かった場合、zval は「白」(図では青です)とマークされます。 もしそれが正の数なら、それは ...
https://man.plustar.jp/php/features.gc.collecting-cycles.html - [similar]
画像の大きさを取得する 4133
« gd_info getimagesizefromstring » PHP Manual GD および Image 関数 画像の大きさを取得する getima ... の場合に 3、CMYK 画像の場合に 4 です。 bits は個々ののビット数です。 画像の形式によっては、 channels や ...
https://man.plustar.jp/php/function.getimagesize.html - [similar]
TrueType フォントを使用してテキストを画像に書き込む 4133
« imagettfbbox imagetypes » PHP Manual GD および Image 関数 TrueType フォントを使用してテキストを ... = imagecreatetruecolor ( 400 , 30 ); // いくつかのを生成します $white = imagecolorallocate ( $im , 255 ...
https://man.plustar.jp/php/function.imagettftext.html - [similar]
結果セットから、残っている行を取得する 4133
« PDOStatement::fetch PDOStatement::fetchColumn » PHP Manual PDOStatement 結果セットから、残って ... ーを有します。値 apple 、 pear は異なる 2 つの異なるを有する配列として返され、 一方 watermelon は 1 つの ...
https://man.plustar.jp/php/pdostatement.fetchall.html - [similar]
定義済み定数 4061
« リソース型 例 » PHP Manual ImageMagick 定義済み定数 定義済み定数 以下の定数が定義されています。 ... ロードされている場合のみ使用可能です。 COLOR_* 定数 タイプ定数です。これらは主に ImagickPixel で使用しま ... LOR_RED ( int ) 赤 imagick::COLOR_YELLOW ( int ) 黄 imagick::COLOR_MAGENTA ( int ) マゼンタ imagick::C ... OLOR_OPACITY ( int ) の透過度 imagick::COLOR_ALPHA ( int ) のアルファ値 ... ます。 imagick::COMPOSITE_DIFFERENCE ( int ) ふたつののうち、明るいほうから暗いほうを引きます。 imagick:: ...
https://man.plustar.jp/php/imagick.constants.html - [similar]