wddx_packet_end
PHP Manual
PHP Manual»WDDX Funzioni»wddx_packet_end

wddx_packet_end

(PHP 4, PHP 5, PHP 7)

wddx_packet_endEnds a WDDX packet with the specified ID

Avviso

This function was REMOVED in PHP 7.4.0.

Descrizione

function wddx_packet_end(resource $packet_id): string

Ends and returns the given WDDX packet.

Elenco dei parametri

packet_id

A WDDX packet, returned by wddx_packet_start().

Valori restituiti

Returns the string containing the WDDX packet.

To Top