検索

phrase: max: clip:
target: order:
Results of 291 - 300 of about 420 for header (0.058 sec.)
FDF データを表示する PDF ドキュメントを設定する 3905
« fdf_set_encoding fdf_set_flags » PHP Manual FDF 関数 FDF データを表示する PDF ドキュメントを設 ... p /* Adobe FDF の content type を設定します */ fdf_header (); /* fdf を開始します */ $fdf = fdf_create (); / ...
https://man.plustar.jp/php/function.fdf-set-file.html - [similar]
getimagesize, exif_read_data, exif_thumbnail, exif_imagetypeから返される 画像形... 3905
« image_type_to_extension image2wbmp » PHP Manual GD および Image 関数 getimagesize, exif_read_d ... e/webp 例 例1 image_type_to_mime_type() の例 <?php header ( "Content-type: " . image_type_to_mime_type ( IMA ...
https://man.plustar.jp/php/function.image-type-to-mime-type.html - [similar]
画像をブラウザあるいはファイルに出力する 3905
« image_type_to_mime_type imageaffine » PHP Manual GD および Image 関数 画像をブラウザあるいはフ ... 'php.png' ; $image = imagecreatefrompng ( $file ); header ( 'Content-Type: ' . image_type_to_mime_type ( IMA ...
https://man.plustar.jp/php/function.image2wbmp.html - [similar]
水平に文字を描画する 3905
« imagebmp imagecharup » PHP Manual GD および Image 関数 水平に文字を描画する imagechar (PHP 4, ... imagechar ( $im , 1 , 0 , 0 , $string , $black ); header ( 'Content-type: image/png' ); imagepng ( $im ); ? ...
https://man.plustar.jp/php/function.imagechar.html - [similar]
垂直に文字を描画する 3905
« imagechar imagecolorallocate » PHP Manual GD および Image 関数 垂直に文字を描画する imagecharu ... gecharup ( $im , 3 , 10 , 10 , $string , $black ); header ( 'Content-type: image/png' ); imagepng ( $im ); ? ...
https://man.plustar.jp/php/function.imagecharup.html - [similar]
指定したパレットインデックスの色を設定する 3905
« imagecolorresolvealpha imagecolorsforindex » PHP Manual GD および Image 関数 指定したパレットイ ... $bg , 0 , 0 , 255 ); // 画像をブラウザに出力します header ( 'Content-Type: image/png' ); imagepng ( $im ); i ...
https://man.plustar.jp/php/function.imagecolorset.html - [similar]
画像の一部をコピーする 3905
« imageconvolution imagecopymerge » PHP Manual GD および Image 関数 画像の一部をコピーする image ... , 13 , 80 , 40 ); // 出力してメモリから解放します header ( 'Content-Type: image/gif' ); imagegif ( $dest ); ...
https://man.plustar.jp/php/function.imagecopy.html - [similar]
パレットを使用する新規画像を作成する 3905
« imagecopyresized imagecreatefromavif » PHP Manual GD および Image 関数 パレットを使用する新規画 ... 新しい GD 画像ストリームの作成および画像の出力 <?php header ( "Content-Type: image/png" ); $im = @ imagecreate ...
https://man.plustar.jp/php/function.imagecreate.html - [similar]
新しい画像をファイルあるいは URL から作成する 3905
« imagecreatefromgif imagecreatefrompng » PHP Manual GD および Image 関数 新しい画像をファイルあ ... ror loading ' . $imgname , $tc ); } return $im ; } header ( 'Content-Type: image/jpeg' ); $img = LoadJpeg ( ...
https://man.plustar.jp/php/function.imagecreatefromjpeg.html - [similar]
新しい画像をファイルあるいは URL から作成する 3905
« imagecreatefromjpeg imagecreatefromstring » PHP Manual GD および Image 関数 新しい画像をファイ ... ror loading ' . $imgname , $tc ); } return $im ; } header ( 'Content-Type: image/png' ); $img = LoadPNG ( 'b ...
https://man.plustar.jp/php/function.imagecreatefrompng.html - [similar]