视频监控网络部分的协议ddns,的模块的实现代码,请大家大胆指正.

源代码在线查看: excel.php

软件大小: 62625 K
上传用户: qqwoshi
关键词: ddns 视频监控 网络
下载地址: 免注册下载 普通下载 VIP

相关代码

								/* vim: set expandtab sw=4 ts=4 sts=4: */				/**				 * Set of functions used to build CSV dumps of tables				 *				 * @version $Id: excel.php 10239 2007-04-01 09:51:41Z cybot_tm $				 */								/**				 *				 */				if (isset($plugin_list)) {				    $plugin_list['excel'] = array(				        'text' => 'strStrucExcelCSV',				        'extension' => 'csv',				        'mime_type' => 'text/comma-separated-values',				        'options' => array(				            array('type' => 'text', 'name' => 'null', 'text' => 'strReplaceNULLBy'),				            array('type' => 'bool', 'name' => 'columns', 'text' => 'strPutColNames'),				            array('type' => 'select', 'name' => 'edition', 'values' => array('win' => 'Windows', 'mac' => 'Excel 2003 / Macintosh'), 'text' => 'strExcelEdition'),				            array('type' => 'hidden', 'name' => 'data'),				            ),				        'options_text' => 'strOptions',				        );				} else {				    /* Everything rest is coded in csv plugin */				    require './libraries/export/csv.php';				}				?>							

相关资源