Heim  >  Artikel  >  Backend-Entwicklung  >  Wissen Sie, wie Golang gängige PHP-Funktionen kapselt?

Wissen Sie, wie Golang gängige PHP-Funktionen kapselt?

藏色散人
藏色散人nach vorne
2022-01-21 16:01:402937Durchsuche

Dieser Artikel wird in der Tutorial-Kolumne von golang eingeleitet, in der es um die Implementierung gängiger PHP-Funktionen in Golang geht. Ich hoffe, er wird für Freunde in Not hilfreich sein!

go-to-php Allen entsprechenden PHP-Funktionen wird ein großes P vorangestellt. Mit Ausnahme der Funktion Pallord. Klicken Sie für den entsprechenden Code auf github (https://github.com/Echo-Mr-Pengw/go-to-php)

Installation

    String-bezogenes PaketPPallord函数除外。相关代码点击github(https://github.com/Echo-Mr-Pengw/go-to-php)

    安装

    • 字符串相关包

    go get -u github.com/Echo-Mr-Pengw/go-to-php/str

    • 数组相关包

    开发中

    .......

    字符串相关函数

    go get -u github.com/Echo-Mr-Pengw/go-to-php/strArray-bezogene Paketein Entwicklung
    go-to-php封装函数 对应的PHP函数
    Pimplode(glue string , pieces interface{})  string implode
    Pjoin(glue string , pieces interface{})  string implode的别名,同Pimplode
    Pexplode(delimiter , str string , limit int) []string explode
    Pstrlen(str string) int strlen
    Pmb_strlen(str string) int mb_strlen
    Plcfirst(str string) string lcfirst
    Pucfirst(str string) string ucfirst
    Pstrtoupper(str string) string strtoupper
    Pstrtolower(str string) string strtolower
    Pucword(str string) string ucword
    Ptrim(str , character_mask string) string trim
    Pltrim(str , character_mask string) string ltrim
    Prtrim(str , character_mask string) string rtrim
    Pchop(str , character_mask string) string rtrim的别名,同Prtrim
    Pmd5(str string) string md5
    Psha1(str string) string sha1
    Pord(str string) int ord
    Pallord(str string) interface{} 转化全部字符,ord的升级版
    Pchr(ascii int32) string chr
    Pecho(a ...interface{}) echo
    Pvar_dump(a ...interface{}) var_dump
    Pprint(a interface{}) print
    Pstr_repeat(input string , multiplier
....🎜

String Verwandte Funktionen

🎜 thead>🎜Pimplode(glue string , pieces interface{}) string🎜🎜implode🎜🎜🎜Pjoin(glue string , <code>pieces interface{}) string🎜🎜implode alias, gleich wie Piplode🎜🎜🎜Pexplode(delimiter , str string , limit int) []string🎜🎜explode🎜🎜🎜Pstrlen(str string) int🎜🎜strlen🎜🎜🎜Pmb_strlen(str string) int🎜🎜mb_strlen🎜🎜🎜Plcfirst(str string) string🎜🎜lcfirst🎜🎜🎜Pucfirst(str string) string🎜🎜ucfirst🎜🎜🎜Pstrtoupper(str string) string🎜🎜strtoupper🎜🎜🎜Pstrtolower(str string) string🎜🎜 strtolower🎜🎜 🎜Pucword(str string) string🎜🎜ucword🎜🎜🎜Ptrim(str , character_mask string) string🎜🎜 trim🎜🎜🎜Pltrim(str , character_mask string) string🎜🎜ltrim🎜🎜🎜Prtrim(str , character_mask string) string🎜🎜rtrim🎜🎜🎜Pchop(str , character_mask string) string🎜🎜rtrims Alias, das Gleiche wie Prtrim🎜 🎜🎜Pmd5(str string) string🎜🎜md5🎜🎜🎜Psha1(str string) string🎜🎜sha1🎜🎜🎜Pord (str string) int🎜🎜ord🎜🎜🎜Pallord(str string) interface{}🎜🎜Alle Zeichen konvertieren, eine aktualisierte Version von ord🎜 🎜🎜Pchr(ascii int32) string🎜🎜chr🎜🎜🎜Pecho(a ...interface{})🎜🎜echo🎜🎜 🎜Pvar_dump(a ...interface{})🎜🎜var_dump🎜🎜🎜Pprint(a interface{})🎜🎜print🎜🎜🎜 Pstr_repeat(input string , multiplier int) string🎜🎜str_repeat🎜🎜🎜🎜🎜
go-to-php gekapselte Funktion Entsprechende PHP-Funktion

Das obige ist der detaillierte Inhalt vonWissen Sie, wie Golang gängige PHP-Funktionen kapselt?. Für weitere Informationen folgen Sie bitte anderen verwandten Artikeln auf der PHP chinesischen Website!

Stellungnahme:
Dieser Artikel ist reproduziert unter:segmentfault.com. Bei Verstößen wenden Sie sich bitte an admin@php.cn löschen