Skip to content

Instantly share code, notes, and snippets.

@hamzaali00001
Created August 26, 2018 07:24
Show Gist options
  • Save hamzaali00001/f36d2c91efc30dab8b97e955f77d5996 to your computer and use it in GitHub Desktop.
Save hamzaali00001/f36d2c91efc30dab8b97e955f77d5996 to your computer and use it in GitHub Desktop.
function tap($value, $callback)
{
$callback($value);
return $value;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment