Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Satini_pvduc
/
daito-utils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Authored by
RESAZIP-PC\resaz
2026-02-20 21:51:57 +0700
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commit
927efdcb2738529fd6dff483ea1d6e3ba2cefe82
927efdcb
1 parent
a86105d2
up
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/StringUtils.php
src/StringUtils.php
View file @
927efdc
...
...
@@ -3,7 +3,7 @@ namespace Daito\Lib;
class
StringUtils
{
public
static
function
toUpper
(
$text
){
return
strtoupper
(
"
$text
xxx"
);
return
strtoupper
(
"
$text
xxx
...
"
);
}
public
static
function
toLower
(
$text
){
return
strtolower
(
$text
);
...
...
Please
register
or
sign in
to post a comment