Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 552 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 552 Bytes

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