Skip to content

Instantly share code, notes, and snippets.

@kitelife
Last active August 29, 2015 14:04
Show Gist options
  • Select an option

  • Save kitelife/ccacb049e49f16011dfc to your computer and use it in GitHub Desktop.

Select an option

Save kitelife/ccacb049e49f16011dfc to your computer and use it in GitHub Desktop.
php,打印对象/数组,返回字符串
<?php
$arrStr = var_export($arr, true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment