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:45:28 +0700
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commit
a86105d2dba402468d5cd291961fb505ade32e26
a86105d2
1 parent
061a8f4d
update
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/StringUtils.php
src/StringUtils.php
View file @
a86105d
...
...
@@ -3,7 +3,7 @@ namespace Daito\Lib;
class
StringUtils
{
public
static
function
toUpper
(
$text
){
return
strtoupper
(
$text
);
return
strtoupper
(
"
$text
xxx"
);
}
public
static
function
toLower
(
$text
){
return
strtolower
(
$text
);
...
...
Please
register
or
sign in
to post a comment