検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 120 for mime (0.004 sec.)
指定したエンベロープおよびボディセクションに基づいて MIME メッセージを作成する 7140
« imap_lsub imap_mail_copy » PHP Manual IMAP 関数 指定したエンベロープおよびボディセクションに基 ... づいて MIME メッセージを作成する imap_mail_compose (PHP 4, PHP ... 指定したエンベロープおよびボディセクションに基づいて MIME メッセージを作成する 説明 imap_mail_compose ( arra ... envelope およびボディセクション bodies に基づいて MIME メッセージを作成します。 パラメータ envelope ヘッダ ... す。 body に指定する配列の構造 キー 型 説明 type int MIMEタイプ。 TYPETEXT (デフォルト), TYPEMULTIPART , TYPE ...
https://man.plustar.jp/php/function.imap-mail-compose.html - [similar]
新しい fileinfo インスタンスを作成する 7066
« finfo_file finfo_set_flags » PHP Manual Fileinfo 関数 新しい fileinfo インスタンスを作成する f ... データベースファイルの名前。通常は /path/to/magic.mime のようになります。 指定されなかった場合は、環境変数 ... ブジェクト指向型 <?php $finfo = new finfo ( FILEINFO_MIME , "/usr/share/misc/magic" ); // mime タイプを mime ... type 拡張形式で返します /* 指定したファイルの mime タイプを取得します */ $filename = "/usr/local/some ... 例2 手続き型 <?php $finfo = finfo_open ( FILEINFO_MIME , "/usr/share/misc/magic" ); // mime タイプを mime ...
https://man.plustar.jp/php/function.finfo-open.html - [similar]
notification コンテキストパラメータ用のコールバック関数 7028
« stream_isatty stream_register_wrapper » PHP Manual ストリーム 関数 notification コンテキストパ ... lesize: " , $bytes_max ; break; case STREAM_NOTIFY_MIME_TYPE_IS : echo "Found the mime-type: " , $message ... とえば以下のようになります。 Connected... Found the mime-type: text/html; charset=utf-8 Being redirected to ... contact Connected... Got the filesize: 0 Found the mime-type: text/html; charset=utf-8 Being redirected to ... .php Connected... Got the filesize: 4589 Found the mime-type: text/html;charset=utf-8 Made some progress, ...
https://man.plustar.jp/php/function.stream-notification-callback.html - [similar]
指定したメッセージ内の MIME セクション名の配列を返す 6991
« mailparse_msg_get_part mailparse_msg_parse_file » PHP Manual Mailparse 関数 指定したメッセージ ... 内の MIME セクション名の配列を返す mailparse_msg_get_structu ... ilparse_msg_get_structure — 指定したメッセージ内の MIME セクション名の配列を返す 説明 mailparse_msg_get_st ... ructure ( resource $mimemail ): array 警告 この関数は、 現在のところ詳細な情 ... ん。引数のリストのみが 記述されています。 パラメータ mimemail 有効な MIME リソース。 関連キーワード: セクショ ...
https://man.plustar.jp/php/function.mailparse-msg-get-structure.html - [similar]
MIME メッセージの指定したセクションに関するハンドルを返す 6917
« mailparse_msg_get_part_data mailparse_msg_get_structure » PHP Manual Mailparse 関数 MIME メッセ ... (PECL mailparse >= 0.9.0) mailparse_msg_get_part — MIME メッセージの指定したセクションに関するハンドルを返 ... す 説明 mailparse_msg_get_part ( resource $mimemail , string $mimesection ): resource 警告 この関数 ... ん。引数のリストのみが 記述されています。 パラメータ mimemail 有効な MIME リソース。 mimesection 関連キーワー ... セクション , ハンドル , mailparse , 指定 , part , mimesection , mimemail , resource , 関数 ...
https://man.plustar.jp/php/function.mailparse-msg-get-part.html - [similar]
MIMEヘッダの文字列をエンコードする 6842
« mb_detect_order mb_encode_numericentity » PHP Manual マルチバイト文字列 関数 MIMEヘッダの文字列 ... をエンコードする mb_encode_mimeheader (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) mb_enc ... ode_mimeheader — MIMEヘッダの文字列をエンコードする 説明 mb ... _encode_mimeheader ( string $string , ? string $charset = null ... ring $newline = "\r\n" , int $indent = 0 ): string MIME ヘッダエンコーディング方式によって文字列 string を ...
https://man.plustar.jp/php/function.mb-encode-mimeheader.html - [similar]
S/MIME 暗号化されたメッセージを復号する 6730
« openssl_pkcs12_read openssl_pkcs7_encrypt » PHP Manual OpenSSL 関数 S/MIME 暗号化されたメッセー ... .6, PHP 5, PHP 7, PHP 8) openssl_pkcs7_decrypt — S/MIME 暗号化されたメッセージを復号する 説明 openssl_pkcs ... ll ): bool input_filename で指定したファイル中の S/MIME 暗号化されたメッセージを、 certificate と private_ ... たの個人証明書と秘密鍵が含まれており、 // あなたはS/MIMEメッセージの受信者であると仮定します。 $infilename = ...
https://man.plustar.jp/php/function.openssl-pkcs7-decrypt.html - [similar]
メッセージの特定のセクションに対する MIME ヘッダを取り出します 6693
« imap_fetchheader imap_fetchstructure » PHP Manual IMAP 関数 メッセージの特定のセクションに対す ...MIME ヘッダを取り出します imap_fetchmime (PHP 5 >= 5.3. ... 6, PHP 7, PHP 8) imap_fetchmime — メッセージの特定のセクションに対する MIME ヘッダ ... を取り出します 説明 imap_fetchmime ( IMAP\Connection $imap , int $message_num , strin ... false 指定したメッセージの本文の特定のセクションの MIME ヘッダを取り出します。 パラメータ imap IMAP\Connec ...
https://man.plustar.jp/php/function.imap-fetchmime.html - [similar]
MIME base64 方式によりエンコードされたデータをデコードする 6581
« URL 関数 base64_encode » PHP Manual URL 関数 MIME base64 方式によりエンコードされたデータをデコ ... ecode (PHP 4, PHP 5, PHP 7, PHP 8) base64_decode — MIME base64 方式によりエンコードされたデータをデコードす ... 。 This is an encoded string 参考 base64_encode() - MIME base64 方式でデータをエンコードする » RFC 2045 6.8 ...
https://man.plustar.jp/php/function.base64-decode.html - [similar]
MIME base64 方式でデータをエンコードする 6581
« base64_decode get_headers » PHP Manual URL 関数 MIME base64 方式でデータをエンコードする base6 ... ncode (PHP 4, PHP 5, PHP 7, PHP 8) base64_encode — MIME base64 方式でデータをエンコードする 説明 base64_en ... yBhbiBlbmNvZGVkIHN0cmluZw== 参考 base64_decode() - MIME base64 方式によりエンコードされたデータをデコードす ...
https://man.plustar.jp/php/function.base64-encode.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT