Source of: /manual/en/function.tidy-save-config.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.tidy.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'en',
),
'this' =>
array (
0 => 'function.tidy-save-config.php',
1 => 'tidy_save_config',
),
'up' =>
array (
0 => 'ref.tidy.php',
1 => 'Tidy Functions',
),
'prev' =>
array (
0 => 'function.tidy-reset-config.php',
1 => 'tidy_reset_config',
),
'next' =>
array (
0 => 'function.tidy-set-encoding.php',
1 => 'tidy_set_encoding',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div id="function.tidy-save-config" class="refentry">
<div class="refnamediv">
<h1 class="refname">tidy_save_config</h1>
<p class="verinfo">(PECL tidy >= 0.5.2)</p><p class="refpurpose"><span class="refname">tidy_save_config</span> — <span class="dc-title">Save current settings to named file</span></p>
</div>
<a name="function.tidy-save-config.description"></a><div class="refsect1 description">
<h3 class="title">Description</h3>
<div class="methodsynopsis dc-description">
<span class="type">bool</span> <span class="methodname"><b>tidy_save_config</b></span>
( <span class="methodparam"><span class="type">string</span> <tt class="parameter">$filename</tt></span>
)</div>
<p class="para rdfs-comment">
Saves current settings to the specified file. Only non-default values are
written.
</p>
</div>
<a name="function.tidy-save-config.parameters"></a><div class="refsect1 parameters">
<h3 class="title">Parameters</h3>
<p class="para">
</p><dl>
<dt class="varlistentry">
<span class="term"><i><tt class="parameter">filename</tt></i>
</span>
</dt><dd class="listitem">
<p class="para">
Path to the config file.
</p>
</dd>
</dl>
<p>
</p>
</div>
<a name="function.tidy-save-config.returnvalues"></a><div class="refsect1 returnvalues">
<h3 class="title">Return Values</h3>
<p class="para">
Returns <b><tt class="constant">TRUE</tt></b> on success or <b><tt class="constant">FALSE</tt></b> on failure.
</p>
</div>
<a name="function.tidy-save-config.notes"></a><div class="refsect1 notes">
<h3 class="title">Notes</h3>
<blockquote><p><b class="note">Note</b>: <span class="simpara">This function is only available in
Tidy 1.0. It became obsolete in Tidy 2.0, and thus has been removed.
</span></p></blockquote>
</div>
<a name="function.tidy-save-config.seealso"></a><div class="refsect1 seealso">
<h3 class="title">See Also</h3>
<p class="para">
</p><ul class="simplelist">
<li class="member"><a href="tidy.getconfig.php" class="function" rel="rdfs-seeAlso">tidy_get_config()</a> - Get current Tidy configuration</li>
<li class="member"><a href="tidy.getopt.php" class="function" rel="rdfs-seeAlso">tidy_getopt()</a> - Returns the value of the specified configuration option for the tidy document</li>
<li class="member"><a href="function.tidy-reset-config.php" class="function" rel="rdfs-seeAlso">tidy_reset_config()</a> - Restore Tidy configuration to default values</li>
<li class="member"><a href="function.tidy-setopt.php" class="function" rel="rdfs-seeAlso">tidy_setopt()</a> - Updates the configuration settings for the specified tidy document</li>
</ul><p>
</p>
</div>
</div><?php manual_footer(); ?>