検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 702 for [SIMILAR] 16 1024 4096 WITH 33934 image2wbmp WIT... (0.527 sec.)
外部から来る変数 0
« 可変変数 定数 » PHP Manual 変数 外部から来る変数 外部から来る変数 HTML フォーム (GET と POST) フォームが PHP スクリプトに投稿された時、フォームから渡された全て の変数は PHP により自動的にスクリプトから使用可能となります。 この情報にアクセスする手段は複数あります。例を以下に示します。 例 ...
https://man.plustar.jp/php/language.variables.external.html - [similar]
指定したパレットインデックスの色を設定する 0
« imagecolorresolvealpha imagecolorsforindex » PHP Manual GD および Image 関数 指定したパレットインデックスの色を設定する imagecolorset (PHP 4, PHP 5, PHP 7, PHP 8) imagecolorset — 指定したパレットインデックスの色を設定する 説明 imagecolorset ( GdImage $image , int $color , int $red , in ...
https://man.plustar.jp/php/function.imagecolorset.html - [similar]
外部プログラムを実行し、未整形の出力を表示する 0
« exec proc_close » PHP Manual プログラム実行関数 外部プログラムを実行し、未整形の出力を表示する passthru (PHP 4, PHP 5, PHP 7, PHP 8) passthru — 外部プログラムを実行し、未整形の出力を表示する 説明 passthru ( string $command , int &$result_code = null ): ? bool passthru() 関数は exec() 関 ...
https://man.plustar.jp/php/function.passthru.html - [similar]
線の描画用にブラシイメージを設定する 0
« imagescale imagesetclip » PHP Manual GD および Image 関数 線の描画用にブラシイメージを設定する imagesetbrush (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) imagesetbrush — 線の描画用にブラシイメージを設定する 説明 imagesetbrush ( GdImage $image , GdImage $brush ): bool imagesetbrush() は、特別な ...
https://man.plustar.jp/php/function.imagesetbrush.html - [similar]
線描画用の線幅を設定する 0
« imagesetstyle imagesettile » PHP Manual GD および Image 関数 線描画用の線幅を設定する imagesetthickness (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) imagesetthickness — 線描画用の線幅を設定する 説明 imagesetthickness ( GdImage $image , int $thickness ): bool imagesetthickness() は、長方形、多 ...
https://man.plustar.jp/php/function.imagesetthickness.html - [similar]
FreeType 2 によるフォントを用いてイメージにテキストを描画する 0
« imageftbbox imagegammacorrect » PHP Manual GD および Image 関数 FreeType 2 によるフォントを用いてイメージにテキストを描画する imagefttext (PHP 4 >= 4.0.7, PHP 5, PHP 7, PHP 8) imagefttext — FreeType 2 によるフォントを用いてイメージにテキストを描画する 説明 imagefttext ( GdImage $image ...
https://man.plustar.jp/php/function.imagefttext.html - [similar]
部分楕円を描画する 0
« imageantialias imageavif » PHP Manual GD および Image 関数 部分楕円を描画する imagearc (PHP 4, PHP 5, PHP 7, PHP 8) imagearc — 部分楕円を描画する 説明 imagearc ( GdImage $image , int $center_x , int $center_y , int $width , int $height , int $start_angle , int $end_angle , int $color ) ...
https://man.plustar.jp/php/function.imagearc.html - [similar]
オープンポリゴンを描画する 0
« imageloadfont imagepalettecopy » PHP Manual GD および Image 関数 オープンポリゴンを描画する imageopenpolygon (PHP 7 >= 7.2.0, PHP 8) imageopenpolygon — オープンポリゴンを描画する 説明 PHP 8.0.0 以降のシグネチャ (名前付き引数をサポートしていません) imageopenpolygon ( GdImage $image , ar ...
https://man.plustar.jp/php/function.imageopenpolygon.html - [similar]
ラージオブジェクト (LOB) 0
« エラーおよびエラー処理 PDO » PHP Manual PDO ラージオブジェクト (LOB) ラージオブジェクト (LOB) アプリケーション内で、データベースに「大きな」データを格納する 必要を感じることがあるかもしれません。「大きな」とは、一般的には 「4kb 程度以上」を指しますが、データベースによっては 32kb くらい ...
https://man.plustar.jp/php/pdo.lobs.html - [similar]
PHP 7.3.x で推奨されなくなる機能 0
« 下位互換性のない変更点 その他の変更 » PHP Manual PHP 7.2.x から PHP 7.3.x への移行 PHP 7.3.x で推奨されなくなる機能 PHP 7.3.x で推奨されなくなる機能 PHP コア 大文字小文字を区別しない定数 大文字小文字を区別せず、定数を宣言することは推奨されません。 define() 関数の第3引数に true を渡すと ...
https://man.plustar.jp/php/migration73.deprecated.html - [similar]