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

Source for file Null.php

Documentation is available at Null.php

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

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