Skip to content

print_r converter tool that converts PHP's print_r() output back in to PHP code.

License

Notifications You must be signed in to change notification settings

lcherone/print_r-converter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Print_r Converter

The print_r converter is a tool that converts PHP's print_r() output back in to PHP code.

An online demo can be found here: https://print-r-converter-199219.appspot.com/

Screen:

Screen

Forked changes:

  • Changed UI to use VueJS and localstorage instead of cookies.
  • Changed array() to short [].
  • Fixed trailing , on final array.
  • Added class@anonymous, which casts to stdClass
  • Added closure, which casts to stdClass

About

print_r converter tool that converts PHP's print_r() output back in to PHP code.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%