Example #1
0
 /**
  * WriteClose() - this will complete the internal data transformation on this request.
  *
  * @return void
  */
 public static function writeClose()
 {
     if (self::$_write_closed) {
         return;
     }
     self::$_write_closed = true;
     session_write_close();
     return;
 }