Parent Directory
|
Revision Log
|
Patch
| Revision 1.15 by sysadm, Mon Apr 7 06:26:44 2025 UTC | Revision 1.16 by sysadm, Wed Apr 23 05:13:57 2025 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <? | <?php |
| 2 | function str_length(string $str) : string | function str_length(string $str) : string |
| 3 | { | { |
| 4 | $len = strlen($str); | $len = strlen($str); |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |