/[LeafOK_CVS]/fenglin/lib/str_process.inc.php
ViewVC logotype

Diff of /fenglin/lib/str_process.inc.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.7 by sysadm, Wed Mar 23 17:31:14 2005 UTC Revision 1.8 by sysadm, Wed Apr 27 12:54:57 2005 UTC
# Line 1  Line 1 
1  <?  <?
2    
3  function split_line($str,$prefix="",$width=75)  function split_line($str,$prefix="",$width=76)
4  {  {
5          $lines = array();          $lines = array();
6          $lines_count = 0;          $lines_count = 0;
# Line 42  function split_line($str,$prefix="",$wid Line 42  function split_line($str,$prefix="",$wid
42          return $result;          return $result;
43  }  }
44    
45  function str_process($str,$prefix="",$width=75)  function str_process($str,$prefix="",$width=76)
46  {  {
47          $result = "";          $result = "";
48                    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1