Skip to content

Instantly share code, notes, and snippets.

@voda
Last active December 29, 2015 07:59
Show Gist options
  • Save voda/7640368 to your computer and use it in GitHub Desktop.
Save voda/7640368 to your computer and use it in GitHub Desktop.
dump named function arguments
<?php
var_dump(array_combine(array_keys(array_slice(get_defined_vars(), 0, func_num_args())), func_get_args()));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment