検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 33 for encoded (0.013 sec.)
MIME エンコードされたテキストを UTF-8 に変換する 11904
« imap_utf8_to_mutf7 IMAP\Connection » PHP Manual IMAP 関数 MIME エンコードされたテキストを UTF- ... トを UTF-8 に変換する 説明 imap_utf8 ( string $mime_encoded_text ): string 宣言されている文字セットを libc-cli ... ent が知っている場合は、 指定した mime_encoded_text を UTF-8 に変換します。 知らない場合は、指定さ ... れますが、UTF-8 には変換されません。 パラメータ mime_encoded_text MIME エンコードされた文字列。 MIME エンコーデ ... コードする 関連キーワード: 変換 , テキスト , mime , encoded , デコード , string , Basic , ヘッダ , decode , he ...
https://man.plustar.jp/php/function.imap-utf8.html - [similar]
Parle pattern matching 11470
« 定義済み定数 Character representations » PHP Manual Parle Parle pattern matching Parle pattern ... ucted regex. For example, to match the EURO symbol encoded in UTF-8, the regular expression [\xe2][\x82][\xac ... ] can be used. The pattern for an UTF-8 encoded string could be [ -\x7f]{+}[\x80-\xbf]{+}[\xc2-\xd ... arle , pattern , classes , Character , character , encoded , xe , representations , example , xef ...
https://man.plustar.jp/php/parle.pattern.matching.html - [similar]
HTML 数値エンティティを文字にデコードする 11198
« mb_decode_mimeheader mb_detect_encoding » PHP Manual マルチバイト文字列 関数 HTML 数値エンティ ... ng ( $str , 'UTF-32' , 'UTF-8' )); for ( $i = 0 , $encoded = '' ; $i < $mblen ; $i ++) { $u = substr ( $utf32 ... ( $u , 16 , 10 ); if ( $v < 256 && $map [ $v ]) { $encoded .= '\\x' . substr ( $u , 6 , 2 ); } else if ( $v = ... = 2028 ) { $encoded .= '\\u2028' ; } else if ( $v == 2029 ) { $encoded ... .= '\\u2029' ; } else { $encoded .= mb_convert_encoding ( hex2bin ( $u ), 'UTF-8' , ...
https://man.plustar.jp/php/function.mb-decode-numericentity.html - [similar]
8 ビット文字列を quoted-printable 文字列に変換する 10620
« quoted_printable_decode quotemeta » PHP Manual String 関数 8 ビット文字列を quoted-printable 文 ... ます。 例 例1 quoted_printable_encode() の例 <?php $encoded = quoted_printable_encode ( 'Möchten Sie ein paar ... Äpfel?' ); var_dump ( $encoded ); var_dump ( quoted_printable_decode ( $encoded ) ...
https://man.plustar.jp/php/function.quoted-printable-encode.html - [similar]
フィルタフラグ 10476
« その他のフィルタ 定義済み定数 » PHP Manual フィルタの型 フィルタフラグ フィルタフラグ フィルタ ... える場所 説明 FILTER_FLAG_STRIP_LOW FILTER_SANITIZE_ENCODED , FILTER_SANITIZE_SPECIAL_CHARS , FILTER_SANITIZE_ ... 除去します。 FILTER_FLAG_STRIP_HIGH FILTER_SANITIZE_ENCODED , FILTER_SANITIZE_SPECIAL_CHARS , FILTER_SANITIZE_ ... します。 FILTER_FLAG_STRIP_BACKTICK FILTER_SANITIZE_ENCODED , FILTER_SANITIZE_SPECIAL_CHARS , FILTER_SANITIZE_ ... ドしません。 FILTER_FLAG_ENCODE_LOW FILTER_SANITIZE_ENCODED , FILTER_SANITIZE_STRING , FILTER_SANITIZE_RAW コー ...
https://man.plustar.jp/php/filter.filters.flags.html - [similar]
quoted-printable 文字列を 8 ビット文字列に変換する 10347
« printf quoted_printable_encode » PHP Manual String 関数 quoted-printable 文字列を 8 ビット文字 ... ます。 例 例1 quoted_printable_decode() の例 <?php $encoded = quoted_printable_encode ( 'Möchten Sie ein paar ... Äpfel?' ); var_dump ( $encoded ); var_dump ( quoted_printable_decode ( $encoded ) ...
https://man.plustar.jp/php/function.quoted-printable-decode.html - [similar]
Create new MongoDB Manager 9770
« MongoDB\Driver\Manager::addSubscriber MongoDB\Driver\Manager::createClientEncryption » PHP Man ... pecial characters in its components need to be URL encoded according to » RFC 3986 . This is particularly rel ... ain special characters such as slashes and must be encoded. The rawurlencode() function may be used to encode ... l characters, which would otherwise need to be URL encoded for the connection URI. readConcernLevel string Co ... l characters, which would otherwise need to be URL encoded for the connection URI. w int | string Corresponds ...
https://man.plustar.jp/php/mongodb-driver-manager.construct.html - [similar]
RADIUS Attribute Types 9353
« RADIUS Packet Types RADIUS Vendor Specific Attribute Types » PHP Manual 定義済み定数 RADIUS At ... is expected to the IP address of the RADIUS client encoded as an int , which can be set using radius_put_addr ... the physical port of the user on the RADIUS client encoded as an int , which can be set using radius_put_int( ... s expected to be the address of the user's network encoded as an int , which can be set using radius_put_addr ... s expected to be the netmask of the user's network encoded as an int , which can be set using radius_put_addr ...
https://man.plustar.jp/php/radius.constants.attributes.html - [similar]
The MongoDB\BSON\Binary class 8069
« MongoDB\BSON\toRelaxedExtendedJSON MongoDB\BSON\Binary::__construct » PHP Manual MongoDB\BSON ... be 16 bytes in length. Historically, other drivers encoded values with this type based on their language conv ... the Binary's data should be 16 bytes in length and encoded according to » RFC 4122 . MongoDB\BSON\Binary::TYP ...
https://man.plustar.jp/php/class.mongodb-bson-binary.html - [similar]
UTF-8 エンコードされているコードポイントから、Decomposition_Mapping プロパティの... 8069
« Normalizer Normalizer::isNormalized » PHP Manual Normalizer UTF-8 エンコードされているコードポ ... rror info: 'Input string must be exactly one UTF-8 encoded code point long.: U_ILLEGAL_ARGUMENT_ERROR' (1) -- ... rror info: 'Input string must be exactly one UTF-8 encoded code point long.: U_ILLEGAL_ARGUMENT_ERROR' (1) -- ...
https://man.plustar.jp/php/normalizer.getrawdecomposition.html - [similar]
PREV 1 2 3 4 NEXT