packages/web/353/php_top/paramtool.php File Reference

Go to the source code of this file.

Variables

 $pgm_name = "bootblocktool"
 $cmd = $pgm_name." -l"
 $arslt = array()
 $outp = exec ($cmd, &$arslt)
 $xml = new SimpleXMLElement("<?xml version='1.0' standalone='yes'?><bootblock/>")
 $rslt = $xml->asXML()


Variable Documentation

$arslt = array()

Definition at line 44 of file paramtool.php.

$cmd = $pgm_name." -l"

Definition at line 43 of file paramtool.php.

$outp = exec ($cmd, &$arslt)

Definition at line 45 of file paramtool.php.

$pgm_name = "bootblocktool"

*************************************************************************** ! FILE NAME : paramtool.php ! DESCRIPTION: wrapper for Axis bootblocktool ! (the original CGI mode uses non-standard parameters and fails with lighttpd) ! only 2 commands "-l" and "-w" ! Copyright (C) 2008 Elphel, Inc ! -----------------------------------------------------------------------------** ! ! This program is free software: you can redistribute it and/or modify ! it under the terms of the GNU General Public License as published by ! the Free Software Foundation, either version 3 of the License, or ! (at your option) any later version. ! ! This program is distributed in the hope that it will be useful, ! but WITHOUT ANY WARRANTY; without even the implied warranty of ! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ! GNU General Public License for more details. ! ! You should have received a copy of the GNU General Public License ! along with this program. If not, see <http://www.gnu.org/licenses/>. ! -----------------------------------------------------------------------------** !

Log
paramtool.php,v
! Revision 1.1.1.1 2008/11/27 20:04:03 elphel ! ! ! Revision 1.1 2008/03/15 18:39:33 elphel ! new wrapper for Axis bootblocktool - old CGI mode used non-standard parameters and did not work with lighttpd ! !

Definition at line 33 of file paramtool.php.

$rslt = $xml->asXML()

Definition at line 51 of file paramtool.php.

$xml = new SimpleXMLElement("<?xml version='1.0' standalone='yes'?><bootblock/>")

Definition at line 46 of file paramtool.php.


Generated on Fri Nov 28 00:08:38 2008 for elphel by  doxygen 1.5.1