XOOPS RMCommon Utilities  2.1.8.91RC
 All Classes Namespaces Files Functions Variables
cli.php
Go to the documentation of this file.
1 <?php
2 
3 /*
4  +--------------------------------------------------------------------------------------------+
5  | DISCLAIMER - LEGAL NOTICE - |
6  +--------------------------------------------------------------------------------------------+
7  | |
8  | This program is free for non comercial use, see the license terms available at |
9  | http://www.francodacosta.com/licencing/ for more information |
10  | |
11  | This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; |
12  | without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
13  | |
14  | USE IT AT YOUR OWN RISK |
15  | |
16  | |
17  +--------------------------------------------------------------------------------------------+
18 
19 */
34  function cmd(phmagick $p, $string){
35  /*var list
36  %width
37  %height
38  %source
39  %destination
40  %tmp
41  */
42 
43  }
44 }
45 ?>