php

package
v0.0.0-...-925651e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 4, 2022 License: MIT Imports: 9 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FileExists

func FileExists(filename string) bool

FileExists php equivalent for https://www.php.net/manual/en/function.file-exists.php

func FileGetContents

func FileGetContents(filename string) *[]byte

FileGetContents php equivalent for https://www.php.net/manual/en/function.file-get-contents.php

func FilePutContents

func FilePutContents(filename string, data interface{}, mode os.FileMode) *errors.AppError

FilePutContents php equivalent for https://www.php.net/manual/en/function.file-put-contents.php

func InArray

func InArray(val interface{}, arr interface{}) int

InArray php equivalent for https://www.php.net/manual/en/function.in-array.php

func JsonDecode

func JsonDecode(j interface{}) *map[string]interface{}

JsonDecode php equivalent for https://www.php.net/manual/en/function.json-decode.php

func JsonEncode

func JsonEncode(value interface{}) []byte

JsonEncode php equivalent for https://www.php.net/manual/en/function.json-encode.php

func Mkdir

func Mkdir(filename string, mode fs.FileMode, recursive bool) *errors.AppError

Mkdir php equivalent https://www.php.net/manual/en/function.mkdir.php

func Strtr

func Strtr(str string, replace map[string]string) string

Strtr php equivalent for https://www.php.net/manual/en/function.strtr.php

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL