検索

phrase: max: clip:
target: order:
Results of 351 - 360 of about 420 for header (1.600 sec.)
PNG イメージをブラウザまたはファイルに出力する 3871
« imagepalettetotruecolor imagepolygon » PHP Manual GD および Image 関数 PNG イメージをブラウザま ... 例 <?php $im = imagecreatefrompng ( "test.png" ); header ( 'Content-Type: image/png' ); imagepng ( $im ); i ...
https://man.plustar.jp/php/function.imagepng.html - [similar]
多角形を描画する 3871
« imagepng imagerectangle » PHP Manual GD および Image 関数 多角形を描画する imagepolygon (PHP 4 ... 300 , 200 ), 3 , $col_poly ); // 画像を出力します header ( 'Content-type: image/png' ); imagepng ( $image ) ...
https://man.plustar.jp/php/function.imagepolygon.html - [similar]
指定された角度で画像を回転する 3871
« imageresolution imagesavealpha » PHP Manual GD および Image 関数 指定された角度で画像を回転する ... 'test.jpg' ; $degrees = 180 ; // コンテントタイプ header ( 'Content-type: image/jpeg' ); // 読み込み $sourc ...
https://man.plustar.jp/php/function.imagerotate.html - [similar]
線描画用のスタイルを設定する 3871
« imagesetpixel imagesetthickness » PHP Manual GD および Image 関数 線描画用のスタイルを設定する ... するスクリプトです。 例1 imagesetstyle() の例 <?php header ( "Content-type: image/jpeg" ); $im = imagecreatet ...
https://man.plustar.jp/php/function.imagesetstyle.html - [similar]
塗りつぶし用のイメージを設定する 3871
« imagesetthickness imagestring » PHP Manual GD および Image 関数 塗りつぶし用のイメージを設定す ... , IMG_COLOR_TILED ); // 画像をブラウザに出力します header ( 'Content-Type: image/png' ); imagepng ( $im ); i ...
https://man.plustar.jp/php/function.imagesettile.html - [similar]
文字列を水平に描画する 3871
« imagesettile imagestringup » PHP Manual GD および Image 関数 文字列を水平に描画する imagestrin ... "Hello world!" , $textcolor ); // 画像を出力します header ( "Content-type: image/png" ); imagepng ( $im ); i ...
https://man.plustar.jp/php/function.imagestring.html - [similar]
現在のメールボックスに関する情報を得る 3871
« imap_mail imap_mime_header_decode » PHP Manual IMAP 関数 現在のメールボックスに関する情報を得る ...
https://man.plustar.jp/php/function.imap-mailboxmsginfo.html - [similar]
bytea 型のバイナリをアンエスケープする 3871
« pg_tty pg_untrace » PHP Manual PostgreSQL 関数 bytea 型のバイナリをアンエスケープする pg_unesc ... 'data' ); // バイナリに変換し、ブラウザに送信する header ( 'Content-type: image/jpeg' ); echo pg_unescape_b ...
https://man.plustar.jp/php/function.pg-unescape-bytea.html - [similar]
メソッドリクエスト用の XML を生成する 3871
« xmlrpc_decode xmlrpc_encode » PHP Manual XML-RPC 関数 メソッドリクエスト用の XML を生成する xm ... ate (array( 'http' => array( 'method' => "POST" , 'header' => "Content-Type: text/xml" , 'content' => $reque ...
https://man.plustar.jp/php/function.xmlrpc-encode-request.html - [similar]
さまざまな方式で画像を歪める 3871
« Imagick::displayImages Imagick::drawImage » PHP Manual Imagick さまざまな方式で画像を歪める Im ... , $controlPoints , true ); /* 画像を出力します */ header ( "Content-Type: image/png" ); echo $im ; ?> 上の例 ...
https://man.plustar.jp/php/imagick.distortimage.html - [similar]