検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 420 for header (0.006 sec.)
MIME ヘッダ要素をデコードする 5735
« imap_mailboxmsginfo imap_msgno » PHP Manual IMAP 関数 MIME ヘッダ要素をデコードする imap_mime_ ... ader_decode (PHP 4, PHP 5, PHP 7, PHP 8) imap_mime_header_decode — MIME ヘッダ要素をデコードする 説明 imap_m ... ime_header_decode ( string $string ): array | false 非 ASCII ... は、失敗した時に false を返します。 例 例1 imap_mime_header_decode() の例 <?php $text = "=?ISO-8859-1?Q?Keld_J ... nsen?= <keld@example.com>" ; $elements = imap_mime_header_decode ( $text ); for ( $i = 0 ; $i < count ( $ele ...
https://man.plustar.jp/php/function.imap-mime-header-decode.html - [similar]
ファイルを出力する 5735
« popen readlink » PHP Manual ファイルシステム 関数 ファイルを出力する readfile (PHP 4, PHP 5, P ... ile = 'monkey.gif' ; if ( file_exists ( $file )) { header ( 'Content-Description: File Transfer' ); header ( ... 'Content-Type: application/octet-stream' ); header ( 'Content-Disposition: attachment; filename="' . ... basename ( $file ). '"' ); header ( 'Expires: 0' ); header ( 'Cache-Control: must-re ... validate' ); header ( 'Pragma: public' ); header ( 'Content-Length: ' ...
https://man.plustar.jp/php/function.readfile.html - [similar]
FDF 固有の出力ヘッダをセットする 5583
« fdf_get_version fdf_next_field_name » PHP Manual FDF 関数 FDF 固有の出力ヘッダをセットする fdf ... _header (PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL fdf SVNf) fdf ... _header — FDF 固有の出力ヘッダをセットする 説明 fdf_header ... ワード: FDF , 出力 , ヘッダ , 固有 , セット , fdf , header , 関数 , パラメータ , next ...
https://man.plustar.jp/php/function.fdf-header.html - [similar]
最もあてはまるロケールを HTTP "Accept-Language" ヘッダにもとづいて探す 5549
« Locale Locale::canonicalize » PHP Manual Locale 最もあてはまるロケールを HTTP "Accept-Language ... 向型 public static Locale::acceptFromHttp ( string $header ): string | false 手続き型 locale_accept_from_http ... ( string $header ): string | false HTTP "Accept-Language" ヘッダが要 ... る言語リストを満たすロケールを探します。 パラメータ header "Accept-Language" ヘッダを含む文字列。RFC 2616 形式 ... 。 戻り値 対応するロケール ID を返します。 header の長さが INTL_MAX_LOCALE_LEN を超えた場合、 false ...
https://man.plustar.jp/php/locale.acceptfromhttp.html - [similar]
画像をブラウザあるいはファイルに出力する 5364
« imagegetinterpolation imagegrabscreen » PHP Manual GD および Image 関数 画像をブラウザあるいは ... brary' , 0xFFBA00 ); // 画像をブラウザに出力します header ( 'Content-Type: image/gif' ); imagegif ( $im ); i ... 性のある PHP アプリケーションを書くことが可能です。 header ("Content-Type: image/gif"); imagegif ($im); の部分 ... t if( function_exists ( 'imagegif' )) { // For GIF header ( 'Content-Type: image/gif' ); imagegif ( $im ); } ... if( function_exists ( 'imagejpeg' )) { // For JPEG header ( 'Content-Type: image/jpeg' ); imagejpeg ( $im , ...
https://man.plustar.jp/php/function.imagegif.html - [similar]
imap_headerinfo のエイリアス 5322
« imap_getsubscribed imap_headerinfo » PHP Manual IMAP 関数 imap_headerinfo のエイリアス imap_header ... ader (PHP 4, PHP 5, PHP 7) imap_header — imap_headerinfo() のエイリアス 警告 このエイリア ... た。 説明 この関数は次の関数のエイリアスです。 imap_headerinfo() . 関連キーワード: headerinfo , 関数 , header ...
https://man.plustar.jp/php/function.imap-header.html - [similar]
Enable the gzip of response content. 5322
« Swoole\Http\Response::end Swoole\Http\Response::header » PHP Manual Swoole\Http\Response Enabl ... zip ( string $compress_level = ? ): ReturnType The header about Content-Encoding will be added automatically ... 関連キーワード: content , Swoole , Http , the , of , header , compress , Content , automatically , added ...
https://man.plustar.jp/php/swoole-http-response.gzip.html - [similar]
The Swoole\Http\Response class 5170
« Swoole\Http\Request::rawcontent Swoole\Http\Response::cookie » PHP Manual Swoole The Swoole\Ht ... ( string $compress_level = ? ): ReturnType public header ( string $key , string $value , string $ucwords = ... ? ): void public initHeader (): ReturnType public rawcookie ( string $name , s ... he gzip of response content. Swoole\Http\Response::header — Set the HTTP response headers. Swoole\Http\Respo ... nse::initHeader — Init the HTTP response header. Swoole\Http\Respo ...
https://man.plustar.jp/php/class.swoole-http-response.html - [similar]
SOAP ヘッダをレスポンスに追加する 5170
« SoapServer::addFunction SoapServer::__construct » PHP Manual SoapServer SOAP ヘッダをレスポンス ... に追加する SoapServer::addSoapHeader (PHP 5 >= 5.1.3, PHP 7, PHP 8) SoapServer::addSoap ... レスポンスに追加する 説明 public SoapServer::addSoapHeader ( SoapHeader $header ): void 現在のリクエストから返 ... るレスポンスに SOAP ヘッダを追加します。 パラメータ header 返すヘッダ。 戻り値 値を返しません。 関連キーワード ... : ヘッダ , レスポンス , 追加 , SoapServer , addSoapHeader , header , addFunction , construct , public , Soap ...
https://man.plustar.jp/php/soapserver.addsoapheader.html - [similar]
Vtiful\Kernel\Excel getHandle 5102
« Vtiful\Kernel\Excel::fileName Vtiful\Kernel\Excel::header » PHP Manual Vtiful\Kernel\Excel Vti ... t -> fileName ( 'tutorial.xlsx' , 'sheet_one' ) -> header ([ 'name' , 'age' ]); $handle = $file -> getHandle ... ful , Kernel , getHandle , パラメータ , fileName , header , xlswriter , public , Get , resource ...
https://man.plustar.jp/php/vtiful-kernel-excel.getHandle.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT