検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 420 for header (0.078 sec.)
指定した伝送に関する情報を得る 4504
« curl_file_create curl_init » PHP Manual cURL 関数 指定した伝送に関する情報を得る curl_getinfo ... NFO_SPEED_UPLOAD - 平均のアップロード速度 CURLINFO_HEADER_SIZE - 受信したヘッダのサイズ CURLINFO_HEADER_OUT ... させるには、 curl_setopt() をコールする際に CURLINFO_HEADER_OUT オプションを使うようにしておく必要があります。 ... lse を返します。 "url" "content_type" "http_code" "header_size" "request_size" "filetime" "ssl_verify_result ... t" "local_ip" "local_port" "redirect_url" "request_header" (これが設定されるのは、事前に curl_setopt() をコー ...
https://man.plustar.jp/php/function.curl-getinfo.html - [similar]
Vtiful\Kernel\Excel insertFormula 4504
« Vtiful\Kernel\Excel::header Vtiful\Kernel\Excel::insertImage » PHP Manual Vtiful\Kernel\Excel ... g ); $file = $excel -> fileName ( "free.xlsx" ) -> header ([ 'name' , 'money' ]); for( $index = 1 ; $index < ...
https://man.plustar.jp/php/vtiful-kernel-excel.insertFormula.html - [similar]
Main interface to C code and data 4461
« A Complete PHP/FFI/preloading Example FFI::addr » PHP Manual FFI Main interface to C code and ... up, and to instantiate FFI objects when necessary. Header files may be extended with special FFI_SCOPE defin ... details. It is possible to preload more than one C header file into the same scope. クラス概要 final class F ... pointer FFI::load — Loads C declarations from a C header file FFI::memcmp — Compares memory areas FFI::memc ...
https://man.plustar.jp/php/class.ffi.html - [similar]
HTTP コンテキストオプションの一覧 4461
« ソケットコンテキストオプション FTP コンテキストオプション » PHP Manual コンテキストオプションと ... いはその他の HTTP メソッド。 デフォルトは GET です。 header array あるいは string リクエストに付加されるヘッダ ... g User-Agent: ヘッダとして送信する値。上で説明した header オプションで user-agent が 定義されて いない 場合の ... ts = array( 'http' => array( 'method' => 'POST' , 'header' => 'Content-type: application/x-www-form-urlencod ... ンテンツの取得 <?php $url = "http://www.example.org/header.php" ; $opts = array( 'http' => array( 'method' => ...
https://man.plustar.jp/php/context.http.html - [similar]
ネットワーク 4428
« mqseries_strerror はじめに » PHP Manual その他のサービス ネットワーク ネットワーク はじめに イ ... よびプロトコルに対応するインターネットサービスを得る header_register_callback — ヘッダ用の関数を登録する heade ... r_remove — 以前に設定したHTTPヘッダを削除する header — 生の HTTP ヘッダを送信する headers_list — 送信し ... しくは送信される予定の) レスポンスヘッダの一覧を返す headers_sent — ヘッダが既に送信されているかどうかを調べる ...
https://man.plustar.jp/php/book.network.html - [similar]
ネットワーク 関数 4428
« 定義済み定数 checkdnsrr » PHP Manual ネットワーク ネットワーク 関数 ネットワーク 関数 目次 che ... よびプロトコルに対応するインターネットサービスを得る header_register_callback — ヘッダ用の関数を登録する heade ... r_remove — 以前に設定したHTTPヘッダを削除する header — 生の HTTP ヘッダを送信する headers_list — 送信し ... しくは送信される予定の) レスポンスヘッダの一覧を返す headers_sent — ヘッダが既に送信されているかどうかを調べる ...
https://man.plustar.jp/php/ref.network.html - [similar]
ディレクトリハンドルからエントリを読み込む 4394
« streamWrapper::dir_opendir streamWrapper::dir_rewinddir » PHP Manual streamWrapper ディレクトリ ... } public function dir_readdir () { // Extract the header for this entry $header = fread ( $this -> fp , 512 ... /a8checksum/a1filetype/a100link/a100linkedfile" , $header ); // Trim the filename and filesize $filename = t ...
https://man.plustar.jp/php/streamwrapper.dir-readdir.html - [similar]
MIME エンコードされたテキストを UTF-8 に変換する 4352
« imap_utf8_to_mutf7 IMAP\Connection » PHP Manual IMAP 関数 MIME エンコードされたテキストを UTF- ... ようになります。 Johannes Schlüter 参考 imap_mime_header_decode() - MIME ヘッダ要素をデコードする 関連キーワ ... ed , デコード , string , Basic , ヘッダ , decode , header ...
https://man.plustar.jp/php/function.imap-utf8.html - [similar]
Yaf_Response_Abstract クラス 4318
« Yaf_Request_Simple::isXmlHttpRequest Yaf_Response_Abstract::appendBody » PHP Manual Yaf Yaf_Re ... T_BODY = "content" ; /* プロパティ */ protected $ _header ; protected $ _body ; protected $ _sendheader ; /* ... ic clearBody ( string $key = ? ): bool public clearHeaders (): void public getBody ( string $key = ? ): mixe ... d public getHeader (): void public prependBody ( string $content , st ... ? ): bool public response (): void protected setAllHeaders (): void public setBody ( string $content , strin ...
https://man.plustar.jp/php/class.yaf-response-abstract.html - [similar]
基本的な使用法 4318
« 例 Imagick » PHP Manual 例 基本的な使用法 基本的な使用法 Imagick は、PHP による画像の操作を、 ... ください。 例1 Imagick によるサムネイルの作成 <?php header ( 'Content-type: image/jpeg' ); $image = new Imagi ... > getImageHeight () + 10 ); /* 画像を出力します */ header ( "Content-Type: image/png" ); echo $canvas ; ?> 上 ... > setImageFormat ( 'png' ); /* 画像を出力します */ header ( "Content-Type: image/png" ); echo $canvas ; ?> 上 ... ; /* PNG のヘッダーを設定して、画像を出力します */ header ( 'Content-Type: image/png' ); echo $img ; ?> 上の ...
https://man.plustar.jp/php/imagick.examples-1.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT