検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 498 for [SIMILAR] 16 1024 4096 WITH 20546 ーデ WITH 1807... (1.699 sec.)
現在の言語を設定あるいは取得する 0
« mb_internal_encoding mb_list_encodings » PHP Manual マルチバイト文字列 関数 現在の言語を設定あるいは取得する mb_language (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) mb_language — 現在の言語を設定あるいは取得する 説明 mb_language ( ? string $language = null ): string | bool 現在の言語を設定あ ...
https://man.plustar.jp/php/function.mb-language.html - [similar]
適用可能な文字を全て HTML エンティティに変換する 0
« html_entity_decode htmlspecialchars_decode » PHP Manual String 関数 適用可能な文字を全て HTML エンティティに変換する htmlentities (PHP 4, PHP 5, PHP 7, PHP 8) htmlentities — 適用可能な文字を全て HTML エンティティに変換する 説明 htmlentities ( string $string , int $flags = ENT_QUOTES | ...
https://man.plustar.jp/php/function.htmlentities.html - [similar]
名前空間をサポートした XML パーサを生成する 0
« xml_parse xml_parser_create » PHP Manual XML パーサ 関数 名前空間をサポートした XML パーサを生成する xml_parser_create_ns (PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8) xml_parser_create_ns — 名前空間をサポートした XML パーサを生成する 説明 xml_parser_create_ns ( ? string $encoding = null , str ...
https://man.plustar.jp/php/function.xml-parser-create-ns.html - [similar]
はじめに 0
« DOM インストール/設定 » PHP Manual DOM はじめに はじめに DOM 拡張モジュールを使用すると、DOM API を使用した XML ドキュメントの操作を PHP で行えます。 注意 : DOM拡張機能 は UTF-8 エンコーディングを使います。他のエンコーディングを扱う場合は、 mb_convert_encoding() , UConverter::transcode ...
https://man.plustar.jp/php/intro.dom.html - [similar]
ISO-8859-1 文字列を修正版 UTF-7 テキストに変換する 0
« imap_utf7_decode imap_utf8_to_mutf7 » PHP Manual IMAP 関数 ISO-8859-1 文字列を修正版 UTF-7 テキストに変換する imap_utf7_encode (PHP 4, PHP 5, PHP 7, PHP 8) imap_utf7_encode — ISO-8859-1 文字列を修正版 UTF-7 テキストに変換する 説明 imap_utf7_encode ( string $string ): string string を修 ...
https://man.plustar.jp/php/function.imap-utf7-encode.html - [similar]
文字列の先頭バイトを、0 から 255 までの値に変換する 0
« number_format parse_str » PHP Manual String 関数 文字列の先頭バイトを、0 から 255 までの値に変換する ord (PHP 4, PHP 5, PHP 7, PHP 8) ord — 文字列の先頭バイトを、0 から 255 までの値に変換する 説明 ord ( string $character ): int character の先頭バイトのバイナリ値を、 0 から 255 までの符 ...
https://man.plustar.jp/php/function.ord.html - [similar]
数値から、1バイトの文字列を生成する 0
« chop chunk_split » PHP Manual String 関数 数値から、1バイトの文字列を生成する chr (PHP 4, PHP 5, PHP 7, PHP 8) chr — 数値から、1バイトの文字列を生成する 説明 chr ( int $codepoint ): string codepoint を符号なし数値と解釈することによって指定された文字を含む、 1文字からなる文字列を返します ...
https://man.plustar.jp/php/function.chr.html - [similar]
テキストのコードセットを指定する 0
« ImagickDraw::setTextDecoration ImagickDraw::setTextInterlineSpacing » PHP Manual ImagickDraw テキストのコードセットを指定する ImagickDraw::setTextEncoding (PECL imagick 2, PECL imagick 3) ImagickDraw::setTextEncoding — テキストのコードセットを指定する 説明 public ImagickDraw::setTextEn ...
https://man.plustar.jp/php/imagickdraw.settextencoding.html - [similar]
Windows のサポート 0
« その他の変更 PHP 5.6.x から PHP 7.0.x への移行 » PHP Manual PHP 7.0.x から PHP 7.1.x への移行 Windows のサポート Windows のサポート 長いpath と UTF-8のpath のサポート Webアプリケーションが UTF-8 に対応しているなら、追加の作業は必要ありません。 UTF-8 でないpathへの I/O に依存したアプリケ ...
https://man.plustar.jp/php/migration71.windows-support.html - [similar]
declare 0
« match return » PHP Manual 制御構造 declare declare (PHP 4, PHP 5, PHP 7, PHP 8) declare 文は、あるコードブロックの中に 実行ディレクティブをセットするために使用します。 declare の文法は他の制御構造と似ています。 declare (ディレクティブ) 文 ディレクティブ の箇所で、セットされた declare ブ ...
https://man.plustar.jp/php/control-structures.declare.html - [similar]