Registry / serialization / elliotchance-phpserialize

elliotchance-phpserialize

JSON →
library1.4.0gogounverified

A Go library for serializing and deserializing PHP serialized data.

go get github.com/elliotchance/phpserialize
INSTALL
IMPORT
SIG · ELLIOTCHANCE-PHPSE
E
elliotchance-phpserialize
serializationgov1.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

phpserialize
github.com/elliotchance/phpserialize

Serialize a string to PHP serialized format.

package main import ( "fmt" "github.com/elliotchance/phpserialize" ) func main() { data, _ := phpserialize.Marshal("hello", nil) fmt.Println(string(data)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
elliotchance-phpserialize — go get elliotchance-phpserialize · libregistry