Serializable::serialize

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

Serializable::serialize對象的字符串表示

說明

public Serializable::serialize(): ?string

返回對象的字符串表示。

參數(shù)

此函數(shù)沒有參數(shù)。

返回值

返回對象的字符串表示或者 null 。

錯誤/異常

如果返回除了字符串或 null 之外的其他類型,將拋出 Exception。