検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 223 for utf (0.007 sec.)
Unicode 文字を大文字にする 5228
« IntlChar::totitle IntlException » PHP Manual IntlChar Unicode 文字を大文字にする IntlChar::tou ... 型の値 (例: U+2603 SNOWMAN を表す 0x2603 )、あるいは UTF-8 文字列としてエンコードされた文字 (例: "\u{2603}" ... り値の型は int になります。ただし、コードポイントを UTF-8 文字列で渡した場合は別で、その場合の返り値の型は ...
https://man.plustar.jp/php/intlchar.toupper.html - [similar]
属性を開始する 5228
« XMLWriter::setIndentString XMLWriter::startAttributeNs » PHP Manual XMLWriter 属性を開始する X ... p://output' ); $writer -> startDocument ( '1.0' , 'UTF-8' ); $writer -> startElement ( 'element' ); $writ ... 以下のようになります。 <?xml version="1.0" encoding="UTF-8"?> <element attribute="value"/> 参考 XMLWriter:: ...
https://man.plustar.jp/php/xmlwriter.startattribute.html - [similar]
PHP 関数を XSLT 関数として利用できるようにする 5228
« XSLTProcessor::importStylesheet XSLTProcessor::removeParameter » PHP Manual XSLTProcessor PHP ... > EOB; $xsl = <<<EOB <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http ... /php.net/xsl"> <xsl:output method="html" encoding="utf-8" indent="yes"/> <xsl:template match="allusers"> ...
https://man.plustar.jp/php/xsltprocessor.registerphpfunctions.html - [similar]
Unicode 文字をタイトルケースにする 5176
« IntlChar::tolower IntlChar::toupper » PHP Manual IntlChar Unicode 文字をタイトルケースにする I ... 型の値 (例: U+2603 SNOWMAN を表す 0x2603 )、あるいは UTF-8 文字列としてエンコードされた文字 (例: "\u{2603}" ... り値の型は int になります。ただし、コードポイントを UTF-8 文字列で渡した場合は別で、その場合の返り値の型は ...
https://man.plustar.jp/php/intlchar.totitle.html - [similar]
空の DOMDocumentType オブジェクトを作成する 5135
« DOMImplementation::createDocument DOMImplementation::hasFeature » PHP Manual DOMImplementation ... その他のプロパティを設定します $dom -> encoding = 'UTF-8' ; $dom -> standalone = false ; // 空の要素を作成 ... 出力は以下となります。 <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE graph SYSTEM "graph ...
https://man.plustar.jp/php/domimplementation.createdocumenttype.html - [similar]
haystack 文字列の中で、needle が最初に登場した場所以降の部分文字列を返す 5135
« grapheme_strrpos grapheme_substr » PHP Manual Grapheme 関数 haystack 文字列の中で、needle が最 ... ます。 パラメータ haystack 入力文字列。正しい形式の UTF-8 でなければなりません。 needle 探したい文字列。正 ... しい形式の UTF-8 でなければなりません。 beforeNeedle true の場合、 ...
https://man.plustar.jp/php/function.grapheme-strstr.html - [similar]
部分文字列を返す 5135
« grapheme_strstr IDN 関数 » PHP Manual Grapheme 関数 部分文字列を返す grapheme_substr (PHP 5 >= ... します。 パラメータ string 入力文字列。正しい形式の UTF-8 でなければなりません。 offset デフォルトの書記素 ... ンスをテキストバッファから取り出す関数。 テキストは UTF-8 でエンコードされている必要があります » Unicode T ...
https://man.plustar.jp/php/function.grapheme-substr.html - [similar]
送信した (もしくは送信される予定の) レスポンスヘッダの一覧を返す 5135
« header headers_sent » PHP Manual ネットワーク 関数 送信した (もしくは送信される予定の) レスポン ... ます */ header ( 'Content-Type: text/plain; charset=UTF-8' ); /* 送信しようとしているヘッダは? */ var_dump ... 2]=> string(39) "Content-Type: text/plain; charset=UTF-8" } 注意 注意 : ヘッダにアクセスできたりヘッダを出 ...
https://man.plustar.jp/php/function.headers-list.html - [similar]
IDNAのASCII方式でエンコードされたドメイン名をUnicodeに変換する 5135
« idn_to_ascii IntlChar » PHP Manual IDN 関数 IDNAのASCII方式でエンコードされたドメイン名をUnico ... deに変換する idn_to_utf8 (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.2 ... , PECL idn >= 0.1) idn_to_utf8 — IDNAのASCII方式でエンコードされたドメイン名をUn ... icodeに変換する 説明 手続き型 idn_to_utf8 ( string $domain , int $flags = IDNA_DEFAULT , in ... false IDNAのASCII方式でエンコードされたドメイン名をUTF-8でエンコードされたUnicodeに変換します。 パラメータ ...
https://man.plustar.jp/php/function.idn-to-utf8.html - [similar]
コードポイントの "鏡文字" を取得する 5135
« IntlChar::charFromName IntlChar::charName » PHP Manual IntlChar コードポイントの "鏡文字" を取 ... 型の値 (例: U+2603 SNOWMAN を表す 0x2603 )、あるいは UTF-8 文字列としてエンコードされた文字 (例: "\u{2603}" ... り値の型は int になります。ただし、コードポイントを UTF-8 文字列で渡した場合は別で、その場合の返り値の型は ...
https://man.plustar.jp/php/intlchar.charmirror.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT