mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
wddx_deserialze became wddx_unserialize yesterday
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@193438 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
41f441d8fb
commit
ff47d3292e
2 changed files with 58 additions and 21 deletions
|
@ -1,25 +1,19 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- splitted from ./en/functions/wddx.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.wddx-deserialize">
|
||||
<refnamediv>
|
||||
<refname>wddx_deserialize</refname>
|
||||
<refpurpose>Deserializes a WDDX packet</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>mixed</type><methodname>wddx_deserialize</methodname>
|
||||
<methodparam><type>string</type><parameter>packet</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>wddx_deserialize</function> takes a
|
||||
<parameter>packet</parameter> string and deserializes it. It
|
||||
returns the result which can be string, number, or array. Note
|
||||
that structures are deserialized into associative arrays.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.wddx-deserialize">
|
||||
<refnamediv>
|
||||
<refname>wddx_deserialize</refname>
|
||||
<refpurpose>&Alias; <function>wddx_unserialize</function></refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<simpara>
|
||||
&info.function.alias;
|
||||
<function>wddx_unserialize</function>.
|
||||
</simpara>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
43
reference/wddx/functions/wddx-unserialize.xml
Normal file
43
reference/wddx/functions/wddx-unserialize.xml
Normal file
|
@ -0,0 +1,43 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- splitted from ./en/functions/wddx.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.wddx-unserialize">
|
||||
<refnamediv>
|
||||
<refname>wddx_unserialize</refname>
|
||||
<refpurpose>Unserializes a WDDX packet</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>mixed</type><methodname>wddx_unserialize</methodname>
|
||||
<methodparam><type>string</type><parameter>packet</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>wddx_unserialize</function> takes a
|
||||
<parameter>packet</parameter> string and unserializes it. It
|
||||
returns the result which can be string, number, or array. Note
|
||||
that structures are unserialized into associative arrays.
|
||||
</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
|
||||
-->
|
Loading…
Reference in a new issue