検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 420 for header (0.006 sec.)
指定したモードで画像を反転させる 4242
« imagefilter imagefontheight » PHP Manual GD および Image 関数 指定したモードで画像を反転させる ... イル $filename = 'phplogo.png' ; // コンテントタイプ header ( 'Content-type: image/png' ); // 読み込み $im = i ... イル $filename = 'phplogo.png' ; // コンテントタイプ header ( 'Content-type: image/png' ); // 読み込み $im = i ...
https://man.plustar.jp/php/function.imageflip.html - [similar]
スレッド化したメッセージのツリーを返す 4242
« imap_subscribe imap_timeout » PHP Manual IMAP 関数 スレッド化したメッセージのツリーを返す imap ... ode ( '.' , $key ); if ( $tree [ 1 ] == 'num' ) { $header = imap_headerinfo ( $nntp , $val ); echo "<ul>\n\t ... <li>" . $header -> fromaddress . "\n" ; } elseif ( $tree [ 1 ] == ...
https://man.plustar.jp/php/function.imap-thread.html - [similar]
cURL ハンドルのセットを閉じる 4200
« curl_multi_add_handle curl_multi_errno » PHP Manual cURL 関数 cURL ハンドルのセットを閉じる cu ... /www.example.com/" ); curl_setopt ( $ch1 , CURLOPT_HEADER , 0 ); curl_setopt ( $ch2 , CURLOPT_URL , "http:// ... www.php.net/" ); curl_setopt ( $ch2 , CURLOPT_HEADER , 0 ); // マルチ cURL ハンドルを作成します $mh = c ...
https://man.plustar.jp/php/function.curl-multi-close.html - [similar]
div および offset の係数を使用し、3x3 の畳み込み配列を適用する 4200
« imagecolortransparent imagecopy » PHP Manual GD および Image 関数 div および offset の係数を使 ... ; imageconvolution ( $image , $emboss , 1 , 127 ); header ( 'Content-Type: image/png' ); imagepng ( $image , ... , 5 , 10 , 18 , 'Gaussian Blur Text' , 0x00ff00 ); header ( 'Content-Type: image/png' ); imagepng ( $image , ...
https://man.plustar.jp/php/function.imageconvolution.html - [similar]
CURL コンテキストオプションの一覧 4166
« SSL コンテキストオプション Phar コンテキストオプション » PHP Manual コンテキストオプションとパ ... サポートする HTTP メソッド。 デフォルトは GET です。 header string リクエスト時に送信する追加のヘッダ。このオプ ... ts = array( 'http' => array( 'method' => 'POST' , 'header' => 'Content-type: application/x-www-form-urlencod ...
https://man.plustar.jp/php/context.curl.html - [similar]
Sets maximum request body size 4166
« EventHttp::setDefaultCallback EventHttp::setMaxHeadersSize » PHP Manual EventHttp Sets maximum ... tes. 戻り値 値を返しません。 参考 EventHttp::setMaxHeadersSize() - Sets maximum HTTP header size 関連キーワー ... mum , request , EventHttp , setMaxBodySize , setMaxHeadersSize , setDefaultCallback , event , public ...
https://man.plustar.jp/php/eventhttp.setmaxbodysize.html - [similar]
cURL マルチハンドルに、通常の cURL ハンドルを追加する 4166
« curl_init curl_multi_close » PHP Manual cURL 関数 cURL マルチハンドルに、通常の cURL ハンドルを ... /www.example.com/" ); curl_setopt ( $ch1 , CURLOPT_HEADER , 0 ); curl_setopt ( $ch2 , CURLOPT_URL , "http:// ... www.php.net/" ); curl_setopt ( $ch2 , CURLOPT_HEADER , 0 ); // マルチ cURL ハンドルを作成します $mh = c ...
https://man.plustar.jp/php/function.curl-multi-add-handle.html - [similar]
現在の cURL ハンドルから、サブ接続を実行する 4166
« curl_multi_errno curl_multi_getcontent » PHP Manual cURL 関数 現在の cURL ハンドルから、サブ接 ... tp://example.com/" ); curl_setopt ( $ch1 , CURLOPT_HEADER , 0 ); curl_setopt ( $ch2 , CURLOPT_URL , "http:// ... www.php.net/" ); curl_setopt ( $ch2 , CURLOPT_HEADER , 0 ); // マルチ cURL ハンドルを作成します $mh = c ...
https://man.plustar.jp/php/function.curl-multi-exec.html - [similar]
画像に埋め込まれたサムネイルを取得する 4166
« exif_tagname read_exif_data » PHP Manual Exif 関数 画像に埋め込まれたサムネイルを取得する exif ... 。 この関数を使用してサムネイルを出力したい場合は、 header() 関数を使用して mimetype 情報を送信する 必要があり ... dth , $height , $type ); if ( $image !== false ) { header ( 'Content-type: ' . image_type_to_mime_type ( $ty ...
https://man.plustar.jp/php/function.exif-thumbnail.html - [similar]
ファイルポインタ上に残っているすべてのデータを出力する 4166
« fopen fputcsv » PHP Manual ファイルシステム 関数 ファイルポインタ上に残っているすべてのデータを ... fopen ( $name , 'rb' ); // 正しいヘッダを送出する header ( "Content-Type: image/png" ); header ( "Content-L ...
https://man.plustar.jp/php/function.fpassthru.html - [similar]