検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 131 for 修正 (0.005 sec.)
現在の DirectoryIterator アイテムの最終修正時刻を取得する 9694
« DirectoryIterator::getInode DirectoryIterator::getOwner » PHP Manual DirectoryIterator 現在の ... DirectoryIterator アイテムの最終修正時刻を取得する DirectoryIterator::getMTime (PHP 5, P ... :getMTime — 現在の DirectoryIterator アイテムの最終修正時刻を取得する 説明 public DirectoryIterator::getMTi ... me (): int 現在の DirectoryIterator アイテムの最終修正時刻を Unix タイムスタンプで取得します。 パラメータ ... 数にはパラメータはありません。 戻り値 ファイルの最終修正時刻を、Unix タイムスタンプで返します。 例 例1 Direc ...
https://man.plustar.jp/php/directoryiterator.getmtime.html - [similar]
修正版 UTF-7 エンコードされた文字列をデコードする 9694
« imap_unsubscribe imap_utf7_encode » PHP Manual IMAP 関数 修正版 UTF-7 エンコードされた文字列を ... de (PHP 4, PHP 5, PHP 7, PHP 8) imap_utf7_decode — 修正版 UTF-7 エンコードされた文字列をデコードする 説明 i ... map_utf7_decode ( string $string ): string | false 修正版 UTF-7 の string を ISO-8859-1 文字列に デコードし ... デコードする際に 必要となります。 パラメータ string 修正版 UTF-7 エンコーディングの文字列。このエンコーディン ... 859-1 でエンコード した文字列を返します。 string に修正版 UTF-7 として 不正な文字が含まれていた場合、あるい ...
https://man.plustar.jp/php/function.imap-utf7-decode.html - [similar]
修正UTF-7文字列をUTF-8にデコードする 9646
« imap_msgno imap_num_msg » PHP Manual IMAP 関数 修正UTF-7文字列をUTF-8にデコードする imap_mutf7 ... PHP 5 >= 5.3.0, PHP 7, PHP 8) imap_mutf7_to_utf8 — 修正UTF-7文字列をUTF-8にデコードする 説明 imap_mutf7_to ... _utf8 ( string $string ): string | false 修正UTF-7(RFC 2060, section 5.1.3)文字列を UTF-8 にデコ ... ポートした場合にのみ利用できます。 パラメータ string 修正UTF-7 でエンコードされた文字列 戻り値 string を UTF ... 返します. 参考 imap_utf8_to_mutf7() - UTF-8 文字列を修正UTF-7にエンコードする 関連キーワード: 修正 , デコー ...
https://man.plustar.jp/php/function.imap-mutf7-to-utf8.html - [similar]
UTF-8 文字列を修正UTF-7にエンコードする 9646
« imap_utf7_encode imap_utf8 » PHP Manual IMAP 関数 UTF-8 文字列を修正UTF-7にエンコードする imap ... , PHP 7, PHP 8) imap_utf8_to_mutf7 — UTF-8 文字列を修正UTF-7にエンコードする 説明 imap_utf8_to_mutf7 ( str ... ing $string ): string | false UTF-8 文字列を、修正UTF-7(RFC 2060, section 5.1.3)にエンコードします。 ... tring UTF-8 エンコードされた文字列 戻り値 string を修正UTF-7に変換したものを返します。 失敗した場合に fals ... e を返します. 参考 imap_mutf7_to_utf8() - 修正UTF-7文字列をUTF-8にデコードする 関連キーワード: 修 ...
https://man.plustar.jp/php/function.imap-utf8-to-mutf7.html - [similar]
ISO-8859-1 文字列を修正版 UTF-7 テキストに変換する 9476
« imap_utf7_decode imap_utf8_to_mutf7 » PHP Manual IMAP 関数 ISO-8859-1 文字列を修正版 UTF-7 テキ ... HP 7, PHP 8) imap_utf7_encode — ISO-8859-1 文字列を修正版 UTF-7 テキストに変換する 説明 imap_utf7_encode ( ... string $string ): string string を修正版 UTF-7 テキストに変換します。 この関数は、ある種の ... ラメータ string ISO-8859-1 文字列。 戻り値 string を修正版 UTF-7 でエンコードした文字列を返します。 このエン ... 1.3 で定義されています。 参考 imap_utf7_decode() - 修正版 UTF-7 エンコードされた文字列をデコードする 関連キ ...
https://man.plustar.jp/php/function.imap-utf7-encode.html - [similar]
修正候補となる値の一覧を返す 9427
« enchant_dict_store_replacement EnchantBroker » PHP Manual Enchant 関数 修正候補となる値の一覧を ... 8, PECL enchant >= 0.1.0 ) enchant_dict_suggest — 修正候補となる値の一覧を返す 説明 enchant_dict_suggest ( ... st_pwl_dict() によって返される Enchant 辞書。 word 修正候補を調べる単語。 戻り値 単語のスペルが間違っている ... 場合に、修正候補の配列を返します。 変更履歴 バージョン 説明 8.0. ... ant_dict_suggest ( $d , "soong" ); echo "'soong' の修正候補:" ; print_r ( $suggs ); } enchant_broker_free_d ...
https://man.plustar.jp/php/function.enchant-dict-suggest.html - [similar]
単語の修正候補を追加する 9209
« enchant_dict_quick_check enchant_dict_suggest » PHP Manual Enchant 関数 単語の修正候補を追加す ... >= 0.1.0 ) enchant_dict_store_replacement — 単語の修正候補を追加する 説明 enchant_dict_store_replacement ( ... ring $misspelled , string $correct ): void 'mis' の修正候補として 'cor' を使用します。 @mis が @cor に置き換 ... 、それは @cor で置き換えられます。 そのため、@cor が修正候補の中で衝突するかもしれません。 パラメータ dictio ... _dict() によって返される Enchant 辞書。 misspelled 修正する単語。 correct 正しい単語。 戻り値 成功した場合に ...
https://man.plustar.jp/php/function.enchant-dict-store-replacement.html - [similar]
パースされたマークアップに設定に基く誤りの修正を行う 9148
« tidy::body tidy::__construct » PHP Manual tidy パースされたマークアップに設定に基く誤りの修正... repair — パースされたマークアップに設定に基く誤りの修正を行う 説明 オブジェクト指向型 public tidy::cleanRep ... ol この関数は、与えられた Tidy オブジェクト tidy を修正します。 パラメータ tidy Tidy オブジェクト。 戻り値 ... /body> </html> 参考 tidy::repairFile() - ファイルを修正し、それを文字列として返す tidy::repairString() - 別 ... 途提供される設定ファイルを使用して文字列を修正する 関連キーワード: 修正 , パース , 誤り , 設定 , c ...
https://man.plustar.jp/php/tidy.cleanrepair.html - [similar]
ファイルを修正し、それを文字列として返す 9039
« tidy::parseString tidy::repairString » PHP Manual tidy ファイルを修正し、それを文字列として返す ... ) tidy::repairFile -- tidy_repair_file — ファイルを修正し、それを文字列として返す 説明 オブジェクト指向型 p ... Path = false ): string | false 与えられたファイルを修正し、それを文字列として返します。 パラメータ filename ... 修正するファイル。 config config には配列あるいは文字列を ... ePath include_path からファイルを探します。 戻り値 修正した内容を文字列で返します。 例 例1 tidy::repairFile ...
https://man.plustar.jp/php/tidy.repairfile.html - [similar]
バッファを修正するための ob_start コールバック関数 8869
« Tidy 関数 tidy_access_count » PHP Manual Tidy 関数 バッファを修正するための ob_start コールバッ ... r (PHP 5, PHP 7, PHP 8) ob_tidyhandler — バッファを修正するための ob_start コールバック関数 説明 ob_tidyhan ... string $input , int $mode = ? ): string バッファを修正するための ob_start() コールバック関数です。 パラメー ... タ input バッファ。 mode バッファのモード。 戻り値 修正したバッファを返します。 例 例1 ob_tidyhandler() の例 ... リングを有効にする 関連キーワード: バッファ , 関数 , 修正 , tidyhandler , string , input , mode , 出力 , cou ...
https://man.plustar.jp/php/function.ob-tidyhandler.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT