Platform  3.1
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
Class.DocFile.php
Go to the documentation of this file.
1 <?php
2 /*
3  * @author Anakeen
4  * @license http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ Anakeen - licence CC
5  * @package FDL
6 */
7 /**
8  * Generated Header (not documented yet)
9  *
10  * @author Anakeen 2000
11  * @version $Id: Class.DocFile.php,v 1.11 2006/04/03 14:56:26 eric Exp $
12  * @license http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ Anakeen - licence CC
13  * @package FDL
14  */
15 /**
16  */
17 // ---------------------------------------------------------------
18 // $Id: Class.DocFile.php,v 1.11 2006/04/03 14:56:26 eric Exp $
19 // $Source: /home/cvsroot/anakeen/freedom/freedom/Class/Fdl/Class.DocFile.php,v $
20 // ---------------------------------------------------------------
21 $CLASS_DOCFILE_PHP = '$Id: Class.DocFile.php,v 1.11 2006/04/03 14:56:26 eric Exp $';
22 
23 include_once ("FDL/Class.PDoc.php");
24 
25 class DocFile extends PDoc
26 {
27 
28  var $defDoctype = 'F';
29  var $defClassname = 'DocFile';
30  // suppress no numeric characters
31  function suppressNotNum($s)
32  {
33  $i = 0;
34  while (($i < strlen($s)) && ($s[$i] >= '0') && ($s[$i] <= '9')) $i++;
35  return substr($s, 0, $i);
36  }
37 }
38 ?>
← centre documentaire © anakeen - published under CC License - Dynacase