Skip to content

Instantly share code, notes, and snippets.

@devuri
Created October 7, 2017 13:30
Show Gist options
  • Select an option

  • Save devuri/9835d31afc54630e699c5e2bb85e66a0 to your computer and use it in GitHub Desktop.

Select an option

Save devuri/9835d31afc54630e699c5e2bb85e66a0 to your computer and use it in GitHub Desktop.
function with optional parameters
<?php
if ( empty($f_ar[1]) ) $f_ar[1] = 'date';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment