array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'spldoublylinkedlist.serialize.php', 1 => 'SplDoublyLinkedList::serialize', 2 => 'Serializes the storage', ), 'up' => array ( 0 => 'class.spldoublylinkedlist.php', 1 => 'SplDoublyLinkedList', ), 'prev' => array ( 0 => 'spldoublylinkedlist.rewind.php', 1 => 'SplDoublyLinkedList::rewind', ), 'next' => array ( 0 => 'spldoublylinkedlist.setiteratormode.php', 1 => 'SplDoublyLinkedList::setIteratorMode', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/spl/spldoublylinkedlist/serialize.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

SplDoublyLinkedList::serialize

(PHP 5 >= 5.4.0, PHP 7, PHP 8)

SplDoublyLinkedList::serializeSerializes the storage

说明

public SplDoublyLinkedList::serialize(): string

Serializes the storage.

警告

本函数还未编写文档,仅有参数列表。

参数

此函数没有参数。

返回值

The serialized string.

参见