検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 420 for header (0.008 sec.)
デフォルトのストリームコンテキストを取得する 4166
« stream_context_create stream_context_get_options » PHP Manual ストリーム 関数 デフォルトのスト ... opts = array( 'http' =>array( 'method' => "GET" , 'header' => "Accept-language: en\r\n" . "Cookie: foo=bar" ... pts = array( 'http' =>array( 'method' => "POST" , 'header' => "Content-type: application/x-www-form-urlencod ...
https://man.plustar.jp/php/function.stream-context-get-default.html - [similar]
Sets maximum body size for the connection 4132
« EventHttpConnection::setLocalPort EventHttpConnection::setMaxHeadersSize » PHP Manual EventHtt ... 値 値を返しません。 参考 EventHttpConnection::setMaxHeadersSize() - Sets maximum header size 関連キーワード: ... ion , EventHttpConnection , setMaxBodySize , setMaxHeadersSize , max , setLocalPort , event ...
https://man.plustar.jp/php/eventhttpconnection.setmaxbodysize.html - [similar]
実行時設定 4132
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... ション 名前 デフォルト 変更可能 変更履歴 mail.add_x_header "0" PHP_INI_PERDIR mail.log NULL PHP_INI_SYSTEM|PH ... レクティブに関する 簡単な説明を示します。 mail.add_x_header bool X-PHP-Originating-Script を追加します。 それは ...
https://man.plustar.jp/php/mail.configuration.html - [similar]
HTTP(s) URL へのアクセス 4132
« file:// ftp:// » PHP Manual サポートするプロトコル/ラッパー HTTP(s) URL へのアクセス http:// h ... クセスすることが できます。ヘッダは、 $http_response_header 変数に保存されます。 (全てのリダイレクトが処理され ... す。 参考 HTTP コンテキストオプション $http_response_header stream_get_meta_data() - ヘッダーあるいはメタデータ ...
https://man.plustar.jp/php/wrappers.http.html - [similar]
画像をブラウザあるいはファイルに出力する 4090
« imageistruecolor imagelayereffect » PHP Manual GD および Image 関数 画像をブラウザあるいはファ ... nt type ヘッダを、ここでは image/jpeg と設定します header ( 'Content-Type: image/jpeg' ); // 画像を出力します ... nt type ヘッダを、ここでは image/jpeg と設定します header ( 'Content-Type: image/jpeg' ); // to パラメータを ...
https://man.plustar.jp/php/function.imagejpeg.html - [similar]
画像をブラウザあるいはファイルに出力する 4090
« imagetypes imagewebp » PHP Manual GD および Image 関数 画像をブラウザあるいはファイルに出力する ... _type_to_mime_type() で content-types を取得します header ( 'Content-Type: image/vnd.wap.wbmp' ); // 画像を出 ... _type_to_mime_type() で content-types を取得します header ( 'Content-Type: image/vnd.wap.wbmp' ); // 別の前景 ...
https://man.plustar.jp/php/function.imagewbmp.html - [similar]
Description 4090
« Imagick::appendImages Imagick::averageImages » PHP Manual Imagick Description Imagick::autoLev ... th ( $imagePath )); $imagick -> autoLevelImage (); header ( "Content-Type: image/jpg" ); echo $imagick -> ge ...
https://man.plustar.jp/php/imagick.autolevelimage.html - [similar]
Description 4090
« Imagick::blackThresholdImage Imagick::blurImage » PHP Manual Imagick Description Imagick::blue ... ath )); $imagick -> blueShiftImage ( $blueShift ); header ( "Content-Type: image/jpg" ); echo $imagick -> ge ...
https://man.plustar.jp/php/imagick.blueshiftimage.html - [similar]
RRD 関数 4090
« OOP PECL/rrd example rrd_create » PHP Manual RRD RRD 関数 RRD 関数 目次 rrd_create — Creates r ... m XML dump rrd_tune — Tunes some RRD database file header options rrd_update — Updates the RRD database rrd_ ...
https://man.plustar.jp/php/ref.rrd.html - [similar]
4057
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... "URI:" , $req -> getUri (), PHP_EOL ; echo "Input headers:" ; var_dump ( $req -> getInputHeaders ()); echo ... "Output headers:" ; var_dump ( $req -> getOutputHeaders ()); echo ... "URI:" , $req -> getUri (), PHP_EOL ; echo "Input headers:" ; var_dump ( $req -> getInputHeaders ()); echo ... "Output headers:" ; var_dump ( $req -> getOutputHeaders ()); echo ...
https://man.plustar.jp/php/event.examples.html - [similar]