PageRenderTime 46ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/Contents/Resources/F8F9FB8B-1E23-4907-BB21-049D044A1FB3/unserialize.php

http://github.com/davyvandenbremt/Drupal-Coda-plugin
PHP | 8 lines | 4 code | 3 blank | 1 comment | 0 complexity | b631374c7f42474320203fe4460c6ec3 MD5 | raw file
  1. #!/usr/bin/php
  2. <?php
  3. fwrite(STDOUT, print_r(unserialize(stream_get_contents(STDIN)) , TRUE));
  4. exit(0);
  5. ?>