Home > PHP > Function > WDDX > wddx_packet_end()

wddx_packet_end()

wddx_packet_end - Ends a WDDX packet with the specified ID

Syntax

string wddx_packet_end (resource $packet_id)

Arguments

  • packet_id - A WDDX packet, returned by wddx_packet_start().

Description

Ends and returns the given WDDX packet.

Version

PHP 4, 5

Return value

Returns the string containing the WDDX packet.