Parent Directory
|
Revision Log
|
Patch
| Revision 1.18 by sysadm, Tue Apr 29 11:55:32 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; |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |