2010-03-28 22:10:10 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2009-07-11 09:15:58 +00:00
|
|
|
<!-- $Revision$ -->
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="var.configuration" xmlns="http://docbook.org/ns/docbook">
|
2002-09-30 00:09:47 +00:00
|
|
|
&reftitle.runtime;
|
|
|
|
&extension.runtime;
|
|
|
|
<para>
|
|
|
|
<table>
|
2019-06-08 15:52:28 +00:00
|
|
|
<title>Variables Configuration Options</title>
|
2005-02-22 17:36:12 +00:00
|
|
|
<tgroup cols="4">
|
2002-09-30 00:09:47 +00:00
|
|
|
<thead>
|
|
|
|
<row>
|
2012-01-11 08:09:53 +00:00
|
|
|
<entry>&Name;</entry>
|
|
|
|
<entry>&Default;</entry>
|
|
|
|
<entry>&Changeable;</entry>
|
|
|
|
<entry>&Changelog;</entry>
|
2002-09-30 00:09:47 +00:00
|
|
|
</row>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<row>
|
2018-01-29 20:43:44 +00:00
|
|
|
<entry><link linkend="ini.unserialize-callback-func">unserialize_callback_func</link></entry>
|
2019-06-08 15:52:28 +00:00
|
|
|
<entry>&null;</entry>
|
2012-02-29 00:24:15 +00:00
|
|
|
<entry>PHP_INI_ALL</entry>
|
2019-06-08 15:52:28 +00:00
|
|
|
<entry></entry>
|
2002-09-30 00:09:47 +00:00
|
|
|
</row>
|
|
|
|
</tbody>
|
|
|
|
</tgroup>
|
|
|
|
</table>
|
2005-02-15 09:46:10 +00:00
|
|
|
&ini.php.constants;
|
2002-09-30 00:09:47 +00:00
|
|
|
</para>
|
2003-05-01 21:52:58 +00:00
|
|
|
|
|
|
|
&ini.descriptions.title;
|
|
|
|
|
2002-09-30 00:09:47 +00:00
|
|
|
<para>
|
|
|
|
<variablelist>
|
2018-01-29 20:43:44 +00:00
|
|
|
<varlistentry xml:id="ini.unserialize-callback-func">
|
|
|
|
<term xml:id="unserialize-callback-func"> <!-- Legacy ID, may be used in translations. -->
|
2002-09-30 00:09:47 +00:00
|
|
|
<parameter>unserialize_callback_func</parameter>
|
|
|
|
<type>string</type>
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2010-04-22 21:50:53 +00:00
|
|
|
The callback specified is called when <function>unserialize</function>
|
|
|
|
attempts to use an undefined class. A warning appears if the specified
|
|
|
|
callback function is not defined, or if the callback function fails to
|
|
|
|
define the missing class.
|
2002-09-30 00:09:47 +00:00
|
|
|
</para>
|
|
|
|
<para>
|
2009-04-16 15:30:49 +00:00
|
|
|
See also <function>unserialize</function> and <link linkend="language.oop5.autoload">Autoloading Objects</link>.
|
2002-09-30 00:09:47 +00:00
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
</variablelist>
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<!-- 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
|
2009-09-25 07:04:39 +00:00
|
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
2002-09-30 00:09:47 +00:00
|
|
|
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
|
|
|
|
-->
|