php-short-array-syntax-converter icon indicating copy to clipboard operation
php-short-array-syntax-converter copied to clipboard

Add support "php://stdin"

Open zonuexe opened this issue 8 years ago • 0 comments

Be possible to convert using standard I/O

Usage

shell

$ echo '<?php $v = array();' | ./convert.php 'php://stdin'

output

<?php $v = [];

zonuexe avatar Jun 08 '16 19:06 zonuexe