Dutch PHP Conference 2025 - Call For Papers

wddx_serialize_value

(PHP 4, PHP 5, PHP 7)

wddx_serialize_valueSerialize a single value into a WDDX packet

Увага

Ця функція ВИЛУЧЕНА в PHP 7.4.0.

Опис

wddx_serialize_value(mixed $var, string $comment = ?): string

Creates a WDDX packet from a single given value.

Параметри

var

The value to be serialized

comment

An optional comment string that appears in the packet header.

Значення, що повертаються

Returns the WDDX packet, or false on error.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top