/[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.17 by sysadm, Sun Apr 27 04:32:05 2025 UTC Revision 1.19 by sysadm, Mon May 19 01:48:57 2025 UTC
# Line 1  Line 1 
1  <?php  <?php
2  function str_length(string $str) : string  function str_length(string $str) : int
3  {  {
4          $len = strlen($str);          $len = strlen($str);
5          $ret = 0;          $ret = 0;
# Line 127  function split_line(string $str, string Line 127  function split_line(string $str, string
127    
128          return $result;          return $result;
129  }  }
 ?>  


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

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