Skip to content

Instantly share code, notes, and snippets.

@rskull
Created April 15, 2012 16:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rskull/2393770 to your computer and use it in GitHub Desktop.
Save rskull/2393770 to your computer and use it in GitHub Desktop.
変数を展開する
<?php
/**
* 変数を展開する関数
* @author R.SkuLL
* 02 March 2012
**/
function d ($val) {
echo '<pre style="border:solid #F00 1px;backgrund:#FFF;color:#000;position:absolute">';
print_r($val);
echo '</pre>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment