検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 17 for indent (0.005 sec.)
現在の Tidy の設定を取得する 12052
« tidy::$errorBuffer tidy::getHtmlVer » PHP Manual tidy 現在の Tidy の設定を取得する tidy::getCo ... の例 <?php $html = '<p>test</p>' ; $config = array( 'indent' => TRUE , 'output-xhtml' => TRUE , 'wrap' => 200 ... ig ()); ?> 上の例の出力は以下となります。 Array ( [indent-spaces] => 2 [wrap] => 200 [tab-size] => 8 [char-e ... => [markup] => 1 [show-warnings] => 1 [quiet] => [indent] => 1 [hide-endtags] => [input-xml] => [output-xml ... p-jste] => 1 [wrap-php] => 1 [fix-backslash] => 1 [indent-attributes] => [assume-xml-procins] => [add-xml-sp ...
https://man.plustar.jp/php/tidy.getconfig.html - [similar]
正規表現検索を行い、コールバック関数を使用して置換を行う 11293
« preg_replace_callback_array preg_replace » PHP Manual PCRE 関数 正規表現検索を行い、コールバッ ... k() での再帰構造の使用 <?php $input = "通常の位置 [indent] 字下げ [indent] もっと字下げ [/indent] 字下げ [/i ... ction parseTagsRecursive ( $input ) { $regex = '#\[indent]((?:[^[]|\[(?!/?indent])|(?R))+)\[/indent]#' ; if ...
https://man.plustar.jp/php/function.preg-replace-callback.html - [similar]
字下げに使用する文字列を設定する 11293
« XMLWriter::setIndent XMLWriter::startAttribute » PHP Manual XMLWriter 字下げに使用する文字列を ... 設定する XMLWriter::setIndentString xmlwriter_set_indent_string (PHP 5 >= 5.1.2, ... P 7, PHP 8, PECL xmlwriter >= 0.1.0) XMLWriter::setIndentString -- xmlwriter_set_indent_string — 字下げに使用 ... 定する 説明 オブジェクト指向型 public XMLWriter::setIndentString ( string $indentation ): bool 手続き型 xmlwr ... iter_set_indent_string ( XMLWriter $writer , string $indentation ) ...
https://man.plustar.jp/php/xmlwriter.setindentstring.html - [similar]
字下げの on/off を切り替える 10656
« XMLWriter::outputMemory XMLWriter::setIndentString » PHP Manual XMLWriter 字下げの on/off を切 ... り替える XMLWriter::setIndent xmlwriter_set_indent (PHP 5 >= 5.1.2, PHP 7, PHP 8 ... , PECL xmlwriter >= 0.1.0) XMLWriter::setIndent -- xmlwriter_set_indent — 字下げの on/off を切り替 ... える 説明 オブジェクト指向型 public XMLWriter::setIndent ( bool $enable ): bool 手続き型 xmlwriter_set_inde ... リソースが期待されていました。 例 例1 XMLWriter::setIndent() と mixed content mixed content では字下げを有効に ...
https://man.plustar.jp/php/xmlwriter.setindent.html - [similar]
Tidy パースツリーのルートを表す tidyNode を返す 10155
« tidy::repairString tidyNode » PHP Manual tidy Tidy パースツリーのルートを表す tidyNode を返す ... dy -> root (), 1 ); function dump_nodes ( $node , $indent ) { if( $node -> hasChildren ()) { foreach( $node ... -> child as $child ) { echo str_repeat ( '.' , $indent * 2 ) . ( $child -> name ? $child -> name : '"' . ... ld -> value . '"' ). "\n" ; dump_nodes ( $child , $indent + 1 ); } } } ?> 上の例の出力は以下となります。 ..h ...
https://man.plustar.jp/php/tidy.root.html - [similar]
XML 名前空間の使用 8880
« 単純な XML ドキュメントの作成 オブジェクト指向 API の使用 » PHP Manual 例 XML 名前空間の使用 X ... ?php $xw = xmlwriter_open_memory (); xmlwriter_set_indent ( $xw , 1 ); $res = xmlwriter_set_indent_string ( ...
https://man.plustar.jp/php/example.xmlwriter-namespace.html - [similar]
単純な XML ドキュメントの作成 8379
« 例 XML 名前空間の使用 » PHP Manual 例 単純な XML ドキュメントの作成 単純な XML ドキュメントの作 ... ?php $xw = xmlwriter_open_memory (); xmlwriter_set_indent ( $xw , 1 ); $res = xmlwriter_set_indent_string ( ...
https://man.plustar.jp/php/example.xmlwriter-simple.html - [similar]
実行時設定 8242
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... LL yaml.output_canonical 0 PHP_INI_ALL yaml.output_indent 2 PHP_INI_ALL yaml.output_width 80 PHP_INI_ALL 以下 ... オンにすると、標準形式の出力となります。 yaml.output_indent int セクションの字下げに使うスペースの数。 1 から ...
https://man.plustar.jp/php/yaml.configuration.html - [similar]
MIMEヘッダの文字列をエンコードする 8000
« mb_detect_order mb_encode_numericentity » PHP Manual マルチバイト文字列 関数 MIMEヘッダの文字列 ... _encoding = null , string $newline = "\r\n" , int $indent = 0 ): string MIME ヘッダエンコーディング方式によっ ... 際に利用します。 デフォルトは "\r\n" (CRLF) です。 indent 最初の行の字下げ (ヘッダで string の前におく文字数 ...
https://man.plustar.jp/php/function.mb-encode-mimeheader.html - [similar]
Tidy の例 7862
« 例 tidy » PHP Manual 例 Tidy の例 Tidy の例 このシンプルな例は、Tidy の基本的な使い方を示してい ... $html = ob_get_clean (); // 設定 $config = array( 'indent' => true , 'output-xhtml' => true , 'wrap' => 200 ...
https://man.plustar.jp/php/tidy.examples.basic.html - [similar]
PREV 1 2 NEXT