AJAX
[ class tree: AJAX ] [ index: AJAX ] [ all elements ]

Class: HTML_AJAX_Serializer_JSON

Source Location: /HTML_AJAX-0.2.4/AJAX/Serializer/JSON.php

Class Overview


JSON Serializer


Author(s):

Version:

  • Release: @package_version@

Copyright:

  • 2005 Joshua Eichorn

Methods


Child classes:

HTML_AJAX_Serializer_Error
Error Serializer, for now just uses JSON

Inherited Variables

Inherited Methods


Class Details

[line 16]
JSON Serializer


[ Top ]


Method Detail

HTML_AJAX_Serializer_JSON (Constructor)   [line 33]

HTML_AJAX_Serializer_JSON HTML_AJAX_Serializer_JSON( )


[ Top ]

serialize   [line 49]

string serialize( string $input)

This function serializes and input passed to it.
  • Return: The serialized input.
  • Access: public

Parameters:

string   $input   —  The input to serialize.

[ Top ]

unserialize   [line 66]

string unserialize( string $input)

this function unserializes the input passed to it.
  • Return: The unserialized input.
  • Access: public

Parameters:

string   $input   —  The input to unserialize

[ Top ]


Documentation generated on Mon, 11 Mar 2019 14:11:19 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.