Showing posts with label PHP. Show all posts
Showing posts with label PHP. Show all posts

Wednesday, February 24, 2016

PHP BigQuery Samples

Thursday, November 27, 2014

install phpcs, phpmd

Friday, May 9, 2014

Composer command

Tuesday, June 11, 2013

pear command

Saturday, January 26, 2013

PHPシリアライズファイルをdump

ワンライナーでPHPシリアライズファイルをDump

$ php -r 'var_dump(unserialize(file_get_contents("test.txt")));'