Add php serialize tool

This commit is contained in:
2024-08-20 22:00:04 +03:00
parent 9778653a49
commit e99e92dda4
4 changed files with 131 additions and 0 deletions

View File

@ -60,6 +60,7 @@ export default {
'PHP': {
'str_to_php_array': 'Str to PHP array',
'php_array_to_json': 'PHP array to Json',
'php_serialize': 'PHP serialize',
},
'GO': {
'go_json_to_struct': 'JSON to Go struct',