mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Link via "See Also" autoloading and the callback for unserializing unknown objects.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278844 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
32ed9bc683
commit
c7bbd32bf0
3 changed files with 16 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<sect1 xml:id="language.oop5.autoload" xmlns="http://docbook.org/ns/docbook">
|
||||
<title>Autoloading Objects</title>
|
||||
<para>
|
||||
|
@ -84,6 +84,16 @@ Fatal error: Interface 'ITest' not found in ...
|
|||
</example>
|
||||
</para>
|
||||
|
||||
<simplesect role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function>unserialize</function></member>
|
||||
<member><link linkend="unserialize-callback-func">unserialize_callback_func</link></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</simplesect>
|
||||
|
||||
</sect1>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.24 $ -->
|
||||
<!-- $Revision: 1.25 $ -->
|
||||
<refentry xml:id="function.unserialize" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>unserialize</refname>
|
||||
|
@ -173,6 +173,8 @@ function mycallback($classname)
|
|||
<para>
|
||||
<simplelist>
|
||||
<member><function>serialize</function></member>
|
||||
<member><link linkend="language.oop5.autoload">Autoloading Objects</link></member>
|
||||
<member><link linkend="unserialize-callback-func">unserialize_callback_func</link></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<section xml:id="var.configuration" xmlns="http://docbook.org/ns/docbook">
|
||||
&reftitle.runtime;
|
||||
&extension.runtime;
|
||||
|
@ -47,7 +47,7 @@
|
|||
if you really want to implement such a callback-function.
|
||||
</para>
|
||||
<para>
|
||||
See also <function>unserialize</function>.
|
||||
See also <function>unserialize</function> and <link linkend="language.oop5.autoload">Autoloading Objects</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue