2003-12-18 11:47:08 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2004-03-10 23:04:29 +00:00
|
|
|
<!-- $Revision: 1.7 $ -->
|
2003-12-18 11:47:08 +00:00
|
|
|
<!-- splitted from ./en/functions/info.xml, last change in rev 1.23 -->
|
2002-04-15 00:12:54 +00:00
|
|
|
<refentry id="function.ini-restore">
|
|
|
|
<refnamediv>
|
|
|
|
<refname>ini_restore</refname>
|
2003-12-18 11:47:08 +00:00
|
|
|
<refpurpose>Restores the value of a configuration option</refpurpose>
|
2002-04-15 00:12:54 +00:00
|
|
|
</refnamediv>
|
|
|
|
<refsect1>
|
2003-12-18 11:47:08 +00:00
|
|
|
<title>Description</title>
|
2002-04-15 00:12:54 +00:00
|
|
|
<methodsynopsis>
|
2004-03-10 23:04:29 +00:00
|
|
|
<type>void</type><methodname>ini_restore</methodname>
|
2002-04-15 00:12:54 +00:00
|
|
|
<methodparam><type>string</type><parameter>varname</parameter></methodparam>
|
|
|
|
</methodsynopsis>
|
|
|
|
<para>
|
2003-12-18 11:47:08 +00:00
|
|
|
Restores a given configuration option to its original value.
|
2002-04-15 00:12:54 +00:00
|
|
|
</para>
|
|
|
|
<para>
|
2003-12-18 11:47:08 +00:00
|
|
|
See also
|
2003-02-22 04:24:24 +00:00
|
|
|
<function>ini_get</function>,
|
2003-12-18 11:47:08 +00:00
|
|
|
<function>ini_get_all</function>, and
|
2003-02-22 04:24:24 +00:00
|
|
|
<function>ini_set</function>.
|
2002-04-15 00:12:54 +00:00
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
</refentry>
|
|
|
|
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
sgml-parent-document:nil
|
|
|
|
sgml-default-dtd-file:"../../../../manual.ced"
|
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
|
|
|
-->
|