Skip to content

mitsuru793/php-index-dump-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Index Dumper Cli

Summary

> dump hello

 ----------------- ---
  strlen            5
  mb_strlen         5
  grapheme_strlen   5
 ----------------- ---


 str_split
+-------+---+---+---+---+---+
| index | 0 | 1 | 2 | 3 | 4 |
| value | h | e | l | l | o |
+-------+---+---+---+---+---+
 mb_str_split
+-------+---+---+---+---+---+
| index | 0 | 1 | 2 | 3 | 4 |
| value | h | e | l | l | o |
+-------+---+---+---+---+---+

Links

string

symfony/console

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages