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

Source for file Null.php

Documentation is available at Null.php

  1. <?php
  2. // $Id$
  3. /**
  4.  * Null Serializer
  5.  *
  6.  * @category   HTML
  7.  * @package    AJAX
  8.  * @author     Joshua Eichorn <josh@bluga.net>
  9.  * @copyright  2005 Joshua Eichorn
  10.  * @license    http://www.opensource.org/licenses/lgpl-license.php  LGPL
  11.  * @version    Release: @package_version@
  12.  * @link       http://pear.php.net/package/PackageName
  13.  */
  14. {
  15.     
  16.     function serialize($input
  17.     {
  18.         return $input;
  19.     }
  20.  
  21.     function unserialize($input
  22.     {
  23.         return $input;
  24.     }
  25. }
  26. /* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */
  27. ?>

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